COLOR #818777

HEX: #818777
RGB: (129,135,119)

Color info

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

RGB color model

#818777 color RGB value is (129,135,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 135 of 255 = 53%
B 119 of 255 = 47%

129
135
119

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

Portions of RGB colors in percentages

R + G + B =
129 + 135 + 119 = 383 (100%)
R 129 of 383 ~ 33.68%
G 135 of 383 ~ 35.25%
B 119 of 383 ~ 31.07%

%33.68
%35.25
%31.07

CMYK color model

#818777 color CMYK value is (4,0,12,47).

  • cyan value is 4.44%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(4,0,12,47)
C4M0Y12K47 
(4%,0%,12%,47%)
(0.04/0.00/0.12/0.47)	

CMYK percentages

%4.44
%0
%11.85
%47.06

Codes

Color #818777 in popluar color models

818777
RGB129135119
HSL83°6.30%49.80%
HSB/HSV83°11.85%52.94%
CMYK4.44%0.00%11.85%
47.06%

Color #818777 in popluar number systems.

HEX818777
Decimal129135119
Binary10000001100001111110111
Octal201207167

Shades and tints

Shades of #818777

#818777
(129,135,119)
#767B6D
(118,123,109)
#6B6F63
(107,111,99)
#606359
(96,99,89)
#55574F
(85,87,79)
#4A4B45
(74,75,69)
#3F3F3B
(63,63,59)
#343331
(52,51,49)
#292727
(41,39,39)
#1E1B1D
(30,27,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #818777

#818777
(129,135,119)
#8C9183
(140,145,131)
#979B8F
(151,155,143)
#A2A59B
(162,165,155)
#ADAFA7
(173,175,167)
#B8B9B3
(184,185,179)
#C3C3BF
(195,195,191)
#CECDCB
(206,205,203)
#D9D7D7
(217,215,215)
#E4E1E3
(228,225,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818777; }

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

This text font color is #818777.


Background Color

.myBgColor { background-color: #818777; }

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

This div background color is #818777.


Border color

.myBorderColor { border: 1px solid #818777; }

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

This div border color is #818777.


Opacity

.myOpacity80 { color: #818777; opacity: 0.8; }

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

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

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

This text has shadow with #818777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818777 on black background.


Color preview on white background

This text has color #818777 on white background.



Black color preview on #818777 background

This text has black color on #818777 background.


White color preview on #818777 background

This text has white color on #818777 background.