COLOR #876C83

HEX: #876C83
RGB: (135,108,131)

Color info

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

RGB color model

#876C83 color RGB value is (135,108,131).

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

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 131 of 255 = 51%

135
108
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 131 = 374 (100%)
R 135 of 374 ~ 36.1%
G 108 of 374 ~ 28.88%
B 131 of 374 ~ 35.03%

%36.1
%28.88
%35.03

CMYK color model

#876C83 color CMYK value is (0,20,3,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(0,20,3,47)
C0M20Y3K47 
(0%,20%,3%,47%)
(0.00/0.20/0.03/0.47)	

CMYK percentages

%0
%20
%2.96
%47.06

Codes

Color #876C83 in popluar color models

876C83
RGB135108131
HSL309°11.11%47.65%
HSB/HSV309°20.00%52.94%
CMYK0.00%20.00%2.96%
47.06%

Color #876C83 in popluar number systems.

HEX876C83
Decimal135108131
Binary10000111110110010000011
Octal207154203

Shades and tints

Shades of #876C83

#876C83
(135,108,131)
#7B6378
(123,99,120)
#6F5A6D
(111,90,109)
#635162
(99,81,98)
#574857
(87,72,87)
#4B3F4C
(75,63,76)
#3F3641
(63,54,65)
#332D36
(51,45,54)
#27242B
(39,36,43)
#1B1B20
(27,27,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #876C83

#876C83
(135,108,131)
#91798E
(145,121,142)
#9B8699
(155,134,153)
#A593A4
(165,147,164)
#AFA0AF
(175,160,175)
#B9ADBA
(185,173,186)
#C3BAC5
(195,186,197)
#CDC7D0
(205,199,208)
#D7D4DB
(215,212,219)
#E1E1E6
(225,225,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876C83; }

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

This text font color is #876C83.


Background Color

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

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

This div background color is #876C83.


Border color

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

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

This div border color is #876C83.


Opacity

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

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

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

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

This text has shadow with #876C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C83 on black background.


Color preview on white background

This text has color #876C83 on white background.



Black color preview on #876C83 background

This text has black color on #876C83 background.


White color preview on #876C83 background

This text has white color on #876C83 background.