COLOR #876D8A

HEX: #876D8A
RGB: (135,109,138)

Color info

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

RGB color model

#876D8A color RGB value is (135,109,138).

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

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 138 of 255 = 54%

135
109
138

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 138 = 382 (100%)
R 135 of 382 ~ 35.34%
G 109 of 382 ~ 28.53%
B 138 of 382 ~ 36.13%

%35.34
%28.53
%36.13

CMYK color model

#876D8A color CMYK value is (2,21,0,46).

  • cyan value is 2.17%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(2,21,0,46)
C2M21Y0K46 
(2%,21%,0%,46%)
(0.02/0.21/0.00/0.46)	

CMYK percentages

%2.17
%21.01
%0
%45.88

Codes

Color #876D8A in popluar color models

876D8A
RGB135109138
HSL294°11.74%48.43%
HSB/HSV294°21.01%54.12%
CMYK2.17%21.01%0.00%
45.88%

Color #876D8A in popluar number systems.

HEX876D8A
Decimal135109138
Binary10000111110110110001010
Octal207155212

Shades and tints

Shades of #876D8A

#876D8A
(135,109,138)
#7B647E
(123,100,126)
#6F5B72
(111,91,114)
#635266
(99,82,102)
#57495A
(87,73,90)
#4B404E
(75,64,78)
#3F3742
(63,55,66)
#332E36
(51,46,54)
#27252A
(39,37,42)
#1B1C1E
(27,28,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #876D8A

#876D8A
(135,109,138)
#917A94
(145,122,148)
#9B879E
(155,135,158)
#A594A8
(165,148,168)
#AFA1B2
(175,161,178)
#B9AEBC
(185,174,188)
#C3BBC6
(195,187,198)
#CDC8D0
(205,200,208)
#D7D5DA
(215,213,218)
#E1E2E4
(225,226,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D8A; }

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

This text font color is #876D8A.


Background Color

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

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

This div background color is #876D8A.


Border color

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

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

This div border color is #876D8A.


Opacity

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

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

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

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

This text has shadow with #876D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D8A on black background.


Color preview on white background

This text has color #876D8A on white background.



Black color preview on #876D8A background

This text has black color on #876D8A background.


White color preview on #876D8A background

This text has white color on #876D8A background.