COLOR #866C76

HEX: #866C76
RGB: (134,108,118)

Color info

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

RGB color model

#866C76 color RGB value is (134,108,118).

  • red value is 134;
  • green value is 108;
  • blue value is 118.
RGB:
(134,108,118)
(53%,42%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 118 of 255 = 46%

134
108
118

R + G + B ~ 47%. #866C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 108 + 118 = 360 (100%)
R 134 of 360 ~ 37.22%
G 108 of 360 ~ 30%
B 118 of 360 ~ 32.78%

%37.22
%30
%32.78

CMYK color model

#866C76 color CMYK value is (0,19,12,47).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,19,12,47)
C0M19Y12K47 
(0%,19%,12%,47%)
(0.00/0.19/0.12/0.47)	

CMYK percentages

%0
%19.4
%11.94
%47.45

Codes

Color #866C76 in popluar color models

866C76
RGB134108118
HSL337°10.74%47.45%
HSB/HSV337°19.40%52.55%
CMYK0.00%19.40%11.94%
47.45%

Color #866C76 in popluar number systems.

HEX866C76
Decimal134108118
Binary1000011011011001110110
Octal206154166

Shades and tints

Shades of #866C76

#866C76
(134,108,118)
#7A636C
(122,99,108)
#6E5A62
(110,90,98)
#625158
(98,81,88)
#56484E
(86,72,78)
#4A3F44
(74,63,68)
#3E363A
(62,54,58)
#322D30
(50,45,48)
#262426
(38,36,38)
#1A1B1C
(26,27,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #866C76

#866C76
(134,108,118)
#917982
(145,121,130)
#9C868E
(156,134,142)
#A7939A
(167,147,154)
#B2A0A6
(178,160,166)
#BDADB2
(189,173,178)
#C8BABE
(200,186,190)
#D3C7CA
(211,199,202)
#DED4D6
(222,212,214)
#E9E1E2
(233,225,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866C76 color. Also use rgb(134,108,118) instead hex code.

Text Font Color

.myTextColor { color: #866C76; }

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

This text font color is #866C76.


Background Color

.myBgColor { background-color: #866C76; }

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

This div background color is #866C76.


Border color

.myBorderColor { border: 1px solid #866C76; }

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

This div border color is #866C76.


Opacity

.myOpacity80 { color: #866C76; opacity: 0.8; }

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

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

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

This text has shadow with #866C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866C76 on black background.


Color preview on white background

This text has color #866C76 on white background.



Black color preview on #866C76 background

This text has black color on #866C76 background.


White color preview on #866C76 background

This text has white color on #866C76 background.