COLOR #817D77

HEX: #817D77 RGB: (129,125,119)

Color info

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

RGB color model

#817D77 color RGB value is (129,125,119).

RGB: (129,125,119) (51%, 49%, 47%)

RGB channels and saturation

R 129 of 255 = 51%
G 125 of 255 = 49%
B 119 of 255 = 47%

129
125
119

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

Portions of RGB colors in percentages

R + G + B = 129 + 125 + 119 = 373 (100%)
R 129 of 373 ~ 34.58%
G 125 of 373 ~ 33.51%
B 119 of 373 ~ 31.9'%

%34.58
%33.51
%31.9

CMYK color model

#817D77 color CMYK value is (0,3,8,49).

  • cyan value is 0.00%
  • magenta value is 3.10%
  • yellow value is 7.75%
  • key color value is 49.41%

CMYK: (0,3,8,49)
C0M3Y8K49 (0%, 3%, 8%, 49%)
(0.00 / 0.03 / 0.08 / 0.49)

CMYK percentages

%0
%3.1
%7.75
%49.41

Codes

Color #817D77 in popluar color models

81 7D 77
RGB 129 125 119
HSL 36° 4.03% 48.63%
HSB/HSV 36° 7.75% 50.59%
CMYK 0.00% 3.10% 7.75%
49.41%

Color #817D77 in popluar number systems.

HEX 81 7D 77
Decimal 129 125 119
Binary 10000001 1111101 1110111
Octal 201 175 167

Shades and tints

Shades of #817D77

#817D77
(129,125,119)
#76726D
(118,114,109)
#6B6763
(107,103,99)
#605C59
(96,92,89)
#55514F
(85,81,79)
#4A4645
(74,70,69)
#3F3B3B
(63,59,59)
#343031
(52,48,49)
#292527
(41,37,39)
#1E1A1D
(30,26,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #817D77

#817D77
(129,125,119)
#8C8883
(140,136,131)
#97938F
(151,147,143)
#A29E9B
(162,158,155)
#ADA9A7
(173,169,167)
#B8B4B3
(184,180,179)
#C3BFBF
(195,191,191)
#CECACB
(206,202,203)
#D9D5D7
(217,213,215)
#E4E0E3
(228,224,227)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #817D77; }

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

This text font color is #817D77.

Background Color

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

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

This div background color is #817D77.

Border color

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

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

This div border color is #817D77.

Opacity

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

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

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

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

This text has shadow with #817D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #817D77.

Preview

Color preview on black background

This text has color #817D77 on black background.


Color preview on white background

This text has color #817D77 on white background.


Black color preview on #817D77 background

This text has black color on #817D77 background.


White color preview on #817D77 background

This text has white color on #817D77 background.


Related colors

Complementary color

Complementary color for #hex is #7E8288.


I love getcolorcode.com

Triadic colors

1 #77817D and #7D7781 with #817D77 are triadic colors.

2 #777D81 and #7D8177 with #817D77 are triadic colors.