COLOR #76424B

HEX: #76424B
RGB: (118,66,75)

Renk bilgisi

#76424B contains red, green and blue colors in about the same proportion. #76424B ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#76424B color RGB value is (118,66,75).

  • kırmız ton 118;
  • yeşil ton 66;
  • mavi ton 75.
RGB:
(118,66,75)
(46%,26%,29%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 66 of 255 = 26%
B 75 of 255 = 29%

118
66
75

R + G + B ~ 34%. #76424B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 66 + 75 = 259 (100%)
R 118 of 259 ~ 45.56%
G 66 of 259 ~ 25.48%
B 75 of 259 ~ 28.96%

%45.56
%25.48
%28.96

CMYK RENK MODELİ

#76424B rengi CMYK tonu (0,44,36,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.07%
  • sarı tonu 36.44%
  • ana renk tonu 53.73%
CMYK:
(0,44,36,54)
C0M44Y36K54 
(0%,44%,36%,54%)
(0.00/0.44/0.36/0.54)	

CMYK yüzdeleri

%0
%44.07
%36.44
%53.73

Codes

Color #76424B in popluar color models

76424B
RGB1186675
HSL350°28.26%36.08%
HSB/HSV350°44.07%46.27%
CMYK0.00%44.07%36.44%
53.73%

Color #76424B in popluar number systems.

HEX76424B
Decimal1186675
Binary111011010000101001011
Octal166102113

Shades and tints

Shades of #76424B

#76424B
(118,66,75)
#6C3C45
(108,60,69)
#62363F
(98,54,63)
#583039
(88,48,57)
#4E2A33
(78,42,51)
#44242D
(68,36,45)
#3A1E27
(58,30,39)
#301821
(48,24,33)
#26121B
(38,18,27)
#1C0C15
(28,12,21)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #76424B

#76424B
(118,66,75)
#82535B
(130,83,91)
#8E646B
(142,100,107)
#9A757B
(154,117,123)
#A6868B
(166,134,139)
#B2979B
(178,151,155)
#BEA8AB
(190,168,171)
#CAB9BB
(202,185,187)
#D6CACB
(214,202,203)
#E2DBDB
(226,219,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76424B color. Also use rgb(118,66,75) instead hex code.

Text Font Color

.myTextColor { color: #76424B; }

<p style="color:#76424B">This sample text font color is #76424B.</p>

This text font color is #76424B.


Background Color

.myBgColor { background-color: #76424B; }

<div style="background-color:#76424B">Inner text</div>

This div background color is #76424B.


Border color

.myBorderColor { border: 1px solid #76424B; }

<div style="border:3px solid #76424B">Div</div>

This div border color is #76424B.


Opacity

.myOpacity80 { color: #76424B; opacity: 0.8; }

<p style="color:#76424B;opacity:0.8;">80%</p>

Text with #76424B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76424B;}

<p style="text-shadow: 3px 3px 1px #76424B">Text here.</p>

This text has shadow with #76424B color.

.textShadow {text-shadow: 3px 3px 1px #76424B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76424B, 5px 5px 20px red">Text here.</p>

This text has shadow with #76424B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76424B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76424B, Direction=45, Strength=4)">Text</p>

This text has shadow with #76424B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76424B;
  -webkit-box-shadow:	1px 1px 3px 2px #76424B;
  box-shadow:		1px 1px 3px 2px #76424B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76424B;
-webkit-box-shadow: 1px 1px 3px 2px #76424B;
box-shadow:1px 1px 3px 2px #76424B;">
Div content here</div>
This div box has shadow with color #76424B.

Preview

Color preview on black background

This text has color #76424B on black background.


Color preview on white background

This text has color #76424B on white background.



Black color preview on #76424B background

This text has black color on #76424B background.


White color preview on #76424B background

This text has white color on #76424B background.