Shades of Hurricane #88746B
Tints of Hurricane #88746B
RGB
CMYK
RGB Variations
Color information
#88746B (or 0x88746B) is known color: Hurricane. HEX triplet: 88, 74 and 6B. RGB value is (136,116,107). Sum of RGB (Red+Green+Blue) = 136+116+107=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #88746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88746B is #778B94. Grayscale: #797979. Windows color (decimal): -7834517 or 7042184. OLE color: 7042184.
HSL color Cylindrical-coordinate representation of color #88746B: hue angle of 18.62º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88746B is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 116 | 107 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.47 |
| HSL | 18.62º | 0.12% | 0.48% | - |
| HSV(B) | 18.62º | 0.21% | 0.53% | - |
| XYZ | 19.05 | 18.79 | 16.53 | - |
| YUV | 120.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 107 | 0 | 0.15 | 0.21 | 0.47 | 18.62 | 0.12 | 0.48 |
| Hex | 88 | 74 | 6B | 0 | F | 15 | 2F | 13 | C | 30 |
| Octal | 210 | 164 | 153 | 0 | 17 | 25 | 57 | 23 | 14 | 60 |
| Binary | 10001000 | 1110100 | 1101011 | 0 | 1111 | 10101 | 101111 | 10011 | 1100 | 110000 |
Color Harmonies of #88746B
Complementary color
Monochromatic Colors of #88746B
Black with #88746B
Text Example
Text Example
White with #88746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88746B; }
p { color: rgb(136,116,107); }
H1.HeaderClassName
{
color: #88746B;
}
.AnyTagClassName
{
color: #88746B;
}
</style>
background-color css
<style>
a { background-color: #88746B; }
a { background-color: rgb(136,116,107); }
div.DivClassName
{
background-color: #88746B;
}
.BgClassName
{
background-color: #88746B;
}
</style>
border-color css
<style>
span { border-color: #88746B; }
span { border-color: rgb(136,116,107); }
td.TdClassName
{
border-color: #88746B;
}
.TagClassName
{
border-color: #88746B;
}
</style>