Shades of Hurricane #88746E
Tints of Hurricane #88746E
RGB
CMYK
RGB Variations
Color information
#88746E (or 0x88746E) is known color: Hurricane. HEX triplet: 88, 74 and 6E. RGB value is (136,116,110). Sum of RGB (Red+Green+Blue) = 136+116+110=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88746E is #778B91. Grayscale: #797979. Windows color (decimal): -7834514 or 7238792. OLE color: 7238792.
HSL color Cylindrical-coordinate representation of color #88746E: hue angle of 13.85º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88746E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 110 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.47 |
| HSL | 13.85º | 0.11% | 0.48% | - |
| HSV(B) | 13.85º | 0.19% | 0.53% | - |
| XYZ | 19.21 | 18.85 | 17.38 | - |
| YUV | 121.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 110 | 0 | 0.15 | 0.19 | 0.47 | 13.85 | 0.11 | 0.48 |
| Hex | 88 | 74 | 6E | 0 | F | 13 | 2F | E | B | 30 |
| Octal | 210 | 164 | 156 | 0 | 17 | 23 | 57 | 16 | 13 | 60 |
| Binary | 10001000 | 1110100 | 1101110 | 0 | 1111 | 10011 | 101111 | 1110 | 1011 | 110000 |
Color Harmonies of #88746E
Complementary color
Monochromatic Colors of #88746E
Black with #88746E
Text Example
Text Example
White with #88746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88746E; }
p { color: rgb(136,116,110); }
H1.HeaderClassName
{
color: #88746E;
}
.AnyTagClassName
{
color: #88746E;
}
</style>
background-color css
<style>
a { background-color: #88746E; }
a { background-color: rgb(136,116,110); }
div.DivClassName
{
background-color: #88746E;
}
.BgClassName
{
background-color: #88746E;
}
</style>
border-color css
<style>
span { border-color: #88746E; }
span { border-color: rgb(136,116,110); }
td.TdClassName
{
border-color: #88746E;
}
.TagClassName
{
border-color: #88746E;
}
</style>