COLOR #806A72

HEX: #806A72 RGB: (128,106,114)

Color info

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

RGB color model

#806A72 color RGB value is (128,106,114).

RGB: (128,106,114) (50%, 42%, 45%)

RGB channels and saturation

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

128
106
114

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

Portions of RGB colors in percentages

R + G + B = 128 + 106 + 114 = 348 (100%)
R 128 of 348 ~ 36.78%
G 106 of 348 ~ 30.46%
B 114 of 348 ~ 32.76'%

%36.78
%30.46
%32.76

CMYK color model

#806A72 color CMYK value is (0,17,11,50).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 10.94%
  • key color value is 49.80%

CMYK: (0,17,11,50)
C0M17Y11K50 (0%, 17%, 11%, 50%)
(0.00 / 0.17 / 0.11 / 0.50)

CMYK percentages

%0
%17.19
%10.94
%49.8

Codes

Color #806A72 in popluar color models

80 6A 72
RGB 128 106 114
HSL 338° 9.40% 45.88%
HSB/HSV 338° 17.19% 50.20%
CMYK 0.00% 17.19% 10.94%
49.80%

Color #806A72 in popluar number systems.

HEX 80 6A 72
Decimal 128 106 114
Binary 10000000 1101010 1110010
Octal 200 152 162

Shades and tints

Shades of #806A72

#806A72
(128,106,114)
#756168
(117,97,104)
#6A585E
(106,88,94)
#5F4F54
(95,79,84)
#54464A
(84,70,74)
#493D40
(73,61,64)
#3E3436
(62,52,54)
#332B2C
(51,43,44)
#282222
(40,34,34)
#1D1918
(29,25,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #806A72

#806A72
(128,106,114)
#8B777E
(139,119,126)
#96848A
(150,132,138)
#A19196
(161,145,150)
#AC9EA2
(172,158,162)
#B7ABAE
(183,171,174)
#C2B8BA
(194,184,186)
#CDC5C6
(205,197,198)
#D8D2D2
(216,210,210)
#E3DFDE
(227,223,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806A72; }

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

This text font color is #806A72.

Background Color

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

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

This div background color is #806A72.

Border color

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

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

This div border color is #806A72.

Opacity

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

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

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

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

This text has shadow with #806A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806A72.

Preview

Color preview on black background

This text has color #806A72 on black background.


Color preview on white background

This text has color #806A72 on white background.


Black color preview on #806A72 background

This text has black color on #806A72 background.


White color preview on #806A72 background

This text has white color on #806A72 background.


Related colors

Complementary color

Complementary color for #hex is #7F958D.


I love getcolorcode.com

Triadic colors

1 #72806A and #6A7280 with #806A72 are triadic colors.

2 #726A80 and #6A8072 with #806A72 are triadic colors.