Shades of Hurricane #88766D
Tints of Hurricane #88766D
RGB
CMYK
RGB Variations
Color information
#88766D (or 0x88766D) is known color: Hurricane. HEX triplet: 88, 76 and 6D. RGB value is (136,118,109). Sum of RGB (Red+Green+Blue) = 136+118+109=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 136 - color contains mainly: red. Hex color #88766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88766D is #778992. Grayscale: #7A7A7A. Windows color (decimal): -7834003 or 7173768. OLE color: 7173768.
HSL color Cylindrical-coordinate representation of color #88766D: hue angle of 20º 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 #88766D is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 118 | 109 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.47 |
| HSL | 20º | 0.11% | 0.48% | - |
| HSV(B) | 20º | 0.2% | 0.53% | - |
| XYZ | 19.39 | 19.3 | 17.17 | - |
| YUV | 122.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 109 | 0 | 0.13 | 0.20 | 0.47 | 20 | 0.11 | 0.48 |
| Hex | 88 | 76 | 6D | 0 | D | 14 | 2F | 14 | B | 30 |
| Octal | 210 | 166 | 155 | 0 | 15 | 24 | 57 | 24 | 13 | 60 |
| Binary | 10001000 | 1110110 | 1101101 | 0 | 1101 | 10100 | 101111 | 10100 | 1011 | 110000 |
Color Harmonies of #88766D
Complementary color
Monochromatic Colors of #88766D
Black with #88766D
Text Example
Text Example
White with #88766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88766D; }
p { color: rgb(136,118,109); }
H1.HeaderClassName
{
color: #88766D;
}
.AnyTagClassName
{
color: #88766D;
}
</style>
background-color css
<style>
a { background-color: #88766D; }
a { background-color: rgb(136,118,109); }
div.DivClassName
{
background-color: #88766D;
}
.BgClassName
{
background-color: #88766D;
}
</style>
border-color css
<style>
span { border-color: #88766D; }
span { border-color: rgb(136,118,109); }
td.TdClassName
{
border-color: #88766D;
}
.TagClassName
{
border-color: #88766D;
}
</style>