COLOR #77424B

HEX: #77424B
RGB: (119,66,75)

Color info

#77424B contains red, green and blue colors in about the same proportion. Web safe color of #77424B is #663333 (or #633).

RGB color model

#77424B color RGB value is (119,66,75).

  • red value is 119;
  • green value is 66;
  • blue value is 75.
RGB:
(119,66,75)
(47%,26%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 66 of 255 = 26%
B 75 of 255 = 29%

119
66
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 66 + 75 = 260 (100%)
R 119 of 260 ~ 45.77%
G 66 of 260 ~ 25.38%
B 75 of 260 ~ 28.85%

%45.77
%25.38
%28.85

CMYK color model

#77424B color CMYK value is (0,45,37,53).

  • cyan value is 0.00%
  • magenta value is 44.54%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,45,37,53)
C0M45Y37K53 
(0%,45%,37%,53%)
(0.00/0.45/0.37/0.53)	

CMYK percentages

%0
%44.54
%36.97
%53.33

Codes

Color #77424B in popluar color models

77424B
RGB1196675
HSL350°28.65%36.27%
HSB/HSV350°44.54%46.67%
CMYK0.00%44.54%36.97%
53.33%

Color #77424B in popluar number systems.

HEX77424B
Decimal1196675
Binary111011110000101001011
Octal167102113

Shades and tints

Shades of #77424B

#77424B
(119,66,75)
#6D3C45
(109,60,69)
#63363F
(99,54,63)
#593039
(89,48,57)
#4F2A33
(79,42,51)
#45242D
(69,36,45)
#3B1E27
(59,30,39)
#311821
(49,24,33)
#27121B
(39,18,27)
#1D0C15
(29,12,21)
#13060F
(19,6,15)
#000000
(0,0,0)

Tints of #77424B

#77424B
(119,66,75)
#83535B
(131,83,91)
#8F646B
(143,100,107)
#9B757B
(155,117,123)
#A7868B
(167,134,139)
#B3979B
(179,151,155)
#BFA8AB
(191,168,171)
#CBB9BB
(203,185,187)
#D7CACB
(215,202,203)
#E3DBDB
(227,219,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77424B; }

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

This text font color is #77424B.


Background Color

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

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

This div background color is #77424B.


Border color

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

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

This div border color is #77424B.


Opacity

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

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

Text with #77424B 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 #77424B;}

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

This text has shadow with #77424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77424B on black background.


Color preview on white background

This text has color #77424B on white background.



Black color preview on #77424B background

This text has black color on #77424B background.


White color preview on #77424B background

This text has white color on #77424B background.