COLOR #80776F

HEX: #80776F RGB: (128,119,111)

Color info

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

RGB color model

#80776F color RGB value is (128,119,111).

RGB: (128,119,111) (50%, 47%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 111 of 255 = 44%

128
119
111

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

Portions of RGB colors in percentages

R + G + B = 128 + 119 + 111 = 358 (100%)
R 128 of 358 ~ 35.75%
G 119 of 358 ~ 33.24%
B 111 of 358 ~ 31.01'%

%35.75
%33.24
%31.01

CMYK color model

#80776F color CMYK value is (0,7,13,50).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 13.28%
  • key color value is 49.80%

CMYK: (0,7,13,50)
C0M7Y13K50 (0%, 7%, 13%, 50%)
(0.00 / 0.07 / 0.13 / 0.50)

CMYK percentages

%0
%7.03
%13.28
%49.8

Codes

Color #80776F in popluar color models

80 77 6F
RGB 128 119 111
HSL 28° 7.11% 46.86%
HSB/HSV 28° 13.28% 50.20%
CMYK 0.00% 7.03% 13.28%
49.80%

Color #80776F in popluar number systems.

HEX 80 77 6F
Decimal 128 119 111
Binary 10000000 1110111 1101111
Octal 200 167 157

Shades and tints

Shades of #80776F

#80776F
(128,119,111)
#756D65
(117,109,101)
#6A635B
(106,99,91)
#5F5951
(95,89,81)
#544F47
(84,79,71)
#49453D
(73,69,61)
#3E3B33
(62,59,51)
#333129
(51,49,41)
#28271F
(40,39,31)
#1D1D15
(29,29,21)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #80776F

#80776F
(128,119,111)
#8B837C
(139,131,124)
#968F89
(150,143,137)
#A19B96
(161,155,150)
#ACA7A3
(172,167,163)
#B7B3B0
(183,179,176)
#C2BFBD
(194,191,189)
#CDCBCA
(205,203,202)
#D8D7D7
(216,215,215)
#E3E3E4
(227,227,228)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80776F color. Also use rgb(128,119,111) instead hex code.

Text Font Color

.myTextColor { color: #80776F; }

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

This text font color is #80776F.

Background Color

.myBgColor { background-color: #80776F; }

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

This div background color is #80776F.

Border color

.myBorderColor { border: 1px solid #80776F; }

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

This div border color is #80776F.

Opacity

.myOpacity80 { color: #80776F; opacity: 0.8; }

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

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

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

This text has shadow with #80776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80776F.

Preview

Color preview on black background

This text has color #80776F on black background.


Color preview on white background

This text has color #80776F on white background.


Black color preview on #80776F background

This text has black color on #80776F background.


White color preview on #80776F background

This text has white color on #80776F background.


Related colors

Complementary color

Complementary color for #hex is #7F8890.


I love getcolorcode.com

Triadic colors

1 #6F8077 and #776F80 with #80776F are triadic colors.

2 #6F7780 and #77806F with #80776F are triadic colors.