COLOR #866E78

HEX: #866E78
RGB: (134,110,120)

Color info

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

RGB color model

#866E78 color RGB value is (134,110,120).

  • red value is 134;
  • green value is 110;
  • blue value is 120.
RGB:
(134,110,120)
(53%,43%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 120 of 255 = 47%

134
110
120

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

Portions of RGB colors in percentages

R + G + B =
134 + 110 + 120 = 364 (100%)
R 134 of 364 ~ 36.81%
G 110 of 364 ~ 30.22%
B 120 of 364 ~ 32.97%

%36.81
%30.22
%32.97

CMYK color model

#866E78 color CMYK value is (0,18,10,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(0,18,10,47)
C0M18Y10K47 
(0%,18%,10%,47%)
(0.00/0.18/0.10/0.47)	

CMYK percentages

%0
%17.91
%10.45
%47.45

Codes

Color #866E78 in popluar color models

866E78
RGB134110120
HSL335°9.84%47.84%
HSB/HSV335°17.91%52.55%
CMYK0.00%17.91%10.45%
47.45%

Color #866E78 in popluar number systems.

HEX866E78
Decimal134110120
Binary1000011011011101111000
Octal206156170

Shades and tints

Shades of #866E78

#866E78
(134,110,120)
#7A646E
(122,100,110)
#6E5A64
(110,90,100)
#62505A
(98,80,90)
#564650
(86,70,80)
#4A3C46
(74,60,70)
#3E323C
(62,50,60)
#322832
(50,40,50)
#261E28
(38,30,40)
#1A141E
(26,20,30)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #866E78

#866E78
(134,110,120)
#917B84
(145,123,132)
#9C8890
(156,136,144)
#A7959C
(167,149,156)
#B2A2A8
(178,162,168)
#BDAFB4
(189,175,180)
#C8BCC0
(200,188,192)
#D3C9CC
(211,201,204)
#DED6D8
(222,214,216)
#E9E3E4
(233,227,228)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866E78 color. Also use rgb(134,110,120) instead hex code.

Text Font Color

.myTextColor { color: #866E78; }

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

This text font color is #866E78.


Background Color

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

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

This div background color is #866E78.


Border color

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

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

This div border color is #866E78.


Opacity

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

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

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

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

This text has shadow with #866E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866E78 on black background.


Color preview on white background

This text has color #866E78 on white background.



Black color preview on #866E78 background

This text has black color on #866E78 background.


White color preview on #866E78 background

This text has white color on #866E78 background.