Shades of Hurricane #88746D
Tints of Hurricane #88746D
RGB
CMYK
RGB Variations
Color information
#88746D (or 0x88746D) is known color: Hurricane. HEX triplet: 88, 74 and 6D. RGB value is (136,116,109). Sum of RGB (Red+Green+Blue) = 136+116+109=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88746D is #778B92. Grayscale: #797979. Windows color (decimal): -7834515 or 7173256. OLE color: 7173256.
HSL color Cylindrical-coordinate representation of color #88746D: hue angle of 15.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88746D is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 109 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.47 |
| HSL | 15.56º | 0.11% | 0.48% | - |
| HSV(B) | 15.56º | 0.2% | 0.53% | - |
| XYZ | 19.16 | 18.83 | 17.09 | - |
| YUV | 121.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 109 | 0 | 0.15 | 0.20 | 0.47 | 15.56 | 0.11 | 0.48 |
| Hex | 88 | 74 | 6D | 0 | F | 14 | 2F | 10 | B | 30 |
| Octal | 210 | 164 | 155 | 0 | 17 | 24 | 57 | 20 | 13 | 60 |
| Binary | 10001000 | 1110100 | 1101101 | 0 | 1111 | 10100 | 101111 | 10000 | 1011 | 110000 |
Color Harmonies of #88746D
Complementary color
Monochromatic Colors of #88746D
Black with #88746D
Text Example
Text Example
White with #88746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88746D; }
p { color: rgb(136,116,109); }
H1.HeaderClassName
{
color: #88746D;
}
.AnyTagClassName
{
color: #88746D;
}
</style>
background-color css
<style>
a { background-color: #88746D; }
a { background-color: rgb(136,116,109); }
div.DivClassName
{
background-color: #88746D;
}
.BgClassName
{
background-color: #88746D;
}
</style>
border-color css
<style>
span { border-color: #88746D; }
span { border-color: rgb(136,116,109); }
td.TdClassName
{
border-color: #88746D;
}
.TagClassName
{
border-color: #88746D;
}
</style>