COLOR #80776C

HEX: #80776C
RGB: (128,119,108)

Color info

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

RGB color model

#80776C color RGB value is (128,119,108).

  • red value is 128;
  • green value is 119;
  • blue value is 108.
RGB:
(128,119,108)
(50%,47%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 108 of 255 = 42%

128
119
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 119 + 108 = 355 (100%)
R 128 of 355 ~ 36.06%
G 119 of 355 ~ 33.52%
B 108 of 355 ~ 30.42%

%36.06
%33.52
%30.42

CMYK color model

#80776C color CMYK value is (0,7,16,50).

  • cyan value is 0.00%
  • magenta value is 7.03%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,7,16,50)
C0M7Y16K50 
(0%,7%,16%,50%)
(0.00/0.07/0.16/0.50)	

CMYK percentages

%0
%7.03
%15.63
%49.8

Codes

Color #80776C in popluar color models

80776C
RGB128119108
HSL33°8.47%46.27%
HSB/HSV33°15.63%50.20%
CMYK0.00%7.03%15.63%
49.80%

Color #80776C in popluar number systems.

HEX80776C
Decimal128119108
Binary1000000011101111101100
Octal200167154

Shades and tints

Shades of #80776C

#80776C
(128,119,108)
#756D63
(117,109,99)
#6A635A
(106,99,90)
#5F5951
(95,89,81)
#544F48
(84,79,72)
#49453F
(73,69,63)
#3E3B36
(62,59,54)
#33312D
(51,49,45)
#282724
(40,39,36)
#1D1D1B
(29,29,27)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #80776C

#80776C
(128,119,108)
#8B8379
(139,131,121)
#968F86
(150,143,134)
#A19B93
(161,155,147)
#ACA7A0
(172,167,160)
#B7B3AD
(183,179,173)
#C2BFBA
(194,191,186)
#CDCBC7
(205,203,199)
#D8D7D4
(216,215,212)
#E3E3E1
(227,227,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80776C; }

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

This text font color is #80776C.


Background Color

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

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

This div background color is #80776C.


Border color

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

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

This div border color is #80776C.


Opacity

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

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

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

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

This text has shadow with #80776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80776C on black background.


Color preview on white background

This text has color #80776C on white background.



Black color preview on #80776C background

This text has black color on #80776C background.


White color preview on #80776C background

This text has white color on #80776C background.