COLOR #808177

HEX: #808177
RGB: (128,129,119)

Color info

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

RGB color model

#808177 color RGB value is (128,129,119).

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

RGB channels and saturation

R 128 of 255 = 50%
G 129 of 255 = 51%
B 119 of 255 = 47%

128
129
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 119 = 376 (100%)
R 128 of 376 ~ 34.04%
G 129 of 376 ~ 34.31%
B 119 of 376 ~ 31.65%

%34.04
%34.31
%31.65

CMYK color model

#808177 color CMYK value is (1,0,8,49).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(1,0,8,49)
C1M0Y8K49 
(1%,0%,8%,49%)
(0.01/0.00/0.08/0.49)	

CMYK percentages

%0.78
%0
%7.75
%49.41

Codes

Color #808177 in popluar color models

808177
RGB128129119
HSL66°4.03%48.63%
HSB/HSV66°7.75%50.59%
CMYK0.78%0.00%7.75%
49.41%

Color #808177 in popluar number systems.

HEX808177
Decimal128129119
Binary10000000100000011110111
Octal200201167

Shades and tints

Shades of #808177

#808177
(128,129,119)
#75766D
(117,118,109)
#6A6B63
(106,107,99)
#5F6059
(95,96,89)
#54554F
(84,85,79)
#494A45
(73,74,69)
#3E3F3B
(62,63,59)
#333431
(51,52,49)
#282927
(40,41,39)
#1D1E1D
(29,30,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #808177

#808177
(128,129,119)
#8B8C83
(139,140,131)
#96978F
(150,151,143)
#A1A29B
(161,162,155)
#ACADA7
(172,173,167)
#B7B8B3
(183,184,179)
#C2C3BF
(194,195,191)
#CDCECB
(205,206,203)
#D8D9D7
(216,217,215)
#E3E4E3
(227,228,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808177; }

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

This text font color is #808177.


Background Color

.myBgColor { background-color: #808177; }

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

This div background color is #808177.


Border color

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

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

This div border color is #808177.


Opacity

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

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

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

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

This text has shadow with #808177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808177 on black background.


Color preview on white background

This text has color #808177 on white background.



Black color preview on #808177 background

This text has black color on #808177 background.


White color preview on #808177 background

This text has white color on #808177 background.