Shades of Hurricane #87756D
Tints of Hurricane #87756D
RGB
CMYK
RGB Variations
Color information
#87756D (or 0x87756D) is known color: Hurricane. HEX triplet: 87, 75 and 6D. RGB value is (135,117,109). Sum of RGB (Red+Green+Blue) = 135+117+109=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87756D is #788A92. Grayscale: #797979. Windows color (decimal): -7899795 or 7173511. OLE color: 7173511.
HSL color Cylindrical-coordinate representation of color #87756D: hue angle of 18.46º 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 #87756D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 117 | 109 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.47 |
| HSL | 18.46º | 0.11% | 0.48% | - |
| HSV(B) | 18.46º | 0.19% | 0.53% | - |
| XYZ | 19.11 | 18.98 | 17.12 | - |
| YUV | 121.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 109 | 0 | 0.13 | 0.19 | 0.47 | 18.46 | 0.11 | 0.48 |
| Hex | 87 | 75 | 6D | 0 | D | 13 | 2F | 12 | B | 30 |
| Octal | 207 | 165 | 155 | 0 | 15 | 23 | 57 | 22 | 13 | 60 |
| Binary | 10000111 | 1110101 | 1101101 | 0 | 1101 | 10011 | 101111 | 10010 | 1011 | 110000 |
Color Harmonies of #87756D
Complementary color
Monochromatic Colors of #87756D
Black with #87756D
Text Example
Text Example
White with #87756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87756D; }
p { color: rgb(135,117,109); }
H1.HeaderClassName
{
color: #87756D;
}
.AnyTagClassName
{
color: #87756D;
}
</style>
background-color css
<style>
a { background-color: #87756D; }
a { background-color: rgb(135,117,109); }
div.DivClassName
{
background-color: #87756D;
}
.BgClassName
{
background-color: #87756D;
}
</style>
border-color css
<style>
span { border-color: #87756D; }
span { border-color: rgb(135,117,109); }
td.TdClassName
{
border-color: #87756D;
}
.TagClassName
{
border-color: #87756D;
}
</style>