COLOR #806E73

HEX: #806E73 RGB: (128,110,115)

Color info

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

RGB color model

#806E73 color RGB value is (128,110,115).

RGB: (128,110,115) (50%, 43%, 45%)

RGB channels and saturation

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

128
110
115

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 115 = 353 (100%)
R 128 of 353 ~ 36.26%
G 110 of 353 ~ 31.16%
B 115 of 353 ~ 32.58'%

%36.26
%31.16
%32.58

CMYK color model

#806E73 color CMYK value is (0,14,10,50).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 10.16%
  • key color value is 49.80%

CMYK: (0,14,10,50)
C0M14Y10K50 (0%, 14%, 10%, 50%)
(0.00 / 0.14 / 0.10 / 0.50)

CMYK percentages

%0
%14.06
%10.16
%49.8

Codes

Color #806E73 in popluar color models

80 6E 73
RGB 128 110 115
HSL 343° 7.56% 46.67%
HSB/HSV 343° 14.06% 50.20%
CMYK 0.00% 14.06% 10.16%
49.80%

Color #806E73 in popluar number systems.

HEX 80 6E 73
Decimal 128 110 115
Binary 10000000 1101110 1110011
Octal 200 156 163

Shades and tints

Shades of #806E73

#806E73
(128,110,115)
#756469
(117,100,105)
#6A5A5F
(106,90,95)
#5F5055
(95,80,85)
#54464B
(84,70,75)
#493C41
(73,60,65)
#3E3237
(62,50,55)
#33282D
(51,40,45)
#281E23
(40,30,35)
#1D1419
(29,20,25)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #806E73

#806E73
(128,110,115)
#8B7B7F
(139,123,127)
#96888B
(150,136,139)
#A19597
(161,149,151)
#ACA2A3
(172,162,163)
#B7AFAF
(183,175,175)
#C2BCBB
(194,188,187)
#CDC9C7
(205,201,199)
#D8D6D3
(216,214,211)
#E3E3DF
(227,227,223)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E73; }

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

This text font color is #806E73.

Background Color

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

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

This div background color is #806E73.

Border color

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

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

This div border color is #806E73.

Opacity

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

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

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

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

This text has shadow with #806E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806E73.

Preview

Color preview on black background

This text has color #806E73 on black background.


Color preview on white background

This text has color #806E73 on white background.


Black color preview on #806E73 background

This text has black color on #806E73 background.


White color preview on #806E73 background

This text has white color on #806E73 background.


Related colors

Complementary color

Complementary color for #hex is #7F918C.


I love getcolorcode.com

Triadic colors

1 #73806E and #6E7380 with #806E73 are triadic colors.

2 #736E80 and #6E8073 with #806E73 are triadic colors.