COLOR #807877

HEX: #807877
RGB: (128,120,119)

Color info

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

RGB color model

#807877 color RGB value is (128,120,119).

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

RGB channels and saturation

R 128 of 255 = 50%
G 120 of 255 = 47%
B 119 of 255 = 47%

128
120
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 120 + 119 = 367 (100%)
R 128 of 367 ~ 34.88%
G 120 of 367 ~ 32.7%
B 119 of 367 ~ 32.43%

%34.88
%32.7
%32.43

CMYK color model

#807877 color CMYK value is (0,6,7,50).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(0,6,7,50)
C0M6Y7K50 
(0%,6%,7%,50%)
(0.00/0.06/0.07/0.50)	

CMYK percentages

%0
%6.25
%7.03
%49.8

Codes

Color #807877 in popluar color models

807877
RGB128120119
HSL3.64%48.43%
HSB/HSV7.03%50.20%
CMYK0.00%6.25%7.03%
49.80%

Color #807877 in popluar number systems.

HEX807877
Decimal128120119
Binary1000000011110001110111
Octal200170167

Shades and tints

Shades of #807877

#807877
(128,120,119)
#756E6D
(117,110,109)
#6A6463
(106,100,99)
#5F5A59
(95,90,89)
#54504F
(84,80,79)
#494645
(73,70,69)
#3E3C3B
(62,60,59)
#333231
(51,50,49)
#282827
(40,40,39)
#1D1E1D
(29,30,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #807877

#807877
(128,120,119)
#8B8483
(139,132,131)
#96908F
(150,144,143)
#A19C9B
(161,156,155)
#ACA8A7
(172,168,167)
#B7B4B3
(183,180,179)
#C2C0BF
(194,192,191)
#CDCCCB
(205,204,203)
#D8D8D7
(216,216,215)
#E3E4E3
(227,228,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807877; }

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

This text font color is #807877.


Background Color

.myBgColor { background-color: #807877; }

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

This div background color is #807877.


Border color

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

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

This div border color is #807877.


Opacity

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

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

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

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

This text has shadow with #807877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807877 on black background.


Color preview on white background

This text has color #807877 on white background.



Black color preview on #807877 background

This text has black color on #807877 background.


White color preview on #807877 background

This text has white color on #807877 background.