COLOR #876E87

HEX: #876E87
RGB: (135,110,135)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
110
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 135 = 380 (100%)
R 135 of 380 ~ 35.53%
G 110 of 380 ~ 28.95%
B 135 of 380 ~ 35.53%

%35.53
%28.95
%35.53

CMYK color model

#876E87 color CMYK value is (0,19,0,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(0,19,0,47)
C0M19Y0K47 
(0%,19%,0%,47%)
(0.00/0.19/0.00/0.47)	

CMYK percentages

%0
%18.52
%0
%47.06

Codes

Color #876E87 in popluar color models

876E87
RGB135110135
HSL300°10.20%48.04%
HSB/HSV300°18.52%52.94%
CMYK0.00%18.52%0.00%
47.06%

Color #876E87 in popluar number systems.

HEX876E87
Decimal135110135
Binary10000111110111010000111
Octal207156207

Shades and tints

Shades of #876E87

#876E87
(135,110,135)
#7B647B
(123,100,123)
#6F5A6F
(111,90,111)
#635063
(99,80,99)
#574657
(87,70,87)
#4B3C4B
(75,60,75)
#3F323F
(63,50,63)
#332833
(51,40,51)
#271E27
(39,30,39)
#1B141B
(27,20,27)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #876E87

#876E87
(135,110,135)
#917B91
(145,123,145)
#9B889B
(155,136,155)
#A595A5
(165,149,165)
#AFA2AF
(175,162,175)
#B9AFB9
(185,175,185)
#C3BCC3
(195,188,195)
#CDC9CD
(205,201,205)
#D7D6D7
(215,214,215)
#E1E3E1
(225,227,225)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E87; }

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

This text font color is #876E87.


Background Color

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

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

This div background color is #876E87.


Border color

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

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

This div border color is #876E87.


Opacity

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

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

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

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

This text has shadow with #876E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E87 on black background.


Color preview on white background

This text has color #876E87 on white background.



Black color preview on #876E87 background

This text has black color on #876E87 background.


White color preview on #876E87 background

This text has white color on #876E87 background.