COLOR #876F6A

HEX: #876F6A
RGB: (135,111,106)

Color info

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

RGB color model

#876F6A color RGB value is (135,111,106).

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

RGB channels and saturation

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

135
111
106

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 106 = 352 (100%)
R 135 of 352 ~ 38.35%
G 111 of 352 ~ 31.53%
B 106 of 352 ~ 30.11%

%38.35
%31.53
%30.11

CMYK color model

#876F6A color CMYK value is (0,18,21,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(0,18,21,47)
C0M18Y21K47 
(0%,18%,21%,47%)
(0.00/0.18/0.21/0.47)	

CMYK percentages

%0
%17.78
%21.48
%47.06

Codes

Color #876F6A in popluar color models

876F6A
RGB135111106
HSL10°12.03%47.25%
HSB/HSV10°21.48%52.94%
CMYK0.00%17.78%21.48%
47.06%

Color #876F6A in popluar number systems.

HEX876F6A
Decimal135111106
Binary1000011111011111101010
Octal207157152

Shades and tints

Shades of #876F6A

#876F6A
(135,111,106)
#7B6561
(123,101,97)
#6F5B58
(111,91,88)
#63514F
(99,81,79)
#574746
(87,71,70)
#4B3D3D
(75,61,61)
#3F3334
(63,51,52)
#33292B
(51,41,43)
#271F22
(39,31,34)
#1B1519
(27,21,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #876F6A

#876F6A
(135,111,106)
#917C77
(145,124,119)
#9B8984
(155,137,132)
#A59691
(165,150,145)
#AFA39E
(175,163,158)
#B9B0AB
(185,176,171)
#C3BDB8
(195,189,184)
#CDCAC5
(205,202,197)
#D7D7D2
(215,215,210)
#E1E4DF
(225,228,223)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F6A; }

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

This text font color is #876F6A.


Background Color

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

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

This div background color is #876F6A.


Border color

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

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

This div border color is #876F6A.


Opacity

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

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

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

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

This text has shadow with #876F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F6A on black background.


Color preview on white background

This text has color #876F6A on white background.



Black color preview on #876F6A background

This text has black color on #876F6A background.


White color preview on #876F6A background

This text has white color on #876F6A background.