COLOR #876F83

HEX: #876F83 RGB: (135,111,131)

Color info

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

RGB color model

#876F83 color RGB value is (135,111,131).

RGB: (135,111,131) (53%, 44%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 131 of 255 = 51%

135
111
131

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

Portions of RGB colors in percentages

R + G + B = 135 + 111 + 131 = 377 (100%)
R 135 of 377 ~ 35.81%
G 111 of 377 ~ 29.44%
B 131 of 377 ~ 34.75'%

%35.81
%29.44
%34.75

CMYK color model

#876F83 color CMYK value is (0,18,3,47).

  • cyan value is 0.00%
  • magenta value is 17.78%
  • yellow value is 2.96%
  • key color value is 47.06%

CMYK: (0,18,3,47)
C0M18Y3K47 (0%, 18%, 3%, 47%)
(0.00 / 0.18 / 0.03 / 0.47)

CMYK percentages

%0
%17.78
%2.96
%47.06

Codes

Color #876F83 in popluar color models

87 6F 83
RGB 135 111 131
HSL 310° 9.76% 48.24%
HSB/HSV 310° 17.78% 52.94%
CMYK 0.00% 17.78% 2.96%
47.06%

Color #876F83 in popluar number systems.

HEX 87 6F 83
Decimal 135 111 131
Binary 10000111 1101111 10000011
Octal 207 157 203

Shades and tints

Shades of #876F83

#876F83
(135,111,131)
#7B6578
(123,101,120)
#6F5B6D
(111,91,109)
#635162
(99,81,98)
#574757
(87,71,87)
#4B3D4C
(75,61,76)
#3F3341
(63,51,65)
#332936
(51,41,54)
#271F2B
(39,31,43)
#1B1520
(27,21,32)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #876F83

#876F83
(135,111,131)
#917C8E
(145,124,142)
#9B8999
(155,137,153)
#A596A4
(165,150,164)
#AFA3AF
(175,163,175)
#B9B0BA
(185,176,186)
#C3BDC5
(195,189,197)
#CDCAD0
(205,202,208)
#D7D7DB
(215,215,219)
#E1E4E6
(225,228,230)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876F83; }

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

This text font color is #876F83.

Background Color

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

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

This div background color is #876F83.

Border color

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

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

This div border color is #876F83.

Opacity

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

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

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

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

This text has shadow with #876F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876F83.

Preview

Color preview on black background

This text has color #876F83 on black background.


Color preview on white background

This text has color #876F83 on white background.


Black color preview on #876F83 background

This text has black color on #876F83 background.


White color preview on #876F83 background

This text has white color on #876F83 background.


Related colors

Complementary color

Complementary color for #hex is #78907C.


I love getcolorcode.com

Triadic colors

1 #83876F and #6F8387 with #876F83 are triadic colors.

2 #836F87 and #6F8783 with #876F83 are triadic colors.