COLOR #876787

HEX: #876787
RGB: (135,103,135)

Color info

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

RGB color model

#876787 color RGB value is (135,103,135).

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

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 135 of 255 = 53%

135
103
135

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 135 = 373 (100%)
R 135 of 373 ~ 36.19%
G 103 of 373 ~ 27.61%
B 135 of 373 ~ 36.19%

%36.19
%27.61
%36.19

CMYK color model

#876787 color CMYK value is (0,24,0,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(0,24,0,47)
C0M24Y0K47 
(0%,24%,0%,47%)
(0.00/0.24/0.00/0.47)	

CMYK percentages

%0
%23.7
%0
%47.06

Codes

Color #876787 in popluar color models

876787
RGB135103135
HSL300°13.45%46.67%
HSB/HSV300°23.70%52.94%
CMYK0.00%23.70%0.00%
47.06%

Color #876787 in popluar number systems.

HEX876787
Decimal135103135
Binary10000111110011110000111
Octal207147207

Shades and tints

Shades of #876787

#876787
(135,103,135)
#7B5E7B
(123,94,123)
#6F556F
(111,85,111)
#634C63
(99,76,99)
#574357
(87,67,87)
#4B3A4B
(75,58,75)
#3F313F
(63,49,63)
#332833
(51,40,51)
#271F27
(39,31,39)
#1B161B
(27,22,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #876787

#876787
(135,103,135)
#917491
(145,116,145)
#9B819B
(155,129,155)
#A58EA5
(165,142,165)
#AF9BAF
(175,155,175)
#B9A8B9
(185,168,185)
#C3B5C3
(195,181,195)
#CDC2CD
(205,194,205)
#D7CFD7
(215,207,215)
#E1DCE1
(225,220,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876787; }

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

This text font color is #876787.


Background Color

.myBgColor { background-color: #876787; }

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

This div background color is #876787.


Border color

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

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

This div border color is #876787.


Opacity

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

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

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

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

This text has shadow with #876787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876787 on black background.


Color preview on white background

This text has color #876787 on white background.



Black color preview on #876787 background

This text has black color on #876787 background.


White color preview on #876787 background

This text has white color on #876787 background.