COLOR #807A76

HEX: #807A76
RGB: (128,122,118)

Color info

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

RGB color model

#807A76 color RGB value is (128,122,118).

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

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 118 of 255 = 46%

128
122
118

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 118 = 368 (100%)
R 128 of 368 ~ 34.78%
G 122 of 368 ~ 33.15%
B 118 of 368 ~ 32.07%

%34.78
%33.15
%32.07

CMYK color model

#807A76 color CMYK value is (0,5,8,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(0,5,8,50)
C0M5Y8K50 
(0%,5%,8%,50%)
(0.00/0.05/0.08/0.50)	

CMYK percentages

%0
%4.69
%7.81
%49.8

Codes

Color #807A76 in popluar color models

807A76
RGB128122118
HSL24°4.07%48.24%
HSB/HSV24°7.81%50.20%
CMYK0.00%4.69%7.81%
49.80%

Color #807A76 in popluar number systems.

HEX807A76
Decimal128122118
Binary1000000011110101110110
Octal200172166

Shades and tints

Shades of #807A76

#807A76
(128,122,118)
#756F6C
(117,111,108)
#6A6462
(106,100,98)
#5F5958
(95,89,88)
#544E4E
(84,78,78)
#494344
(73,67,68)
#3E383A
(62,56,58)
#332D30
(51,45,48)
#282226
(40,34,38)
#1D171C
(29,23,28)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #807A76

#807A76
(128,122,118)
#8B8682
(139,134,130)
#96928E
(150,146,142)
#A19E9A
(161,158,154)
#ACAAA6
(172,170,166)
#B7B6B2
(183,182,178)
#C2C2BE
(194,194,190)
#CDCECA
(205,206,202)
#D8DAD6
(216,218,214)
#E3E6E2
(227,230,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807A76; }

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

This text font color is #807A76.


Background Color

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

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

This div background color is #807A76.


Border color

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

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

This div border color is #807A76.


Opacity

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

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

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

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

This text has shadow with #807A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A76 on black background.


Color preview on white background

This text has color #807A76 on white background.



Black color preview on #807A76 background

This text has black color on #807A76 background.


White color preview on #807A76 background

This text has white color on #807A76 background.