COLOR #817F77

HEX: #817F77
RGB: (129,127,119)

Color info

#817F77 contains red, green and blue colors in about the same proportion. Web safe color of #817F77 is #996666 (or #966).

RGB color model

#817F77 color RGB value is (129,127,119).

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

RGB channels and saturation

R 129 of 255 = 51%
G 127 of 255 = 50%
B 119 of 255 = 47%

129
127
119

R + G + B ~ 49%. #817F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 127 + 119 = 375 (100%)
R 129 of 375 ~ 34.4%
G 127 of 375 ~ 33.87%
B 119 of 375 ~ 31.73%

%34.4
%33.87
%31.73

CMYK color model

#817F77 color CMYK value is (0,2,8,49).

  • cyan value is 0.00%
  • magenta value is 1.55%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(0,2,8,49)
C0M2Y8K49 
(0%,2%,8%,49%)
(0.00/0.02/0.08/0.49)	

CMYK percentages

%0
%1.55
%7.75
%49.41

Codes

Color #817F77 in popluar color models

817F77
RGB129127119
HSL48°4.03%48.63%
HSB/HSV48°7.75%50.59%
CMYK0.00%1.55%7.75%
49.41%

Color #817F77 in popluar number systems.

HEX817F77
Decimal129127119
Binary1000000111111111110111
Octal201177167

Shades and tints

Shades of #817F77

#817F77
(129,127,119)
#76746D
(118,116,109)
#6B6963
(107,105,99)
#605E59
(96,94,89)
#55534F
(85,83,79)
#4A4845
(74,72,69)
#3F3D3B
(63,61,59)
#343231
(52,50,49)
#292727
(41,39,39)
#1E1C1D
(30,28,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #817F77

#817F77
(129,127,119)
#8C8A83
(140,138,131)
#97958F
(151,149,143)
#A2A09B
(162,160,155)
#ADABA7
(173,171,167)
#B8B6B3
(184,182,179)
#C3C1BF
(195,193,191)
#CECCCB
(206,204,203)
#D9D7D7
(217,215,215)
#E4E2E3
(228,226,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817F77; }

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

This text font color is #817F77.


Background Color

.myBgColor { background-color: #817F77; }

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

This div background color is #817F77.


Border color

.myBorderColor { border: 1px solid #817F77; }

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

This div border color is #817F77.


Opacity

.myOpacity80 { color: #817F77; opacity: 0.8; }

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

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

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

This text has shadow with #817F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #817F77 on black background.


Color preview on white background

This text has color #817F77 on white background.



Black color preview on #817F77 background

This text has black color on #817F77 background.


White color preview on #817F77 background

This text has white color on #817F77 background.