COLOR #876762

HEX: #876762
RGB: (135,103,98)

Color info

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

RGB color model

#876762 color RGB value is (135,103,98).

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

RGB channels and saturation

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

135
103
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 98 = 336 (100%)
R 135 of 336 ~ 40.18%
G 103 of 336 ~ 30.65%
B 98 of 336 ~ 29.17%

%40.18
%30.65
%29.17

CMYK color model

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

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

CMYK percentages

%0
%23.7
%27.41
%47.06

Codes

Color #876762 in popluar color models

876762
RGB13510398
HSL15.88%45.69%
HSB/HSV27.41%52.94%
CMYK0.00%23.70%27.41%
47.06%

Color #876762 in popluar number systems.

HEX876762
Decimal13510398
Binary1000011111001111100010
Octal207147142

Shades and tints

Shades of #876762

#876762
(135,103,98)
#7B5E5A
(123,94,90)
#6F5552
(111,85,82)
#634C4A
(99,76,74)
#574342
(87,67,66)
#4B3A3A
(75,58,58)
#3F3132
(63,49,50)
#33282A
(51,40,42)
#271F22
(39,31,34)
#1B161A
(27,22,26)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #876762

#876762
(135,103,98)
#917470
(145,116,112)
#9B817E
(155,129,126)
#A58E8C
(165,142,140)
#AF9B9A
(175,155,154)
#B9A8A8
(185,168,168)
#C3B5B6
(195,181,182)
#CDC2C4
(205,194,196)
#D7CFD2
(215,207,210)
#E1DCE0
(225,220,224)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876762; }

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

This text font color is #876762.


Background Color

.myBgColor { background-color: #876762; }

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

This div background color is #876762.


Border color

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

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

This div border color is #876762.


Opacity

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

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

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

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

This text has shadow with #876762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876762 on black background.


Color preview on white background

This text has color #876762 on white background.



Black color preview on #876762 background

This text has black color on #876762 background.


White color preview on #876762 background

This text has white color on #876762 background.