COLOR #77816B

HEX: #77816B
RGB: (119,129,107)

Color info

#77816B contains red, green and blue colors in about the same proportion. Web safe color of #77816B is #669966 (or #696).

RGB color model

#77816B color RGB value is (119,129,107).

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

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 107 of 255 = 42%

119
129
107

R + G + B ~ 47%. #77816B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 107 = 355 (100%)
R 119 of 355 ~ 33.52%
G 129 of 355 ~ 36.34%
B 107 of 355 ~ 30.14%

%33.52
%36.34
%30.14

CMYK color model

#77816B color CMYK value is (8,0,17,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK: (8,0,17,49) C8M0Y17K49 (8%,0%,17%,49%) (0.08/0.00/0.17/0.49)

CMYK percentages

%7.75
%0
%17.05
%49.41

Codes

Color #77816B in popluar color models

77816B
RGB119129107
HSL87°9.32%46.27%
HSB/HSV87°17.05%50.59%
CMYK7.75%0.00%17.05%
49.41%

Color #77816B in popluar number systems.

HEX77816B
Decimal119129107
Binary1110111100000011101011
Octal167201153

Shades and tints

Shades of #77816B

#77816B
(119,129,107)
#6D7662
(109,118,98)
#636B59
(99,107,89)
#596050
(89,96,80)
#4F5547
(79,85,71)
#454A3E
(69,74,62)
#3B3F35
(59,63,53)
#31342C
(49,52,44)
#272923
(39,41,35)
#1D1E1A
(29,30,26)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #77816B

#77816B
(119,129,107)
#838C78
(131,140,120)
#8F9785
(143,151,133)
#9BA292
(155,162,146)
#A7AD9F
(167,173,159)
#B3B8AC
(179,184,172)
#BFC3B9
(191,195,185)
#CBCEC6
(203,206,198)
#D7D9D3
(215,217,211)
#E3E4E0
(227,228,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77816B; }

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

This text font color is #77816B.


Background Color

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

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

This div background color is #77816B.


Border color

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

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

This div border color is #77816B.


Opacity

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

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

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

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

This text has shadow with #77816B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77816B on black background.


Color preview on white background

This text has color #77816B on white background.



Black color preview on #77816B background

This text has black color on #77816B background.


White color preview on #77816B background

This text has white color on #77816B background.