COLOR #807F72

HEX: #807F72 RGB: (128,127,114)

Color info

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

RGB color model

#807F72 color RGB value is (128,127,114).

RGB: (128,127,114) (50%, 50%, 45%)

RGB channels and saturation

R 128 of 255 = 50%
G 127 of 255 = 50%
B 114 of 255 = 45%

128
127
114

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

Portions of RGB colors in percentages

R + G + B = 128 + 127 + 114 = 369 (100%)
R 128 of 369 ~ 34.69%
G 127 of 369 ~ 34.42%
B 114 of 369 ~ 30.89'%

%34.69
%34.42
%30.89

CMYK color model

#807F72 color CMYK value is (0,1,11,50).

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

CMYK: (0,1,11,50)
C0M1Y11K50 (0%, 1%, 11%, 50%)
(0.00 / 0.01 / 0.11 / 0.50)

CMYK percentages

%0
%0.78
%10.94
%49.8

Codes

Color #807F72 in popluar color models

80 7F 72
RGB 128 127 114
HSL 56° 5.79% 47.45%
HSB/HSV 56° 10.94% 50.20%
CMYK 0.00% 0.78% 10.94%
49.80%

Color #807F72 in popluar number systems.

HEX 80 7F 72
Decimal 128 127 114
Binary 10000000 1111111 1110010
Octal 200 177 162

Shades and tints

Shades of #807F72

#807F72
(128,127,114)
#757468
(117,116,104)
#6A695E
(106,105,94)
#5F5E54
(95,94,84)
#54534A
(84,83,74)
#494840
(73,72,64)
#3E3D36
(62,61,54)
#33322C
(51,50,44)
#282722
(40,39,34)
#1D1C18
(29,28,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #807F72

#807F72
(128,127,114)
#8B8A7E
(139,138,126)
#96958A
(150,149,138)
#A1A096
(161,160,150)
#ACABA2
(172,171,162)
#B7B6AE
(183,182,174)
#C2C1BA
(194,193,186)
#CDCCC6
(205,204,198)
#D8D7D2
(216,215,210)
#E3E2DE
(227,226,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807F72; }

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

This text font color is #807F72.

Background Color

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

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

This div background color is #807F72.

Border color

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

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

This div border color is #807F72.

Opacity

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

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

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

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

This text has shadow with #807F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807F72.

Preview

Color preview on black background

This text has color #807F72 on black background.


Color preview on white background

This text has color #807F72 on white background.


Black color preview on #807F72 background

This text has black color on #807F72 background.


White color preview on #807F72 background

This text has white color on #807F72 background.


Related colors

Complementary color

Complementary color for #hex is #7F808D.


I love getcolorcode.com

Triadic colors

1 #72807F and #7F7280 with #807F72 are triadic colors.

2 #727F80 and #7F8072 with #807F72 are triadic colors.