COLOR #876E82

HEX: #876E82 RGB: (135,110,130)

Color info

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

RGB color model

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

RGB: (135,110,130) (53%, 43%, 51%)

RGB channels and saturation

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

135
110
130

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

Portions of RGB colors in percentages

R + G + B = 135 + 110 + 130 = 375 (100%)
R 135 of 375 ~ 36%
G 110 of 375 ~ 29.33%
B 130 of 375 ~ 34.67'%

%36
%29.33
%34.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 3.70%
  • key color value is 47.06%

CMYK: (0,19,4,47)
C0M19Y4K47 (0%, 19%, 4%, 47%)
(0.00 / 0.19 / 0.04 / 0.47)

CMYK percentages

%0
%18.52
%3.7
%47.06

Codes

Color #876E82 in popluar color models

87 6E 82
RGB 135 110 130
HSL 312° 10.20% 48.04%
HSB/HSV 312° 18.52% 52.94%
CMYK 0.00% 18.52% 3.70%
47.06%

Color #876E82 in popluar number systems.

HEX 87 6E 82
Decimal 135 110 130
Binary 10000111 1101110 10000010
Octal 207 156 202

Shades and tints

Shades of #876E82

#876E82
(135,110,130)
#7B6477
(123,100,119)
#6F5A6C
(111,90,108)
#635061
(99,80,97)
#574656
(87,70,86)
#4B3C4B
(75,60,75)
#3F3240
(63,50,64)
#332835
(51,40,53)
#271E2A
(39,30,42)
#1B141F
(27,20,31)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #876E82

#876E82
(135,110,130)
#917B8D
(145,123,141)
#9B8898
(155,136,152)
#A595A3
(165,149,163)
#AFA2AE
(175,162,174)
#B9AFB9
(185,175,185)
#C3BCC4
(195,188,196)
#CDC9CF
(205,201,207)
#D7D6DA
(215,214,218)
#E1E3E5
(225,227,229)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E82; }

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

This text font color is #876E82.

Background Color

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

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

This div background color is #876E82.

Border color

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

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

This div border color is #876E82.

Opacity

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

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

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

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

This text has shadow with #876E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876E82.

Preview

Color preview on black background

This text has color #876E82 on black background.


Color preview on white background

This text has color #876E82 on white background.


Black color preview on #876E82 background

This text has black color on #876E82 background.


White color preview on #876E82 background

This text has white color on #876E82 background.


Related colors

Complementary color

Complementary color for #hex is #78917D.


I love getcolorcode.com

Triadic colors

1 #82876E and #6E8287 with #876E82 are triadic colors.

2 #826E87 and #6E8782 with #876E82 are triadic colors.