COLOR #876760

HEX: #876760
RGB: (135,103,96)

Color info

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

RGB color model

#876760 color RGB value is (135,103,96).

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

RGB channels and saturation

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

135
103
96

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 96 = 334 (100%)
R 135 of 334 ~ 40.42%
G 103 of 334 ~ 30.84%
B 96 of 334 ~ 28.74%

%40.42
%30.84
%28.74

CMYK color model

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

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

CMYK percentages

%0
%23.7
%28.89
%47.06

Codes

Color #876760 in popluar color models

876760
RGB13510396
HSL11°16.88%45.29%
HSB/HSV11°28.89%52.94%
CMYK0.00%23.70%28.89%
47.06%

Color #876760 in popluar number systems.

HEX876760
Decimal13510396
Binary1000011111001111100000
Octal207147140

Shades and tints

Shades of #876760

#876760
(135,103,96)
#7B5E58
(123,94,88)
#6F5550
(111,85,80)
#634C48
(99,76,72)
#574340
(87,67,64)
#4B3A38
(75,58,56)
#3F3130
(63,49,48)
#332828
(51,40,40)
#271F20
(39,31,32)
#1B1618
(27,22,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #876760

#876760
(135,103,96)
#91746E
(145,116,110)
#9B817C
(155,129,124)
#A58E8A
(165,142,138)
#AF9B98
(175,155,152)
#B9A8A6
(185,168,166)
#C3B5B4
(195,181,180)
#CDC2C2
(205,194,194)
#D7CFD0
(215,207,208)
#E1DCDE
(225,220,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876760; }

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

This text font color is #876760.


Background Color

.myBgColor { background-color: #876760; }

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

This div background color is #876760.


Border color

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

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

This div border color is #876760.


Opacity

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

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

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

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

This text has shadow with #876760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876760 on black background.


Color preview on white background

This text has color #876760 on white background.



Black color preview on #876760 background

This text has black color on #876760 background.


White color preview on #876760 background

This text has white color on #876760 background.