Shades of Hurricane #87746B
Tints of Hurricane #87746B
RGB
CMYK
RGB Variations
Color information
#87746B (or 0x87746B) is known color: Hurricane. HEX triplet: 87, 74 and 6B. RGB value is (135,116,107). Sum of RGB (Red+Green+Blue) = 135+116+107=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746B is #788B94. Grayscale: #787878. Windows color (decimal): -7900053 or 7042183. OLE color: 7042183.
HSL color Cylindrical-coordinate representation of color #87746B: hue angle of 19.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87746B is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 116 | 107 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.47 |
| HSL | 19.29º | 0.12% | 0.47% | - |
| HSV(B) | 19.29º | 0.21% | 0.53% | - |
| XYZ | 18.89 | 18.7 | 16.52 | - |
| YUV | 120.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 116 | 107 | 0 | 0.14 | 0.21 | 0.47 | 19.29 | 0.12 | 0.47 |
| Hex | 87 | 74 | 6B | 0 | E | 15 | 2F | 13 | C | 2F |
| Octal | 207 | 164 | 153 | 0 | 16 | 25 | 57 | 23 | 14 | 57 |
| Binary | 10000111 | 1110100 | 1101011 | 0 | 1110 | 10101 | 101111 | 10011 | 1100 | 101111 |
Color Harmonies of #87746B
Complementary color
Monochromatic Colors of #87746B
Black with #87746B
Text Example
Text Example
White with #87746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87746B; }
p { color: rgb(135,116,107); }
H1.HeaderClassName
{
color: #87746B;
}
.AnyTagClassName
{
color: #87746B;
}
</style>
background-color css
<style>
a { background-color: #87746B; }
a { background-color: rgb(135,116,107); }
div.DivClassName
{
background-color: #87746B;
}
.BgClassName
{
background-color: #87746B;
}
</style>
border-color css
<style>
span { border-color: #87746B; }
span { border-color: rgb(135,116,107); }
td.TdClassName
{
border-color: #87746B;
}
.TagClassName
{
border-color: #87746B;
}
</style>