COLOR #808777

HEX: #808777
RGB: (128,135,119)

Color info

#808777 contains red, green and blue colors in about the same proportion. Web safe color of #808777 is #669966 (or #696).

RGB color model

#808777 color RGB value is (128,135,119).

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

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 119 of 255 = 47%

128
135
119

R + G + B ~ 50%. #808777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 119 = 382 (100%)
R 128 of 382 ~ 33.51%
G 135 of 382 ~ 35.34%
B 119 of 382 ~ 31.15%

%33.51
%35.34
%31.15

CMYK color model

#808777 color CMYK value is (5,0,12,47).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(5,0,12,47)
C5M0Y12K47 
(5%,0%,12%,47%)
(0.05/0.00/0.12/0.47)	

CMYK percentages

%5.19
%0
%11.85
%47.06

Codes

Color #808777 in popluar color models

808777
RGB128135119
HSL86°6.30%49.80%
HSB/HSV86°11.85%52.94%
CMYK5.19%0.00%11.85%
47.06%

Color #808777 in popluar number systems.

HEX808777
Decimal128135119
Binary10000000100001111110111
Octal200207167

Shades and tints

Shades of #808777

#808777
(128,135,119)
#757B6D
(117,123,109)
#6A6F63
(106,111,99)
#5F6359
(95,99,89)
#54574F
(84,87,79)
#494B45
(73,75,69)
#3E3F3B
(62,63,59)
#333331
(51,51,49)
#282727
(40,39,39)
#1D1B1D
(29,27,29)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #808777

#808777
(128,135,119)
#8B9183
(139,145,131)
#969B8F
(150,155,143)
#A1A59B
(161,165,155)
#ACAFA7
(172,175,167)
#B7B9B3
(183,185,179)
#C2C3BF
(194,195,191)
#CDCDCB
(205,205,203)
#D8D7D7
(216,215,215)
#E3E1E3
(227,225,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808777; }

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

This text font color is #808777.


Background Color

.myBgColor { background-color: #808777; }

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

This div background color is #808777.


Border color

.myBorderColor { border: 1px solid #808777; }

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

This div border color is #808777.


Opacity

.myOpacity80 { color: #808777; opacity: 0.8; }

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

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

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

This text has shadow with #808777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808777 on black background.


Color preview on white background

This text has color #808777 on white background.



Black color preview on #808777 background

This text has black color on #808777 background.


White color preview on #808777 background

This text has white color on #808777 background.