Shades of Hurricane #87746E
Tints of Hurricane #87746E
RGB
CMYK
RGB Variations
Color information
#87746E (or 0x87746E) is known color: Hurricane. HEX triplet: 87, 74 and 6E. RGB value is (135,116,110). Sum of RGB (Red+Green+Blue) = 135+116+110=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746E is #788B91. Grayscale: #797979. Windows color (decimal): -7900050 or 7238791. OLE color: 7238791.
HSL color Cylindrical-coordinate representation of color #87746E: hue angle of 14.4º degrees, saturation: 0.1, 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 #87746E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 110 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.47 |
| HSL | 14.4º | 0.1% | 0.48% | - |
| HSV(B) | 14.4º | 0.19% | 0.53% | - |
| XYZ | 19.05 | 18.77 | 17.37 | - |
| YUV | 121 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 110 | 0 | 0.14 | 0.19 | 0.47 | 14.4 | 0.1 | 0.48 |
| Hex | 87 | 74 | 6E | 0 | E | 13 | 2F | E | A | 30 |
| Octal | 207 | 164 | 156 | 0 | 16 | 23 | 57 | 16 | 12 | 60 |
| Binary | 10000111 | 1110100 | 1101110 | 0 | 1110 | 10011 | 101111 | 1110 | 1010 | 110000 |
Color Harmonies of #87746E
Complementary color
Monochromatic Colors of #87746E
Black with #87746E
Text Example
Text Example
White with #87746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87746E; }
p { color: rgb(135,116,110); }
H1.HeaderClassName
{
color: #87746E;
}
.AnyTagClassName
{
color: #87746E;
}
</style>
background-color css
<style>
a { background-color: #87746E; }
a { background-color: rgb(135,116,110); }
div.DivClassName
{
background-color: #87746E;
}
.BgClassName
{
background-color: #87746E;
}
</style>
border-color css
<style>
span { border-color: #87746E; }
span { border-color: rgb(135,116,110); }
td.TdClassName
{
border-color: #87746E;
}
.TagClassName
{
border-color: #87746E;
}
</style>