COLOR #806E79

HEX: #806E79 RGB: (128,110,121)

Color info

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

RGB color model

#806E79 color RGB value is (128,110,121).

RGB: (128,110,121) (50%, 43%, 47%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 121 of 255 = 47%

128
110
121

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 121 = 359 (100%)
R 128 of 359 ~ 35.65%
G 110 of 359 ~ 30.64%
B 121 of 359 ~ 33.7'%

%35.65
%30.64
%33.7

CMYK color model

#806E79 color CMYK value is (0,14,5,50).

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

CMYK: (0,14,5,50)
C0M14Y5K50 (0%, 14%, 5%, 50%)
(0.00 / 0.14 / 0.05 / 0.50)

CMYK percentages

%0
%14.06
%5.47
%49.8

Codes

Color #806E79 in popluar color models

80 6E 79
RGB 128 110 121
HSL 323° 7.56% 46.67%
HSB/HSV 323° 14.06% 50.20%
CMYK 0.00% 14.06% 5.47%
49.80%

Color #806E79 in popluar number systems.

HEX 80 6E 79
Decimal 128 110 121
Binary 10000000 1101110 1111001
Octal 200 156 171

Shades and tints

Shades of #806E79

#806E79
(128,110,121)
#75646E
(117,100,110)
#6A5A63
(106,90,99)
#5F5058
(95,80,88)
#54464D
(84,70,77)
#493C42
(73,60,66)
#3E3237
(62,50,55)
#33282C
(51,40,44)
#281E21
(40,30,33)
#1D1416
(29,20,22)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #806E79

#806E79
(128,110,121)
#8B7B85
(139,123,133)
#968891
(150,136,145)
#A1959D
(161,149,157)
#ACA2A9
(172,162,169)
#B7AFB5
(183,175,181)
#C2BCC1
(194,188,193)
#CDC9CD
(205,201,205)
#D8D6D9
(216,214,217)
#E3E3E5
(227,227,229)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E79; }

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

This text font color is #806E79.

Background Color

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

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

This div background color is #806E79.

Border color

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

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

This div border color is #806E79.

Opacity

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

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

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

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

This text has shadow with #806E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806E79.

Preview

Color preview on black background

This text has color #806E79 on black background.


Color preview on white background

This text has color #806E79 on white background.


Black color preview on #806E79 background

This text has black color on #806E79 background.


White color preview on #806E79 background

This text has white color on #806E79 background.


Related colors

Complementary color

Complementary color for #hex is #7F9186.


I love getcolorcode.com

Triadic colors

1 #79806E and #6E7980 with #806E79 are triadic colors.

2 #796E80 and #6E8079 with #806E79 are triadic colors.