COLOR #77436B

HEX: #77436B
RGB: (119,67,107)

Color info

#77436B contains red, green and blue colors in about the same proportion. Web safe color of #77436B is #663366 (or #636).

RGB color model

#77436B color RGB value is (119,67,107).

  • red value is 119;
  • green value is 67;
  • blue value is 107.
RGB:
(119,67,107)
(47%,26%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 67 of 255 = 26%
B 107 of 255 = 42%

119
67
107

R + G + B ~ 38%. #77436B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 67 + 107 = 293 (100%)
R 119 of 293 ~ 40.61%
G 67 of 293 ~ 22.87%
B 107 of 293 ~ 36.52%

%40.61
%22.87
%36.52

CMYK color model

#77436B color CMYK value is (0,44,10,53).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(0,44,10,53)
C0M44Y10K53 
(0%,44%,10%,53%)
(0.00/0.44/0.10/0.53)	

CMYK percentages

%0
%43.7
%10.08
%53.33

Codes

Color #77436B in popluar color models

77436B
RGB11967107
HSL314°27.96%36.47%
HSB/HSV314°43.70%46.67%
CMYK0.00%43.70%10.08%
53.33%

Color #77436B in popluar number systems.

HEX77436B
Decimal11967107
Binary111011110000111101011
Octal167103153

Shades and tints

Shades of #77436B

#77436B
(119,67,107)
#6D3D62
(109,61,98)
#633759
(99,55,89)
#593150
(89,49,80)
#4F2B47
(79,43,71)
#45253E
(69,37,62)
#3B1F35
(59,31,53)
#31192C
(49,25,44)
#271323
(39,19,35)
#1D0D1A
(29,13,26)
#130711
(19,7,17)
#000000
(0,0,0)

Tints of #77436B

#77436B
(119,67,107)
#835478
(131,84,120)
#8F6585
(143,101,133)
#9B7692
(155,118,146)
#A7879F
(167,135,159)
#B398AC
(179,152,172)
#BFA9B9
(191,169,185)
#CBBAC6
(203,186,198)
#D7CBD3
(215,203,211)
#E3DCE0
(227,220,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77436B color. Also use rgb(119,67,107) instead hex code.

Text Font Color

.myTextColor { color: #77436B; }

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

This text font color is #77436B.


Background Color

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

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

This div background color is #77436B.


Border color

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

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

This div border color is #77436B.


Opacity

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

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

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

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

This text has shadow with #77436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77436B on black background.


Color preview on white background

This text has color #77436B on white background.



Black color preview on #77436B background

This text has black color on #77436B background.


White color preview on #77436B background

This text has white color on #77436B background.