COLOR #876E8E

HEX: #876E8E
RGB: (135,110,142)

Color info

#876E8E contains red, green and blue colors in about the same proportion. Web safe color of #876E8E is #996699 (or #969).

RGB color model

#876E8E color RGB value is (135,110,142).

  • red value is 135;
  • green value is 110;
  • blue value is 142.
RGB:
(135,110,142)
(53%,43%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 142 of 255 = 56%

135
110
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 142 = 387 (100%)
R 135 of 387 ~ 34.88%
G 110 of 387 ~ 28.42%
B 142 of 387 ~ 36.69%

%34.88
%28.42
%36.69

CMYK color model

#876E8E color CMYK value is (5,23,0,44).

  • cyan value is 4.93%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,23,0,44)
C5M23Y0K44 
(5%,23%,0%,44%)
(0.05/0.23/0.00/0.44)	

CMYK percentages

%4.93
%22.54
%0
%44.31

Codes

Color #876E8E in popluar color models

876E8E
RGB135110142
HSL287°12.70%49.41%
HSB/HSV287°22.54%55.69%
CMYK4.93%22.54%0.00%
44.31%

Color #876E8E in popluar number systems.

HEX876E8E
Decimal135110142
Binary10000111110111010001110
Octal207156216

Shades and tints

Shades of #876E8E

#876E8E
(135,110,142)
#7B6482
(123,100,130)
#6F5A76
(111,90,118)
#63506A
(99,80,106)
#57465E
(87,70,94)
#4B3C52
(75,60,82)
#3F3246
(63,50,70)
#33283A
(51,40,58)
#271E2E
(39,30,46)
#1B1422
(27,20,34)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #876E8E

#876E8E
(135,110,142)
#917B98
(145,123,152)
#9B88A2
(155,136,162)
#A595AC
(165,149,172)
#AFA2B6
(175,162,182)
#B9AFC0
(185,175,192)
#C3BCCA
(195,188,202)
#CDC9D4
(205,201,212)
#D7D6DE
(215,214,222)
#E1E3E8
(225,227,232)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E8E color. Also use rgb(135,110,142) instead hex code.

Text Font Color

.myTextColor { color: #876E8E; }

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

This text font color is #876E8E.


Background Color

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

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

This div background color is #876E8E.


Border color

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

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

This div border color is #876E8E.


Opacity

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

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

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

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

This text has shadow with #876E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E8E on black background.


Color preview on white background

This text has color #876E8E on white background.



Black color preview on #876E8E background

This text has black color on #876E8E background.


White color preview on #876E8E background

This text has white color on #876E8E background.