COLOR #876586

HEX: #876586
RGB: (135,101,134)

Color info

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

RGB color model

#876586 color RGB value is (135,101,134).

  • red value is 135;
  • green value is 101;
  • blue value is 134.
RGB:
(135,101,134)
(53%,40%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 134 of 255 = 53%

135
101
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 134 = 370 (100%)
R 135 of 370 ~ 36.49%
G 101 of 370 ~ 27.3%
B 134 of 370 ~ 36.22%

%36.49
%27.3
%36.22

CMYK color model

#876586 color CMYK value is (0,25,1,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,25,1,47)
C0M25Y1K47 
(0%,25%,1%,47%)
(0.00/0.25/0.01/0.47)	

CMYK percentages

%0
%25.19
%0.74
%47.06

Codes

Color #876586 in popluar color models

876586
RGB135101134
HSL302°14.41%46.27%
HSB/HSV302°25.19%52.94%
CMYK0.00%25.19%0.74%
47.06%

Color #876586 in popluar number systems.

HEX876586
Decimal135101134
Binary10000111110010110000110
Octal207145206

Shades and tints

Shades of #876586

#876586
(135,101,134)
#7B5C7A
(123,92,122)
#6F536E
(111,83,110)
#634A62
(99,74,98)
#574156
(87,65,86)
#4B384A
(75,56,74)
#3F2F3E
(63,47,62)
#332632
(51,38,50)
#271D26
(39,29,38)
#1B141A
(27,20,26)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #876586

#876586
(135,101,134)
#917391
(145,115,145)
#9B819C
(155,129,156)
#A58FA7
(165,143,167)
#AF9DB2
(175,157,178)
#B9ABBD
(185,171,189)
#C3B9C8
(195,185,200)
#CDC7D3
(205,199,211)
#D7D5DE
(215,213,222)
#E1E3E9
(225,227,233)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876586 color. Also use rgb(135,101,134) instead hex code.

Text Font Color

.myTextColor { color: #876586; }

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

This text font color is #876586.


Background Color

.myBgColor { background-color: #876586; }

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

This div background color is #876586.


Border color

.myBorderColor { border: 1px solid #876586; }

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

This div border color is #876586.


Opacity

.myOpacity80 { color: #876586; opacity: 0.8; }

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

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

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

This text has shadow with #876586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876586 on black background.


Color preview on white background

This text has color #876586 on white background.



Black color preview on #876586 background

This text has black color on #876586 background.


White color preview on #876586 background

This text has white color on #876586 background.