COLOR #81776F

HEX: #81776F
RGB: (129,119,111)

Color info

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

RGB color model

#81776F color RGB value is (129,119,111).

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

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 111 of 255 = 44%

129
119
111

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

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 111 = 359 (100%)
R 129 of 359 ~ 35.93%
G 119 of 359 ~ 33.15%
B 111 of 359 ~ 30.92%

%35.93
%33.15
%30.92

CMYK color model

#81776F color CMYK value is (0,8,14,49).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(0,8,14,49)
C0M8Y14K49 
(0%,8%,14%,49%)
(0.00/0.08/0.14/0.49)	

CMYK percentages

%0
%7.75
%13.95
%49.41

Codes

Color #81776F in popluar color models

81776F
RGB129119111
HSL27°7.50%47.06%
HSB/HSV27°13.95%50.59%
CMYK0.00%7.75%13.95%
49.41%

Color #81776F in popluar number systems.

HEX81776F
Decimal129119111
Binary1000000111101111101111
Octal201167157

Shades and tints

Shades of #81776F

#81776F
(129,119,111)
#766D65
(118,109,101)
#6B635B
(107,99,91)
#605951
(96,89,81)
#554F47
(85,79,71)
#4A453D
(74,69,61)
#3F3B33
(63,59,51)
#343129
(52,49,41)
#29271F
(41,39,31)
#1E1D15
(30,29,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #81776F

#81776F
(129,119,111)
#8C837C
(140,131,124)
#978F89
(151,143,137)
#A29B96
(162,155,150)
#ADA7A3
(173,167,163)
#B8B3B0
(184,179,176)
#C3BFBD
(195,191,189)
#CECBCA
(206,203,202)
#D9D7D7
(217,215,215)
#E4E3E4
(228,227,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81776F; }

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

This text font color is #81776F.


Background Color

.myBgColor { background-color: #81776F; }

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

This div background color is #81776F.


Border color

.myBorderColor { border: 1px solid #81776F; }

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

This div border color is #81776F.


Opacity

.myOpacity80 { color: #81776F; opacity: 0.8; }

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

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

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

This text has shadow with #81776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81776F on black background.


Color preview on white background

This text has color #81776F on white background.



Black color preview on #81776F background

This text has black color on #81776F background.


White color preview on #81776F background

This text has white color on #81776F background.