COLOR #818B77

HEX: #818B77
RGB: (129,139,119)

Color info

#818B77 contains red, green and blue colors in about the same proportion. Web safe color of #818B77 is #999966 (or #996).

RGB color model

#818B77 color RGB value is (129,139,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 139 of 255 = 55%
B 119 of 255 = 47%

129
139
119

R + G + B ~ 51%. #818B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 139 + 119 = 387 (100%)
R 129 of 387 ~ 33.33%
G 139 of 387 ~ 35.92%
B 119 of 387 ~ 30.75%

%33.33
%35.92
%30.75

CMYK color model

#818B77 color CMYK value is (7,0,14,45).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(7,0,14,45)
C7M0Y14K45 
(7%,0%,14%,45%)
(0.07/0.00/0.14/0.45)	

CMYK percentages

%7.19
%0
%14.39
%45.49

Codes

Color #818B77 in popluar color models

818B77
RGB129139119
HSL90°7.94%50.59%
HSB/HSV90°14.39%54.51%
CMYK7.19%0.00%14.39%
45.49%

Color #818B77 in popluar number systems.

HEX818B77
Decimal129139119
Binary10000001100010111110111
Octal201213167

Shades and tints

Shades of #818B77

#818B77
(129,139,119)
#767F6D
(118,127,109)
#6B7363
(107,115,99)
#606759
(96,103,89)
#555B4F
(85,91,79)
#4A4F45
(74,79,69)
#3F433B
(63,67,59)
#343731
(52,55,49)
#292B27
(41,43,39)
#1E1F1D
(30,31,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #818B77

#818B77
(129,139,119)
#8C9583
(140,149,131)
#979F8F
(151,159,143)
#A2A99B
(162,169,155)
#ADB3A7
(173,179,167)
#B8BDB3
(184,189,179)
#C3C7BF
(195,199,191)
#CED1CB
(206,209,203)
#D9DBD7
(217,219,215)
#E4E5E3
(228,229,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818B77 color. Also use rgb(129,139,119) instead hex code.

Text Font Color

.myTextColor { color: #818B77; }

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

This text font color is #818B77.


Background Color

.myBgColor { background-color: #818B77; }

<div style="background-color:#818B77">Inner text</div>

This div background color is #818B77.


Border color

.myBorderColor { border: 1px solid #818B77; }

<div style="border:3px solid #818B77">Div</div>

This div border color is #818B77.


Opacity

.myOpacity80 { color: #818B77; opacity: 0.8; }

<p style="color:#818B77;opacity:0.8;">80%</p>

Text with #818B77 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 #818B77;}

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

This text has shadow with #818B77 color.

.textShadow {text-shadow: 3px 3px 1px #818B77, 3px 3px 1px red;}

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

This text has shadow with #818B77 primary color and red secondary color.


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

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

This text has shadow with #818B77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818B77 on black background.


Color preview on white background

This text has color #818B77 on white background.



Black color preview on #818B77 background

This text has black color on #818B77 background.


White color preview on #818B77 background

This text has white color on #818B77 background.