COLOR #807E72

HEX: #807E72 RGB: (128,126,114)

Color info

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

RGB color model

#807E72 color RGB value is (128,126,114).

RGB: (128,126,114) (50%, 49%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 114 of 255 = 45%

128
126
114

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

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 114 = 368 (100%)
R 128 of 368 ~ 34.78%
G 126 of 368 ~ 34.24%
B 114 of 368 ~ 30.98'%

%34.78
%34.24
%30.98

CMYK color model

#807E72 color CMYK value is (0,2,11,50).

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

CMYK: (0,2,11,50)
C0M2Y11K50 (0%, 2%, 11%, 50%)
(0.00 / 0.02 / 0.11 / 0.50)

CMYK percentages

%0
%1.56
%10.94
%49.8

Codes

Color #807E72 in popluar color models

80 7E 72
RGB 128 126 114
HSL 51° 5.79% 47.45%
HSB/HSV 51° 10.94% 50.20%
CMYK 0.00% 1.56% 10.94%
49.80%

Color #807E72 in popluar number systems.

HEX 80 7E 72
Decimal 128 126 114
Binary 10000000 1111110 1110010
Octal 200 176 162

Shades and tints

Shades of #807E72

#807E72
(128,126,114)
#757368
(117,115,104)
#6A685E
(106,104,94)
#5F5D54
(95,93,84)
#54524A
(84,82,74)
#494740
(73,71,64)
#3E3C36
(62,60,54)
#33312C
(51,49,44)
#282622
(40,38,34)
#1D1B18
(29,27,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #807E72

#807E72
(128,126,114)
#8B897E
(139,137,126)
#96948A
(150,148,138)
#A19F96
(161,159,150)
#ACAAA2
(172,170,162)
#B7B5AE
(183,181,174)
#C2C0BA
(194,192,186)
#CDCBC6
(205,203,198)
#D8D6D2
(216,214,210)
#E3E1DE
(227,225,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807E72; }

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

This text font color is #807E72.

Background Color

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

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

This div background color is #807E72.

Border color

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

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

This div border color is #807E72.

Opacity

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

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

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

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

This text has shadow with #807E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807E72.

Preview

Color preview on black background

This text has color #807E72 on black background.


Color preview on white background

This text has color #807E72 on white background.


Black color preview on #807E72 background

This text has black color on #807E72 background.


White color preview on #807E72 background

This text has white color on #807E72 background.


Related colors

Complementary color

Complementary color for #hex is #7F818D.


I love getcolorcode.com

Triadic colors

1 #72807E and #7E7280 with #807E72 are triadic colors.

2 #727E80 and #7E8072 with #807E72 are triadic colors.