COLOR #807576

HEX: #807576
RGB: (128,117,118)

Color info

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

RGB color model

#807576 color RGB value is (128,117,118).

  • red value is 128;
  • green value is 117;
  • blue value is 118.
RGB:
(128,117,118)
(50%,46%,46%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 118 of 255 = 46%

128
117
118

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

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 118 = 363 (100%)
R 128 of 363 ~ 35.26%
G 117 of 363 ~ 32.23%
B 118 of 363 ~ 32.51%

%35.26
%32.23
%32.51

CMYK color model

#807576 color CMYK value is (0,9,8,50).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(0,9,8,50)
C0M9Y8K50 
(0%,9%,8%,50%)
(0.00/0.09/0.08/0.50)	

CMYK percentages

%0
%8.59
%7.81
%49.8

Codes

Color #807576 in popluar color models

807576
RGB128117118
HSL355°4.49%48.04%
HSB/HSV355°8.59%50.20%
CMYK0.00%8.59%7.81%
49.80%

Color #807576 in popluar number systems.

HEX807576
Decimal128117118
Binary1000000011101011110110
Octal200165166

Shades and tints

Shades of #807576

#807576
(128,117,118)
#756B6C
(117,107,108)
#6A6162
(106,97,98)
#5F5758
(95,87,88)
#544D4E
(84,77,78)
#494344
(73,67,68)
#3E393A
(62,57,58)
#332F30
(51,47,48)
#282526
(40,37,38)
#1D1B1C
(29,27,28)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #807576

#807576
(128,117,118)
#8B8182
(139,129,130)
#968D8E
(150,141,142)
#A1999A
(161,153,154)
#ACA5A6
(172,165,166)
#B7B1B2
(183,177,178)
#C2BDBE
(194,189,190)
#CDC9CA
(205,201,202)
#D8D5D6
(216,213,214)
#E3E1E2
(227,225,226)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807576 color. Also use rgb(128,117,118) instead hex code.

Text Font Color

.myTextColor { color: #807576; }

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

This text font color is #807576.


Background Color

.myBgColor { background-color: #807576; }

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

This div background color is #807576.


Border color

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

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

This div border color is #807576.


Opacity

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

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

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

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

This text has shadow with #807576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807576 on black background.


Color preview on white background

This text has color #807576 on white background.



Black color preview on #807576 background

This text has black color on #807576 background.


White color preview on #807576 background

This text has white color on #807576 background.