COLOR #81756F

HEX: #81756F
RGB: (129,117,111)

Color info

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

RGB color model

#81756F color RGB value is (129,117,111).

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

RGB channels and saturation

R 129 of 255 = 51%
G 117 of 255 = 46%
B 111 of 255 = 44%

129
117
111

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

Portions of RGB colors in percentages

R + G + B =
129 + 117 + 111 = 357 (100%)
R 129 of 357 ~ 36.13%
G 117 of 357 ~ 32.77%
B 111 of 357 ~ 31.09%

%36.13
%32.77
%31.09

CMYK color model

#81756F color CMYK value is (0,9,14,49).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(0,9,14,49)
C0M9Y14K49 
(0%,9%,14%,49%)
(0.00/0.09/0.14/0.49)	

CMYK percentages

%0
%9.3
%13.95
%49.41

Codes

Color #81756F in popluar color models

81756F
RGB129117111
HSL20°7.50%47.06%
HSB/HSV20°13.95%50.59%
CMYK0.00%9.30%13.95%
49.41%

Color #81756F in popluar number systems.

HEX81756F
Decimal129117111
Binary1000000111101011101111
Octal201165157

Shades and tints

Shades of #81756F

#81756F
(129,117,111)
#766B65
(118,107,101)
#6B615B
(107,97,91)
#605751
(96,87,81)
#554D47
(85,77,71)
#4A433D
(74,67,61)
#3F3933
(63,57,51)
#342F29
(52,47,41)
#29251F
(41,37,31)
#1E1B15
(30,27,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #81756F

#81756F
(129,117,111)
#8C817C
(140,129,124)
#978D89
(151,141,137)
#A29996
(162,153,150)
#ADA5A3
(173,165,163)
#B8B1B0
(184,177,176)
#C3BDBD
(195,189,189)
#CEC9CA
(206,201,202)
#D9D5D7
(217,213,215)
#E4E1E4
(228,225,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81756F; }

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

This text font color is #81756F.


Background Color

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

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

This div background color is #81756F.


Border color

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

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

This div border color is #81756F.


Opacity

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

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

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

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

This text has shadow with #81756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81756F on black background.


Color preview on white background

This text has color #81756F on white background.



Black color preview on #81756F background

This text has black color on #81756F background.


White color preview on #81756F background

This text has white color on #81756F background.