COLOR #876F76

HEX: #876F76
RGB: (135,111,118)

Color info

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

RGB color model

#876F76 color RGB value is (135,111,118).

  • red value is 135;
  • green value is 111;
  • blue value is 118.
RGB:
(135,111,118)
(53%,44%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 118 of 255 = 46%

135
111
118

R + G + B ~ 48%. #876F76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 118 = 364 (100%)
R 135 of 364 ~ 37.09%
G 111 of 364 ~ 30.49%
B 118 of 364 ~ 32.42%

%37.09
%30.49
%32.42

CMYK color model

#876F76 color CMYK value is (0,18,13,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(0,18,13,47)
C0M18Y13K47 
(0%,18%,13%,47%)
(0.00/0.18/0.13/0.47)	

CMYK percentages

%0
%17.78
%12.59
%47.06

Codes

Color #876F76 in popluar color models

876F76
RGB135111118
HSL343°9.76%48.24%
HSB/HSV343°17.78%52.94%
CMYK0.00%17.78%12.59%
47.06%

Color #876F76 in popluar number systems.

HEX876F76
Decimal135111118
Binary1000011111011111110110
Octal207157166

Shades and tints

Shades of #876F76

#876F76
(135,111,118)
#7B656C
(123,101,108)
#6F5B62
(111,91,98)
#635158
(99,81,88)
#57474E
(87,71,78)
#4B3D44
(75,61,68)
#3F333A
(63,51,58)
#332930
(51,41,48)
#271F26
(39,31,38)
#1B151C
(27,21,28)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #876F76

#876F76
(135,111,118)
#917C82
(145,124,130)
#9B898E
(155,137,142)
#A5969A
(165,150,154)
#AFA3A6
(175,163,166)
#B9B0B2
(185,176,178)
#C3BDBE
(195,189,190)
#CDCACA
(205,202,202)
#D7D7D6
(215,215,214)
#E1E4E2
(225,228,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F76 color. Also use rgb(135,111,118) instead hex code.

Text Font Color

.myTextColor { color: #876F76; }

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

This text font color is #876F76.


Background Color

.myBgColor { background-color: #876F76; }

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

This div background color is #876F76.


Border color

.myBorderColor { border: 1px solid #876F76; }

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

This div border color is #876F76.


Opacity

.myOpacity80 { color: #876F76; opacity: 0.8; }

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

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

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

This text has shadow with #876F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F76 on black background.


Color preview on white background

This text has color #876F76 on white background.



Black color preview on #876F76 background

This text has black color on #876F76 background.


White color preview on #876F76 background

This text has white color on #876F76 background.