COLOR #807472

HEX: #807472
RGB: (128,116,114)

Color info

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

RGB color model

#807472 color RGB value is (128,116,114).

  • red value is 128;
  • green value is 116;
  • blue value is 114.
RGB:
(128,116,114)
(50%,45%,45%)

RGB channels and saturation

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

128
116
114

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

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 114 = 358 (100%)
R 128 of 358 ~ 35.75%
G 116 of 358 ~ 32.4%
B 114 of 358 ~ 31.84%

%35.75
%32.4
%31.84

CMYK color model

#807472 color CMYK value is (0,9,11,50).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(0,9,11,50)
C0M9Y11K50 
(0%,9%,11%,50%)
(0.00/0.09/0.11/0.50)	

CMYK percentages

%0
%9.38
%10.94
%49.8

Codes

Color #807472 in popluar color models

807472
RGB128116114
HSL5.79%47.45%
HSB/HSV10.94%50.20%
CMYK0.00%9.38%10.94%
49.80%

Color #807472 in popluar number systems.

HEX807472
Decimal128116114
Binary1000000011101001110010
Octal200164162

Shades and tints

Shades of #807472

#807472
(128,116,114)
#756A68
(117,106,104)
#6A605E
(106,96,94)
#5F5654
(95,86,84)
#544C4A
(84,76,74)
#494240
(73,66,64)
#3E3836
(62,56,54)
#332E2C
(51,46,44)
#282422
(40,36,34)
#1D1A18
(29,26,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #807472

#807472
(128,116,114)
#8B807E
(139,128,126)
#968C8A
(150,140,138)
#A19896
(161,152,150)
#ACA4A2
(172,164,162)
#B7B0AE
(183,176,174)
#C2BCBA
(194,188,186)
#CDC8C6
(205,200,198)
#D8D4D2
(216,212,210)
#E3E0DE
(227,224,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807472; }

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

This text font color is #807472.


Background Color

.myBgColor { background-color: #807472; }

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

This div background color is #807472.


Border color

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

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

This div border color is #807472.


Opacity

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

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

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

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

This text has shadow with #807472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807472 on black background.


Color preview on white background

This text has color #807472 on white background.



Black color preview on #807472 background

This text has black color on #807472 background.


White color preview on #807472 background

This text has white color on #807472 background.