COLOR #876262

HEX: #876262
RGB: (135,98,98)

Color info

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

RGB color model

#876262 color RGB value is (135,98,98).

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

RGB channels and saturation

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

135
98
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 98 = 331 (100%)
R 135 of 331 ~ 40.79%
G 98 of 331 ~ 29.61%
B 98 of 331 ~ 29.61%

%40.79
%29.61
%29.61

CMYK color model

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

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

CMYK percentages

%0
%27.41
%27.41
%47.06

Codes

Color #876262 in popluar color models

876262
RGB1359898
HSL15.88%45.69%
HSB/HSV27.41%52.94%
CMYK0.00%27.41%27.41%
47.06%

Color #876262 in popluar number systems.

HEX876262
Decimal1359898
Binary1000011111000101100010
Octal207142142

Shades and tints

Shades of #876262

#876262
(135,98,98)
#7B5A5A
(123,90,90)
#6F5252
(111,82,82)
#634A4A
(99,74,74)
#574242
(87,66,66)
#4B3A3A
(75,58,58)
#3F3232
(63,50,50)
#332A2A
(51,42,42)
#272222
(39,34,34)
#1B1A1A
(27,26,26)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #876262

#876262
(135,98,98)
#917070
(145,112,112)
#9B7E7E
(155,126,126)
#A58C8C
(165,140,140)
#AF9A9A
(175,154,154)
#B9A8A8
(185,168,168)
#C3B6B6
(195,182,182)
#CDC4C4
(205,196,196)
#D7D2D2
(215,210,210)
#E1E0E0
(225,224,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876262; }

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

This text font color is #876262.


Background Color

.myBgColor { background-color: #876262; }

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

This div background color is #876262.


Border color

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

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

This div border color is #876262.


Opacity

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

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

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

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

This text has shadow with #876262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876262 on black background.


Color preview on white background

This text has color #876262 on white background.



Black color preview on #876262 background

This text has black color on #876262 background.


White color preview on #876262 background

This text has white color on #876262 background.