Shades of Hurricane #87746D
Tints of Hurricane #87746D
RGB
CMYK
RGB Variations
Color information
#87746D (or 0x87746D) is known color: Hurricane. HEX triplet: 87, 74 and 6D. RGB value is (135,116,109). Sum of RGB (Red+Green+Blue) = 135+116+109=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 135 - color contains mainly: red. Hex color #87746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746D is #788B92. Grayscale: #787878. Windows color (decimal): -7900051 or 7173255. OLE color: 7173255.
HSL color Cylindrical-coordinate representation of color #87746D: hue angle of 16.15º 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 #87746D is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 109 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.47 |
| HSL | 16.15º | 0.11% | 0.48% | - |
| HSV(B) | 16.15º | 0.19% | 0.53% | - |
| XYZ | 19 | 18.75 | 17.09 | - |
| YUV | 120.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 109 | 0 | 0.14 | 0.19 | 0.47 | 16.15 | 0.11 | 0.48 |
| Hex | 87 | 74 | 6D | 0 | E | 13 | 2F | 10 | B | 30 |
| Octal | 207 | 164 | 155 | 0 | 16 | 23 | 57 | 20 | 13 | 60 |
| Binary | 10000111 | 1110100 | 1101101 | 0 | 1110 | 10011 | 101111 | 10000 | 1011 | 110000 |
Color Harmonies of #87746D
Complementary color
Monochromatic Colors of #87746D
Black with #87746D
Text Example
Text Example
White with #87746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87746D; }
p { color: rgb(135,116,109); }
H1.HeaderClassName
{
color: #87746D;
}
.AnyTagClassName
{
color: #87746D;
}
</style>
background-color css
<style>
a { background-color: #87746D; }
a { background-color: rgb(135,116,109); }
div.DivClassName
{
background-color: #87746D;
}
.BgClassName
{
background-color: #87746D;
}
</style>
border-color css
<style>
span { border-color: #87746D; }
span { border-color: rgb(135,116,109); }
td.TdClassName
{
border-color: #87746D;
}
.TagClassName
{
border-color: #87746D;
}
</style>