COLOR #806772

HEX: #806772
RGB: (128,103,114)

Color info

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

RGB color model

#806772 color RGB value is (128,103,114).

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

RGB channels and saturation

R 128 of 255 = 50%
G 103 of 255 = 40%
B 114 of 255 = 45%

128
103
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 103 + 114 = 345 (100%)
R 128 of 345 ~ 37.1%
G 103 of 345 ~ 29.86%
B 114 of 345 ~ 33.04%

%37.1
%29.86
%33.04

CMYK color model

#806772 color CMYK value is (0,20,11,50).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,20,11,50)
C0M20Y11K50 
(0%,20%,11%,50%)
(0.00/0.20/0.11/0.50)	

CMYK percentages

%0
%19.53
%10.94
%49.8

Codes

Color #806772 in popluar color models

806772
RGB128103114
HSL334°10.82%45.29%
HSB/HSV334°19.53%50.20%
CMYK0.00%19.53%10.94%
49.80%

Color #806772 in popluar number systems.

HEX806772
Decimal128103114
Binary1000000011001111110010
Octal200147162

Shades and tints

Shades of #806772

#806772
(128,103,114)
#755E68
(117,94,104)
#6A555E
(106,85,94)
#5F4C54
(95,76,84)
#54434A
(84,67,74)
#493A40
(73,58,64)
#3E3136
(62,49,54)
#33282C
(51,40,44)
#281F22
(40,31,34)
#1D1618
(29,22,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #806772

#806772
(128,103,114)
#8B747E
(139,116,126)
#96818A
(150,129,138)
#A18E96
(161,142,150)
#AC9BA2
(172,155,162)
#B7A8AE
(183,168,174)
#C2B5BA
(194,181,186)
#CDC2C6
(205,194,198)
#D8CFD2
(216,207,210)
#E3DCDE
(227,220,222)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806772; }

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

This text font color is #806772.


Background Color

.myBgColor { background-color: #806772; }

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

This div background color is #806772.


Border color

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

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

This div border color is #806772.


Opacity

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

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

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

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

This text has shadow with #806772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806772 on black background.


Color preview on white background

This text has color #806772 on white background.



Black color preview on #806772 background

This text has black color on #806772 background.


White color preview on #806772 background

This text has white color on #806772 background.