COLOR #876566

HEX: #876566
RGB: (135,101,102)

Color info

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

RGB color model

#876566 color RGB value is (135,101,102).

  • red value is 135;
  • green value is 101;
  • blue value is 102.
RGB:
(135,101,102)
(53%,40%,40%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 102 of 255 = 40%

135
101
102

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 102 = 338 (100%)
R 135 of 338 ~ 39.94%
G 101 of 338 ~ 29.88%
B 102 of 338 ~ 30.18%

%39.94
%29.88
%30.18

CMYK color model

#876566 color CMYK value is (0,25,24,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(0,25,24,47)
C0M25Y24K47 
(0%,25%,24%,47%)
(0.00/0.25/0.24/0.47)	

CMYK percentages

%0
%25.19
%24.44
%47.06

Codes

Color #876566 in popluar color models

876566
RGB135101102
HSL358°14.41%46.27%
HSB/HSV358°25.19%52.94%
CMYK0.00%25.19%24.44%
47.06%

Color #876566 in popluar number systems.

HEX876566
Decimal135101102
Binary1000011111001011100110
Octal207145146

Shades and tints

Shades of #876566

#876566
(135,101,102)
#7B5C5D
(123,92,93)
#6F5354
(111,83,84)
#634A4B
(99,74,75)
#574142
(87,65,66)
#4B3839
(75,56,57)
#3F2F30
(63,47,48)
#332627
(51,38,39)
#271D1E
(39,29,30)
#1B1415
(27,20,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #876566

#876566
(135,101,102)
#917373
(145,115,115)
#9B8180
(155,129,128)
#A58F8D
(165,143,141)
#AF9D9A
(175,157,154)
#B9ABA7
(185,171,167)
#C3B9B4
(195,185,180)
#CDC7C1
(205,199,193)
#D7D5CE
(215,213,206)
#E1E3DB
(225,227,219)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876566; }

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

This text font color is #876566.


Background Color

.myBgColor { background-color: #876566; }

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

This div background color is #876566.


Border color

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

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

This div border color is #876566.


Opacity

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

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

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

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

This text has shadow with #876566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876566 on black background.


Color preview on white background

This text has color #876566 on white background.



Black color preview on #876566 background

This text has black color on #876566 background.


White color preview on #876566 background

This text has white color on #876566 background.