COLOR #876757

HEX: #876757
RGB: (135,103,87)

Color info

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

RGB color model

#876757 color RGB value is (135,103,87).

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

RGB channels and saturation

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

135
103
87

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 87 = 325 (100%)
R 135 of 325 ~ 41.54%
G 103 of 325 ~ 31.69%
B 87 of 325 ~ 26.77%

%41.54
%31.69
%26.77

CMYK color model

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

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

CMYK percentages

%0
%23.7
%35.56
%47.06

Codes

Color #876757 in popluar color models

876757
RGB13510387
HSL20°21.62%43.53%
HSB/HSV20°35.56%52.94%
CMYK0.00%23.70%35.56%
47.06%

Color #876757 in popluar number systems.

HEX876757
Decimal13510387
Binary1000011111001111010111
Octal207147127

Shades and tints

Shades of #876757

#876757
(135,103,87)
#7B5E50
(123,94,80)
#6F5549
(111,85,73)
#634C42
(99,76,66)
#57433B
(87,67,59)
#4B3A34
(75,58,52)
#3F312D
(63,49,45)
#332826
(51,40,38)
#271F1F
(39,31,31)
#1B1618
(27,22,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #876757

#876757
(135,103,87)
#917466
(145,116,102)
#9B8175
(155,129,117)
#A58E84
(165,142,132)
#AF9B93
(175,155,147)
#B9A8A2
(185,168,162)
#C3B5B1
(195,181,177)
#CDC2C0
(205,194,192)
#D7CFCF
(215,207,207)
#E1DCDE
(225,220,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876757; }

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

This text font color is #876757.


Background Color

.myBgColor { background-color: #876757; }

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

This div background color is #876757.


Border color

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

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

This div border color is #876757.


Opacity

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

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

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

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

This text has shadow with #876757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876757 on black background.


Color preview on white background

This text has color #876757 on white background.



Black color preview on #876757 background

This text has black color on #876757 background.


White color preview on #876757 background

This text has white color on #876757 background.