COLOR #80777C

HEX: #80777C RGB: (128,119,124)

Color info

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

RGB color model

#80777C color RGB value is (128,119,124).

RGB: (128,119,124) (50%, 47%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 124 of 255 = 49%

128
119
124

R + G + B ~ 49%. #80777C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 119 + 124 = 371 (100%)
R 128 of 371 ~ 34.5%
G 119 of 371 ~ 32.08%
B 124 of 371 ~ 33.42'%

%34.5
%32.08
%33.42

CMYK color model

#80777C color CMYK value is (0,7,3,50).

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

CMYK: (0,7,3,50)
C0M7Y3K50 (0%, 7%, 3%, 50%)
(0.00 / 0.07 / 0.03 / 0.50)

CMYK percentages

%0
%7.03
%3.12
%49.8

Codes

Color #80777C in popluar color models

80 77 7C
RGB 128 119 124
HSL 327° 3.64% 48.43%
HSB/HSV 327° 7.03% 50.20%
CMYK 0.00% 7.03% 3.12%
49.80%

Color #80777C in popluar number systems.

HEX 80 77 7C
Decimal 128 119 124
Binary 10000000 1110111 1111100
Octal 200 167 174

Shades and tints

Shades of #80777C

#80777C
(128,119,124)
#756D71
(117,109,113)
#6A6366
(106,99,102)
#5F595B
(95,89,91)
#544F50
(84,79,80)
#494545
(73,69,69)
#3E3B3A
(62,59,58)
#33312F
(51,49,47)
#282724
(40,39,36)
#1D1D19
(29,29,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #80777C

#80777C
(128,119,124)
#8B8387
(139,131,135)
#968F92
(150,143,146)
#A19B9D
(161,155,157)
#ACA7A8
(172,167,168)
#B7B3B3
(183,179,179)
#C2BFBE
(194,191,190)
#CDCBC9
(205,203,201)
#D8D7D4
(216,215,212)
#E3E3DF
(227,227,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80777C color. Also use rgb(128,119,124) instead hex code.

Text Font Color

.myTextColor { color: #80777C; }

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

This text font color is #80777C.

Background Color

.myBgColor { background-color: #80777C; }

<div style="background-color:#80777C">Inner text</div>

This div background color is #80777C.

Border color

.myBorderColor { border: 1px solid #80777C; }

<div style="border:3px solid #80777C">Div</div>

This div border color is #80777C.

Opacity

.myOpacity80 { color: #80777C; opacity: 0.8; }

<p style="color:#80777C;opacity:0.8;">80%</p>

Text with #80777C 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 #80777C;}

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

This text has shadow with #80777C color.


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

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

This text has shadow with #80777C primary color and red secondary color.


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

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

This text has shadow with #80777C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80777C.

Preview

Color preview on black background

This text has color #80777C on black background.


Color preview on white background

This text has color #80777C on white background.


Black color preview on #80777C background

This text has black color on #80777C background.


White color preview on #80777C background

This text has white color on #80777C background.


Related colors

Complementary color

Complementary color for #hex is #7F8883.


I love getcolorcode.com

Triadic colors

1 #7C8077 and #777C80 with #80777C are triadic colors.

2 #7C7780 and #77807C with #80777C are triadic colors.