COLOR #876975

HEX: #876975
RGB: (135,105,117)

Color info

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

RGB color model

#876975 color RGB value is (135,105,117).

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

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 117 of 255 = 46%

135
105
117

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

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 117 = 357 (100%)
R 135 of 357 ~ 37.82%
G 105 of 357 ~ 29.41%
B 117 of 357 ~ 32.77%

%37.82
%29.41
%32.77

CMYK color model

#876975 color CMYK value is (0,22,13,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(0,22,13,47)
C0M22Y13K47 
(0%,22%,13%,47%)
(0.00/0.22/0.13/0.47)	

CMYK percentages

%0
%22.22
%13.33
%47.06

Codes

Color #876975 in popluar color models

876975
RGB135105117
HSL336°12.50%47.06%
HSB/HSV336°22.22%52.94%
CMYK0.00%22.22%13.33%
47.06%

Color #876975 in popluar number systems.

HEX876975
Decimal135105117
Binary1000011111010011110101
Octal207151165

Shades and tints

Shades of #876975

#876975
(135,105,117)
#7B606B
(123,96,107)
#6F5761
(111,87,97)
#634E57
(99,78,87)
#57454D
(87,69,77)
#4B3C43
(75,60,67)
#3F3339
(63,51,57)
#332A2F
(51,42,47)
#272125
(39,33,37)
#1B181B
(27,24,27)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #876975

#876975
(135,105,117)
#917681
(145,118,129)
#9B838D
(155,131,141)
#A59099
(165,144,153)
#AF9DA5
(175,157,165)
#B9AAB1
(185,170,177)
#C3B7BD
(195,183,189)
#CDC4C9
(205,196,201)
#D7D1D5
(215,209,213)
#E1DEE1
(225,222,225)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876975; }

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

This text font color is #876975.


Background Color

.myBgColor { background-color: #876975; }

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

This div background color is #876975.


Border color

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

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

This div border color is #876975.


Opacity

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

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

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

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

This text has shadow with #876975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876975 on black background.


Color preview on white background

This text has color #876975 on white background.



Black color preview on #876975 background

This text has black color on #876975 background.


White color preview on #876975 background

This text has white color on #876975 background.