Shades of Hurricane #80736E
Tints of Hurricane #80736E
RGB
CMYK
RGB Variations
Color information
#80736E (or 0x80736E) is known color: Hurricane. HEX triplet: 80, 73 and 6E. RGB value is (128,115,110). Sum of RGB (Red+Green+Blue) = 128+115+110=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80736E is #7F8C91. Grayscale: #767676. Windows color (decimal): -8359058 or 7238528. OLE color: 7238528.
HSL color Cylindrical-coordinate representation of color #80736E: hue angle of 16.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80736E is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 110 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.50 |
| HSL | 16.67º | 0.08% | 0.47% | - |
| HSV(B) | 16.67º | 0.14% | 0.5% | - |
| XYZ | 17.85 | 17.98 | 17.28 | - |
| YUV | 118.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 110 | 0 | 0.10 | 0.14 | 0.50 | 16.67 | 0.08 | 0.47 |
| Hex | 80 | 73 | 6E | 0 | A | E | 32 | 11 | 8 | 2F |
| Octal | 200 | 163 | 156 | 0 | 12 | 16 | 62 | 21 | 10 | 57 |
| Binary | 10000000 | 1110011 | 1101110 | 0 | 1010 | 1110 | 110010 | 10001 | 1000 | 101111 |
Color Harmonies of #80736E
Complementary color
Monochromatic Colors of #80736E
Black with #80736E
Text Example
Text Example
White with #80736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80736E; }
p { color: rgb(128,115,110); }
H1.HeaderClassName
{
color: #80736E;
}
.AnyTagClassName
{
color: #80736E;
}
</style>
background-color css
<style>
a { background-color: #80736E; }
a { background-color: rgb(128,115,110); }
div.DivClassName
{
background-color: #80736E;
}
.BgClassName
{
background-color: #80736E;
}
</style>
border-color css
<style>
span { border-color: #80736E; }
span { border-color: rgb(128,115,110); }
td.TdClassName
{
border-color: #80736E;
}
.TagClassName
{
border-color: #80736E;
}
</style>