COLOR #876E83

HEX: #876E83
RGB: (135,110,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
110
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 131 = 376 (100%)
R 135 of 376 ~ 35.9%
G 110 of 376 ~ 29.26%
B 131 of 376 ~ 34.84%

%35.9
%29.26
%34.84

CMYK color model

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

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

CMYK percentages

%0
%18.52
%2.96
%47.06

Codes

Color #876E83 in popluar color models

876E83
RGB135110131
HSL310°10.20%48.04%
HSB/HSV310°18.52%52.94%
CMYK0.00%18.52%2.96%
47.06%

Color #876E83 in popluar number systems.

HEX876E83
Decimal135110131
Binary10000111110111010000011
Octal207156203

Shades and tints

Shades of #876E83

#876E83
(135,110,131)
#7B6478
(123,100,120)
#6F5A6D
(111,90,109)
#635062
(99,80,98)
#574657
(87,70,87)
#4B3C4C
(75,60,76)
#3F3241
(63,50,65)
#332836
(51,40,54)
#271E2B
(39,30,43)
#1B1420
(27,20,32)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #876E83

#876E83
(135,110,131)
#917B8E
(145,123,142)
#9B8899
(155,136,153)
#A595A4
(165,149,164)
#AFA2AF
(175,162,175)
#B9AFBA
(185,175,186)
#C3BCC5
(195,188,197)
#CDC9D0
(205,201,208)
#D7D6DB
(215,214,219)
#E1E3E6
(225,227,230)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E83; }

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

This text font color is #876E83.


Background Color

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

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

This div background color is #876E83.


Border color

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

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

This div border color is #876E83.


Opacity

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

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

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

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

This text has shadow with #876E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E83 on black background.


Color preview on white background

This text has color #876E83 on white background.



Black color preview on #876E83 background

This text has black color on #876E83 background.


White color preview on #876E83 background

This text has white color on #876E83 background.