COLOR #806B72

HEX: #806B72
RGB: (128,107,114)

Color info

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

RGB color model

#806B72 color RGB value is (128,107,114).

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

RGB channels and saturation

R 128 of 255 = 50%
G 107 of 255 = 42%
B 114 of 255 = 45%

128
107
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 107 + 114 = 349 (100%)
R 128 of 349 ~ 36.68%
G 107 of 349 ~ 30.66%
B 114 of 349 ~ 32.66%

%36.68
%30.66
%32.66

CMYK color model

#806B72 color CMYK value is (0,16,11,50).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,16,11,50)
C0M16Y11K50 
(0%,16%,11%,50%)
(0.00/0.16/0.11/0.50)	

CMYK percentages

%0
%16.41
%10.94
%49.8

Codes

Color #806B72 in popluar color models

806B72
RGB128107114
HSL340°8.94%46.08%
HSB/HSV340°16.41%50.20%
CMYK0.00%16.41%10.94%
49.80%

Color #806B72 in popluar number systems.

HEX806B72
Decimal128107114
Binary1000000011010111110010
Octal200153162

Shades and tints

Shades of #806B72

#806B72
(128,107,114)
#756268
(117,98,104)
#6A595E
(106,89,94)
#5F5054
(95,80,84)
#54474A
(84,71,74)
#493E40
(73,62,64)
#3E3536
(62,53,54)
#332C2C
(51,44,44)
#282322
(40,35,34)
#1D1A18
(29,26,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #806B72

#806B72
(128,107,114)
#8B787E
(139,120,126)
#96858A
(150,133,138)
#A19296
(161,146,150)
#AC9FA2
(172,159,162)
#B7ACAE
(183,172,174)
#C2B9BA
(194,185,186)
#CDC6C6
(205,198,198)
#D8D3D2
(216,211,210)
#E3E0DE
(227,224,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806B72; }

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

This text font color is #806B72.


Background Color

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

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

This div background color is #806B72.


Border color

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

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

This div border color is #806B72.


Opacity

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

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

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

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

This text has shadow with #806B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806B72 on black background.


Color preview on white background

This text has color #806B72 on white background.



Black color preview on #806B72 background

This text has black color on #806B72 background.


White color preview on #806B72 background

This text has white color on #806B72 background.