Shades of Shadow #80724E
Tints of Shadow #80724E
RGB
CMYK
RGB Variations
Color information
#80724E (or 0x80724E) is known color: Shadow. HEX triplet: 80, 72 and 4E. RGB value is (128,114,78). Sum of RGB (Red+Green+Blue) = 128+114+78=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80724E is #7F8DB1. Grayscale: #727272. Windows color (decimal): -8359346 or 5141120. OLE color: 5141120.
HSL color Cylindrical-coordinate representation of color #80724E: hue angle of 43.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80724E is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 78 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.50 |
| HSL | 43.2º | 0.24% | 0.4% | - |
| HSV(B) | 43.2º | 0.39% | 0.5% | - |
| XYZ | 16.29 | 17.17 | 9.66 | - |
| YUV | 114.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 78 | 0 | 0.11 | 0.39 | 0.50 | 43.2 | 0.24 | 0.4 |
| Hex | 80 | 72 | 4E | 0 | B | 27 | 32 | 2B | 18 | 28 |
| Octal | 200 | 162 | 116 | 0 | 13 | 47 | 62 | 53 | 30 | 50 |
| Binary | 10000000 | 1110010 | 1001110 | 0 | 1011 | 100111 | 110010 | 101011 | 11000 | 101000 |
Color Harmonies of #80724E
Complementary color
Monochromatic Colors of #80724E
Black with #80724E
Text Example
Text Example
White with #80724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80724E; }
p { color: rgb(128,114,78); }
H1.HeaderClassName
{
color: #80724E;
}
.AnyTagClassName
{
color: #80724E;
}
</style>
background-color css
<style>
a { background-color: #80724E; }
a { background-color: rgb(128,114,78); }
div.DivClassName
{
background-color: #80724E;
}
.BgClassName
{
background-color: #80724E;
}
</style>
border-color css
<style>
span { border-color: #80724E; }
span { border-color: rgb(128,114,78); }
td.TdClassName
{
border-color: #80724E;
}
.TagClassName
{
border-color: #80724E;
}
</style>