Shades of Shadow #80714D
Tints of Shadow #80714D
RGB
CMYK
RGB Variations
Color information
#80714D (or 0x80714D) is known color: Shadow. HEX triplet: 80, 71 and 4D. RGB value is (128,113,77). Sum of RGB (Red+Green+Blue) = 128+113+77=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80714D is #7F8EB2. Grayscale: #717171. Windows color (decimal): -8359603 or 5075328. OLE color: 5075328.
HSL color Cylindrical-coordinate representation of color #80714D: hue angle of 42.35º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80714D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 77 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.50 |
| HSL | 42.35º | 0.25% | 0.4% | - |
| HSV(B) | 42.35º | 0.4% | 0.5% | - |
| XYZ | 16.15 | 16.94 | 9.44 | - |
| YUV | 113.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 77 | 0 | 0.12 | 0.40 | 0.50 | 42.35 | 0.25 | 0.4 |
| Hex | 80 | 71 | 4D | 0 | C | 28 | 32 | 2A | 19 | 28 |
| Octal | 200 | 161 | 115 | 0 | 14 | 50 | 62 | 52 | 31 | 50 |
| Binary | 10000000 | 1110001 | 1001101 | 0 | 1100 | 101000 | 110010 | 101010 | 11001 | 101000 |
Color Harmonies of #80714D
Complementary color
Monochromatic Colors of #80714D
Black with #80714D
Text Example
Text Example
White with #80714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80714D; }
p { color: rgb(128,113,77); }
H1.HeaderClassName
{
color: #80714D;
}
.AnyTagClassName
{
color: #80714D;
}
</style>
background-color css
<style>
a { background-color: #80714D; }
a { background-color: rgb(128,113,77); }
div.DivClassName
{
background-color: #80714D;
}
.BgClassName
{
background-color: #80714D;
}
</style>
border-color css
<style>
span { border-color: #80714D; }
span { border-color: rgb(128,113,77); }
td.TdClassName
{
border-color: #80714D;
}
.TagClassName
{
border-color: #80714D;
}
</style>