COLOR #876D8F

HEX: #876D8F RGB: (135,109,143)

Color info

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

RGB color model

#876D8F color RGB value is (135,109,143).

RGB: (135,109,143) (53%, 43%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 143 of 255 = 56%

135
109
143

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

Portions of RGB colors in percentages

R + G + B = 135 + 109 + 143 = 387 (100%)
R 135 of 387 ~ 34.88%
G 109 of 387 ~ 28.17%
B 143 of 387 ~ 36.95'%

%34.88
%28.17
%36.95

CMYK color model

#876D8F color CMYK value is (6,24,0,44).

  • cyan value is 5.59%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (6,24,0,44)
C6M24Y0K44 (6%, 24%, 0%, 44%)
(0.06 / 0.24 / 0.00 / 0.44)

CMYK percentages

%5.59
%23.78
%0
%43.92

Codes

Color #876D8F in popluar color models

87 6D 8F
RGB 135 109 143
HSL 286° 13.49% 49.41%
HSB/HSV 286° 23.78% 56.08%
CMYK 5.59% 23.78% 0.00%
43.92%

Color #876D8F in popluar number systems.

HEX 87 6D 8F
Decimal 135 109 143
Binary 10000111 1101101 10001111
Octal 207 155 217

Shades and tints

Shades of #876D8F

#876D8F
(135,109,143)
#7B6482
(123,100,130)
#6F5B75
(111,91,117)
#635268
(99,82,104)
#57495B
(87,73,91)
#4B404E
(75,64,78)
#3F3741
(63,55,65)
#332E34
(51,46,52)
#272527
(39,37,39)
#1B1C1A
(27,28,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #876D8F

#876D8F
(135,109,143)
#917A99
(145,122,153)
#9B87A3
(155,135,163)
#A594AD
(165,148,173)
#AFA1B7
(175,161,183)
#B9AEC1
(185,174,193)
#C3BBCB
(195,187,203)
#CDC8D5
(205,200,213)
#D7D5DF
(215,213,223)
#E1E2E9
(225,226,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876D8F; }

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

This text font color is #876D8F.

Background Color

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

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

This div background color is #876D8F.

Border color

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

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

This div border color is #876D8F.

Opacity

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

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

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

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

This text has shadow with #876D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876D8F.

Preview

Color preview on black background

This text has color #876D8F on black background.


Color preview on white background

This text has color #876D8F on white background.


Black color preview on #876D8F background

This text has black color on #876D8F background.


White color preview on #876D8F background

This text has white color on #876D8F background.


Related colors

Complementary color

Complementary color for #hex is #789270.


I love getcolorcode.com

Triadic colors

1 #8F876D and #6D8F87 with #876D8F are triadic colors.

2 #8F6D87 and #6D878F with #876D8F are triadic colors.