COLOR #876B6D

HEX: #876B6D
RGB: (135,107,109)

Color info

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

RGB color model

#876B6D color RGB value is (135,107,109).

  • red value is 135;
  • green value is 107;
  • blue value is 109.
RGB:
(135,107,109)
(53%,42%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 109 of 255 = 43%

135
107
109

R + G + B ~ 46%. #876B6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 109 = 351 (100%)
R 135 of 351 ~ 38.46%
G 107 of 351 ~ 30.48%
B 109 of 351 ~ 31.05%

%38.46
%30.48
%31.05

CMYK color model

#876B6D color CMYK value is (0,21,19,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK:
(0,21,19,47)
C0M21Y19K47 
(0%,21%,19%,47%)
(0.00/0.21/0.19/0.47)	

CMYK percentages

%0
%20.74
%19.26
%47.06

Codes

Color #876B6D in popluar color models

876B6D
RGB135107109
HSL356°11.57%47.45%
HSB/HSV356°20.74%52.94%
CMYK0.00%20.74%19.26%
47.06%

Color #876B6D in popluar number systems.

HEX876B6D
Decimal135107109
Binary1000011111010111101101
Octal207153155

Shades and tints

Shades of #876B6D

#876B6D
(135,107,109)
#7B6264
(123,98,100)
#6F595B
(111,89,91)
#635052
(99,80,82)
#574749
(87,71,73)
#4B3E40
(75,62,64)
#3F3537
(63,53,55)
#332C2E
(51,44,46)
#272325
(39,35,37)
#1B1A1C
(27,26,28)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #876B6D

#876B6D
(135,107,109)
#91787A
(145,120,122)
#9B8587
(155,133,135)
#A59294
(165,146,148)
#AF9FA1
(175,159,161)
#B9ACAE
(185,172,174)
#C3B9BB
(195,185,187)
#CDC6C8
(205,198,200)
#D7D3D5
(215,211,213)
#E1E0E2
(225,224,226)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876B6D color. Also use rgb(135,107,109) instead hex code.

Text Font Color

.myTextColor { color: #876B6D; }

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

This text font color is #876B6D.


Background Color

.myBgColor { background-color: #876B6D; }

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

This div background color is #876B6D.


Border color

.myBorderColor { border: 1px solid #876B6D; }

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

This div border color is #876B6D.


Opacity

.myOpacity80 { color: #876B6D; opacity: 0.8; }

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

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

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

This text has shadow with #876B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B6D on black background.


Color preview on white background

This text has color #876B6D on white background.



Black color preview on #876B6D background

This text has black color on #876B6D background.


White color preview on #876B6D background

This text has white color on #876B6D background.