Shades of Hurricane #88766F
Tints of Hurricane #88766F
RGB
CMYK
RGB Variations
Color information
#88766F (or 0x88766F) is known color: Hurricane. HEX triplet: 88, 76 and 6F. RGB value is (136,118,111). Sum of RGB (Red+Green+Blue) = 136+118+111=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #88766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88766F is #778990. Grayscale: #7A7A7A. Windows color (decimal): -7834001 or 7304840. OLE color: 7304840.
HSL color Cylindrical-coordinate representation of color #88766F: hue angle of 16.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88766F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 111 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.47 |
| HSL | 16.8º | 0.1% | 0.48% | - |
| HSV(B) | 16.8º | 0.18% | 0.53% | - |
| XYZ | 19.5 | 19.34 | 17.74 | - |
| YUV | 122.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 111 | 0 | 0.13 | 0.18 | 0.47 | 16.8 | 0.1 | 0.48 |
| Hex | 88 | 76 | 6F | 0 | D | 12 | 2F | 11 | A | 30 |
| Octal | 210 | 166 | 157 | 0 | 15 | 22 | 57 | 21 | 12 | 60 |
| Binary | 10001000 | 1110110 | 1101111 | 0 | 1101 | 10010 | 101111 | 10001 | 1010 | 110000 |
Color Harmonies of #88766F
Complementary color
Monochromatic Colors of #88766F
Black with #88766F
Text Example
Text Example
White with #88766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88766F; }
p { color: rgb(136,118,111); }
H1.HeaderClassName
{
color: #88766F;
}
.AnyTagClassName
{
color: #88766F;
}
</style>
background-color css
<style>
a { background-color: #88766F; }
a { background-color: rgb(136,118,111); }
div.DivClassName
{
background-color: #88766F;
}
.BgClassName
{
background-color: #88766F;
}
</style>
border-color css
<style>
span { border-color: #88766F; }
span { border-color: rgb(136,118,111); }
td.TdClassName
{
border-color: #88766F;
}
.TagClassName
{
border-color: #88766F;
}
</style>