COLOR #807E77

HEX: #807E77 RGB: (128,126,119)

Color info

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

RGB color model

#807E77 color RGB value is (128,126,119).

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

RGB channels and saturation

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

128
126
119

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

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 119 = 373 (100%)
R 128 of 373 ~ 34.32%
G 126 of 373 ~ 33.78%
B 119 of 373 ~ 31.9'%

%34.32
%33.78
%31.9

CMYK color model

#807E77 color CMYK value is (0,2,7,50).

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

CMYK: (0,2,7,50)
C0M2Y7K50 (0%, 2%, 7%, 50%)
(0.00 / 0.02 / 0.07 / 0.50)

CMYK percentages

%0
%1.56
%7.03
%49.8

Codes

Color #807E77 in popluar color models

80 7E 77
RGB 128 126 119
HSL 47° 3.64% 48.43%
HSB/HSV 47° 7.03% 50.20%
CMYK 0.00% 1.56% 7.03%
49.80%

Color #807E77 in popluar number systems.

HEX 80 7E 77
Decimal 128 126 119
Binary 10000000 1111110 1110111
Octal 200 176 167

Shades and tints

Shades of #807E77

#807E77
(128,126,119)
#75736D
(117,115,109)
#6A6863
(106,104,99)
#5F5D59
(95,93,89)
#54524F
(84,82,79)
#494745
(73,71,69)
#3E3C3B
(62,60,59)
#333131
(51,49,49)
#282627
(40,38,39)
#1D1B1D
(29,27,29)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #807E77

#807E77
(128,126,119)
#8B8983
(139,137,131)
#96948F
(150,148,143)
#A19F9B
(161,159,155)
#ACAAA7
(172,170,167)
#B7B5B3
(183,181,179)
#C2C0BF
(194,192,191)
#CDCBCB
(205,203,203)
#D8D6D7
(216,214,215)
#E3E1E3
(227,225,227)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E77; }

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

This text font color is #807E77.

Background Color

.myBgColor { background-color: #807E77; }

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

This div background color is #807E77.

Border color

.myBorderColor { border: 1px solid #807E77; }

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

This div border color is #807E77.

Opacity

.myOpacity80 { color: #807E77; opacity: 0.8; }

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

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

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

This text has shadow with #807E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807E77.

Preview

Color preview on black background

This text has color #807E77 on black background.


Color preview on white background

This text has color #807E77 on white background.


Black color preview on #807E77 background

This text has black color on #807E77 background.


White color preview on #807E77 background

This text has white color on #807E77 background.


Related colors

Complementary color

Complementary color for #hex is #7F8188.


I love getcolorcode.com

Triadic colors

1 #77807E and #7E7780 with #807E77 are triadic colors.

2 #777E80 and #7E8077 with #807E77 are triadic colors.