Shades of Hurricane #80726D
Tints of Hurricane #80726D
RGB
CMYK
RGB Variations
Color information
#80726D (or 0x80726D) is known color: Hurricane. HEX triplet: 80, 72 and 6D. RGB value is (128,114,109). Sum of RGB (Red+Green+Blue) = 128+114+109=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726D is #7F8D92. Grayscale: #757575. Windows color (decimal): -8359315 or 7172736. OLE color: 7172736.
HSL color Cylindrical-coordinate representation of color #80726D: hue angle of 15.79º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80726D is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 109 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.50 |
| HSL | 15.79º | 0.08% | 0.46% | - |
| HSV(B) | 15.79º | 0.15% | 0.5% | - |
| XYZ | 17.68 | 17.73 | 16.96 | - |
| YUV | 117.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 109 | 0 | 0.11 | 0.15 | 0.50 | 15.79 | 0.08 | 0.46 |
| Hex | 80 | 72 | 6D | 0 | B | F | 32 | 10 | 8 | 2E |
| Octal | 200 | 162 | 155 | 0 | 13 | 17 | 62 | 20 | 10 | 56 |
| Binary | 10000000 | 1110010 | 1101101 | 0 | 1011 | 1111 | 110010 | 10000 | 1000 | 101110 |
Color Harmonies of #80726D
Complementary color
Monochromatic Colors of #80726D
Black with #80726D
Text Example
Text Example
White with #80726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80726D; }
p { color: rgb(128,114,109); }
H1.HeaderClassName
{
color: #80726D;
}
.AnyTagClassName
{
color: #80726D;
}
</style>
background-color css
<style>
a { background-color: #80726D; }
a { background-color: rgb(128,114,109); }
div.DivClassName
{
background-color: #80726D;
}
.BgClassName
{
background-color: #80726D;
}
</style>
border-color css
<style>
span { border-color: #80726D; }
span { border-color: rgb(128,114,109); }
td.TdClassName
{
border-color: #80726D;
}
.TagClassName
{
border-color: #80726D;
}
</style>