COLOR #876E7C

HEX: #876E7C
RGB: (135,110,124)

Color info

#876E7C contains red, green and blue colors in about the same proportion. Web safe color of #876E7C is #996666 (or #966).

RGB color model

#876E7C color RGB value is (135,110,124).

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

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 124 of 255 = 49%

135
110
124

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 124 = 369 (100%)
R 135 of 369 ~ 36.59%
G 110 of 369 ~ 29.81%
B 124 of 369 ~ 33.6%

%36.59
%29.81
%33.6

CMYK color model

#876E7C color CMYK value is (0,19,8,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(0,19,8,47)
C0M19Y8K47 
(0%,19%,8%,47%)
(0.00/0.19/0.08/0.47)	

CMYK percentages

%0
%18.52
%8.15
%47.06

Codes

Color #876E7C in popluar color models

876E7C
RGB135110124
HSL326°10.20%48.04%
HSB/HSV326°18.52%52.94%
CMYK0.00%18.52%8.15%
47.06%

Color #876E7C in popluar number systems.

HEX876E7C
Decimal135110124
Binary1000011111011101111100
Octal207156174

Shades and tints

Shades of #876E7C

#876E7C
(135,110,124)
#7B6471
(123,100,113)
#6F5A66
(111,90,102)
#63505B
(99,80,91)
#574650
(87,70,80)
#4B3C45
(75,60,69)
#3F323A
(63,50,58)
#33282F
(51,40,47)
#271E24
(39,30,36)
#1B1419
(27,20,25)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #876E7C

#876E7C
(135,110,124)
#917B87
(145,123,135)
#9B8892
(155,136,146)
#A5959D
(165,149,157)
#AFA2A8
(175,162,168)
#B9AFB3
(185,175,179)
#C3BCBE
(195,188,190)
#CDC9C9
(205,201,201)
#D7D6D4
(215,214,212)
#E1E3DF
(225,227,223)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E7C; }

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

This text font color is #876E7C.


Background Color

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

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

This div background color is #876E7C.


Border color

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

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

This div border color is #876E7C.


Opacity

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

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

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

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

This text has shadow with #876E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E7C on black background.


Color preview on white background

This text has color #876E7C on white background.



Black color preview on #876E7C background

This text has black color on #876E7C background.


White color preview on #876E7C background

This text has white color on #876E7C background.