COLOR #806E72

HEX: #806E72
RGB: (128,110,114)

Color info

#806E72 contains red, green and blue colors in about the same proportion. Web safe color of #806E72 is #666666 (or #666).

RGB color model

#806E72 color RGB value is (128,110,114).

  • red value is 128;
  • green value is 110;
  • blue value is 114.
RGB:
(128,110,114)
(50%,43%,45%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 114 of 255 = 45%

128
110
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 114 = 352 (100%)
R 128 of 352 ~ 36.36%
G 110 of 352 ~ 31.25%
B 114 of 352 ~ 32.39%

%36.36
%31.25
%32.39

CMYK color model

#806E72 color CMYK value is (0,14,11,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,14,11,50)
C0M14Y11K50 
(0%,14%,11%,50%)
(0.00/0.14/0.11/0.50)	

CMYK percentages

%0
%14.06
%10.94
%49.8

Codes

Color #806E72 in popluar color models

806E72
RGB128110114
HSL347°7.56%46.67%
HSB/HSV347°14.06%50.20%
CMYK0.00%14.06%10.94%
49.80%

Color #806E72 in popluar number systems.

HEX806E72
Decimal128110114
Binary1000000011011101110010
Octal200156162

Shades and tints

Shades of #806E72

#806E72
(128,110,114)
#756468
(117,100,104)
#6A5A5E
(106,90,94)
#5F5054
(95,80,84)
#54464A
(84,70,74)
#493C40
(73,60,64)
#3E3236
(62,50,54)
#33282C
(51,40,44)
#281E22
(40,30,34)
#1D1418
(29,20,24)
#120A0E
(18,10,14)
#000000
(0,0,0)

Tints of #806E72

#806E72
(128,110,114)
#8B7B7E
(139,123,126)
#96888A
(150,136,138)
#A19596
(161,149,150)
#ACA2A2
(172,162,162)
#B7AFAE
(183,175,174)
#C2BCBA
(194,188,186)
#CDC9C6
(205,201,198)
#D8D6D2
(216,214,210)
#E3E3DE
(227,227,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806E72 color. Also use rgb(128,110,114) instead hex code.

Text Font Color

.myTextColor { color: #806E72; }

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

This text font color is #806E72.


Background Color

.myBgColor { background-color: #806E72; }

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

This div background color is #806E72.


Border color

.myBorderColor { border: 1px solid #806E72; }

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

This div border color is #806E72.


Opacity

.myOpacity80 { color: #806E72; opacity: 0.8; }

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

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

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

This text has shadow with #806E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806E72 on black background.


Color preview on white background

This text has color #806E72 on white background.



Black color preview on #806E72 background

This text has black color on #806E72 background.


White color preview on #806E72 background

This text has white color on #806E72 background.