COLOR #80776E

HEX: #80776E RGB: (128,119,110)

Color info

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

RGB color model

#80776E color RGB value is (128,119,110).

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

RGB channels and saturation

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

128
119
110

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

Portions of RGB colors in percentages

R + G + B = 128 + 119 + 110 = 357 (100%)
R 128 of 357 ~ 35.85%
G 119 of 357 ~ 33.33%
B 110 of 357 ~ 30.81'%

%35.85
%33.33
%30.81

CMYK color model

#80776E color CMYK value is (0,7,14,50).

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

CMYK: (0,7,14,50)
C0M7Y14K50 (0%, 7%, 14%, 50%)
(0.00 / 0.07 / 0.14 / 0.50)

CMYK percentages

%0
%7.03
%14.06
%49.8

Codes

Color #80776E in popluar color models

80 77 6E
RGB 128 119 110
HSL 30° 7.56% 46.67%
HSB/HSV 30° 14.06% 50.20%
CMYK 0.00% 7.03% 14.06%
49.80%

Color #80776E in popluar number systems.

HEX 80 77 6E
Decimal 128 119 110
Binary 10000000 1110111 1101110
Octal 200 167 156

Shades and tints

Shades of #80776E

#80776E
(128,119,110)
#756D64
(117,109,100)
#6A635A
(106,99,90)
#5F5950
(95,89,80)
#544F46
(84,79,70)
#49453C
(73,69,60)
#3E3B32
(62,59,50)
#333128
(51,49,40)
#28271E
(40,39,30)
#1D1D14
(29,29,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #80776E

#80776E
(128,119,110)
#8B837B
(139,131,123)
#968F88
(150,143,136)
#A19B95
(161,155,149)
#ACA7A2
(172,167,162)
#B7B3AF
(183,179,175)
#C2BFBC
(194,191,188)
#CDCBC9
(205,203,201)
#D8D7D6
(216,215,214)
#E3E3E3
(227,227,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80776E; }

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

This text font color is #80776E.

Background Color

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

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

This div background color is #80776E.

Border color

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

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

This div border color is #80776E.

Opacity

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

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

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

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

This text has shadow with #80776E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80776E.

Preview

Color preview on black background

This text has color #80776E on black background.


Color preview on white background

This text has color #80776E on white background.


Black color preview on #80776E background

This text has black color on #80776E background.


White color preview on #80776E background

This text has white color on #80776E background.


Related colors

Complementary color

Complementary color for #hex is #7F8891.


I love getcolorcode.com

Triadic colors

1 #6E8077 and #776E80 with #80776E are triadic colors.

2 #6E7780 and #77806E with #80776E are triadic colors.