COLOR #876C79

HEX: #876C79
RGB: (135,108,121)

Color info

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

RGB color model

#876C79 color RGB value is (135,108,121).

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

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 121 of 255 = 47%

135
108
121

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 121 = 364 (100%)
R 135 of 364 ~ 37.09%
G 108 of 364 ~ 29.67%
B 121 of 364 ~ 33.24%

%37.09
%29.67
%33.24

CMYK color model

#876C79 color CMYK value is (0,20,10,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(0,20,10,47)
C0M20Y10K47 
(0%,20%,10%,47%)
(0.00/0.20/0.10/0.47)	

CMYK percentages

%0
%20
%10.37
%47.06

Codes

Color #876C79 in popluar color models

876C79
RGB135108121
HSL331°11.11%47.65%
HSB/HSV331°20.00%52.94%
CMYK0.00%20.00%10.37%
47.06%

Color #876C79 in popluar number systems.

HEX876C79
Decimal135108121
Binary1000011111011001111001
Octal207154171

Shades and tints

Shades of #876C79

#876C79
(135,108,121)
#7B636E
(123,99,110)
#6F5A63
(111,90,99)
#635158
(99,81,88)
#57484D
(87,72,77)
#4B3F42
(75,63,66)
#3F3637
(63,54,55)
#332D2C
(51,45,44)
#272421
(39,36,33)
#1B1B16
(27,27,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #876C79

#876C79
(135,108,121)
#917985
(145,121,133)
#9B8691
(155,134,145)
#A5939D
(165,147,157)
#AFA0A9
(175,160,169)
#B9ADB5
(185,173,181)
#C3BAC1
(195,186,193)
#CDC7CD
(205,199,205)
#D7D4D9
(215,212,217)
#E1E1E5
(225,225,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C79; }

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

This text font color is #876C79.


Background Color

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

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

This div background color is #876C79.


Border color

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

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

This div border color is #876C79.


Opacity

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

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

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

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

This text has shadow with #876C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C79 on black background.


Color preview on white background

This text has color #876C79 on white background.



Black color preview on #876C79 background

This text has black color on #876C79 background.


White color preview on #876C79 background

This text has white color on #876C79 background.