COLOR #876999

HEX: #876999
RGB: (135,105,153)

Color info

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

RGB color model

#876999 color RGB value is (135,105,153).

  • red value is 135;
  • green value is 105;
  • blue value is 153.
RGB:
(135,105,153)
(53%,41%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 153 of 255 = 60%

135
105
153

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 153 = 393 (100%)
R 135 of 393 ~ 34.35%
G 105 of 393 ~ 26.72%
B 153 of 393 ~ 38.93%

%34.35
%26.72
%38.93

CMYK color model

#876999 color CMYK value is (12,31,0,40).

  • cyan value is 11.76%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,31,0,40)
C12M31Y0K40 
(12%,31%,0%,40%)
(0.12/0.31/0.00/0.40)	

CMYK percentages

%11.76
%31.37
%0
%40

Codes

Color #876999 in popluar color models

876999
RGB135105153
HSL278°19.05%50.59%
HSB/HSV278°31.37%60.00%
CMYK11.76%31.37%0.00%
40.00%

Color #876999 in popluar number systems.

HEX876999
Decimal135105153
Binary10000111110100110011001
Octal207151231

Shades and tints

Shades of #876999

#876999
(135,105,153)
#7B608C
(123,96,140)
#6F577F
(111,87,127)
#634E72
(99,78,114)
#574565
(87,69,101)
#4B3C58
(75,60,88)
#3F334B
(63,51,75)
#332A3E
(51,42,62)
#272131
(39,33,49)
#1B1824
(27,24,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #876999

#876999
(135,105,153)
#9176A2
(145,118,162)
#9B83AB
(155,131,171)
#A590B4
(165,144,180)
#AF9DBD
(175,157,189)
#B9AAC6
(185,170,198)
#C3B7CF
(195,183,207)
#CDC4D8
(205,196,216)
#D7D1E1
(215,209,225)
#E1DEEA
(225,222,234)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876999 color. Also use rgb(135,105,153) instead hex code.

Text Font Color

.myTextColor { color: #876999; }

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

This text font color is #876999.


Background Color

.myBgColor { background-color: #876999; }

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

This div background color is #876999.


Border color

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

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

This div border color is #876999.


Opacity

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

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

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

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

This text has shadow with #876999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876999 on black background.


Color preview on white background

This text has color #876999 on white background.



Black color preview on #876999 background

This text has black color on #876999 background.


White color preview on #876999 background

This text has white color on #876999 background.