Shades of Hurricane #80726C
Tints of Hurricane #80726C
RGB
CMYK
RGB Variations
Color information
#80726C (or 0x80726C) is known color: Hurricane. HEX triplet: 80, 72 and 6C. RGB value is (128,114,108). Sum of RGB (Red+Green+Blue) = 128+114+108=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726C is #7F8D93. Grayscale: #757575. Windows color (decimal): -8359316 or 7107200. OLE color: 7107200.
HSL color Cylindrical-coordinate representation of color #80726C: hue angle of 18º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80726C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 108 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.50 |
| HSL | 18º | 0.08% | 0.46% | - |
| HSV(B) | 18º | 0.16% | 0.5% | - |
| XYZ | 17.63 | 17.71 | 16.68 | - |
| YUV | 117.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 108 | 0 | 0.11 | 0.16 | 0.50 | 18 | 0.08 | 0.46 |
| Hex | 80 | 72 | 6C | 0 | B | 10 | 32 | 12 | 8 | 2E |
| Octal | 200 | 162 | 154 | 0 | 13 | 20 | 62 | 22 | 10 | 56 |
| Binary | 10000000 | 1110010 | 1101100 | 0 | 1011 | 10000 | 110010 | 10010 | 1000 | 101110 |
Color Harmonies of #80726C
Complementary color
Monochromatic Colors of #80726C
Black with #80726C
Text Example
Text Example
White with #80726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80726C; }
p { color: rgb(128,114,108); }
H1.HeaderClassName
{
color: #80726C;
}
.AnyTagClassName
{
color: #80726C;
}
</style>
background-color css
<style>
a { background-color: #80726C; }
a { background-color: rgb(128,114,108); }
div.DivClassName
{
background-color: #80726C;
}
.BgClassName
{
background-color: #80726C;
}
</style>
border-color css
<style>
span { border-color: #80726C; }
span { border-color: rgb(128,114,108); }
td.TdClassName
{
border-color: #80726C;
}
.TagClassName
{
border-color: #80726C;
}
</style>