COLOR #876F6C

HEX: #876F6C
RGB: (135,111,108)

Color info

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

RGB color model

#876F6C color RGB value is (135,111,108).

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

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 108 of 255 = 42%

135
111
108

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 108 = 354 (100%)
R 135 of 354 ~ 38.14%
G 111 of 354 ~ 31.36%
B 108 of 354 ~ 30.51%

%38.14
%31.36
%30.51

CMYK color model

#876F6C color CMYK value is (0,18,20,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(0,18,20,47)
C0M18Y20K47 
(0%,18%,20%,47%)
(0.00/0.18/0.20/0.47)	

CMYK percentages

%0
%17.78
%20
%47.06

Codes

Color #876F6C in popluar color models

876F6C
RGB135111108
HSL11.11%47.65%
HSB/HSV20.00%52.94%
CMYK0.00%17.78%20.00%
47.06%

Color #876F6C in popluar number systems.

HEX876F6C
Decimal135111108
Binary1000011111011111101100
Octal207157154

Shades and tints

Shades of #876F6C

#876F6C
(135,111,108)
#7B6563
(123,101,99)
#6F5B5A
(111,91,90)
#635151
(99,81,81)
#574748
(87,71,72)
#4B3D3F
(75,61,63)
#3F3336
(63,51,54)
#33292D
(51,41,45)
#271F24
(39,31,36)
#1B151B
(27,21,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #876F6C

#876F6C
(135,111,108)
#917C79
(145,124,121)
#9B8986
(155,137,134)
#A59693
(165,150,147)
#AFA3A0
(175,163,160)
#B9B0AD
(185,176,173)
#C3BDBA
(195,189,186)
#CDCAC7
(205,202,199)
#D7D7D4
(215,215,212)
#E1E4E1
(225,228,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F6C; }

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

This text font color is #876F6C.


Background Color

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

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

This div background color is #876F6C.


Border color

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

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

This div border color is #876F6C.


Opacity

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

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

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

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

This text has shadow with #876F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F6C on black background.


Color preview on white background

This text has color #876F6C on white background.



Black color preview on #876F6C background

This text has black color on #876F6C background.


White color preview on #876F6C background

This text has white color on #876F6C background.