Shades of Hurricane #878482
Tints of Hurricane #878482
RGB
CMYK
RGB Variations
Color information
#878482 (or 0x878482) is known color: Hurricane. HEX triplet: 87, 84 and 82. RGB value is (135,132,130). Sum of RGB (Red+Green+Blue) = 135+132+130=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 135 - color contains mainly: red. Hex color #878482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878482 is #787B7D. Grayscale: #848484. Windows color (decimal): -7895934 or 8553607. OLE color: 8553607.
HSL color Cylindrical-coordinate representation of color #878482: hue angle of 24º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878482 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 130 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.47 |
| HSL | 24º | 0.02% | 0.52% | - |
| HSV(B) | 24º | 0.04% | 0.53% | - |
| XYZ | 22.27 | 23.27 | 24.44 | - |
| YUV | 132.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 130 | 0 | 0.02 | 0.04 | 0.47 | 24 | 0.02 | 0.52 |
| Hex | 87 | 84 | 82 | 0 | 2 | 4 | 2F | 18 | 2 | 34 |
| Octal | 207 | 204 | 202 | 0 | 2 | 4 | 57 | 30 | 2 | 64 |
| Binary | 10000111 | 10000100 | 10000010 | 0 | 10 | 100 | 101111 | 11000 | 10 | 110100 |
Color Harmonies of #878482
Complementary color
Monochromatic Colors of #878482
Black with #878482
Text Example
Text Example
White with #878482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878482; }
p { color: rgb(135,132,130); }
H1.HeaderClassName
{
color: #878482;
}
.AnyTagClassName
{
color: #878482;
}
</style>
background-color css
<style>
a { background-color: #878482; }
a { background-color: rgb(135,132,130); }
div.DivClassName
{
background-color: #878482;
}
.BgClassName
{
background-color: #878482;
}
</style>
border-color css
<style>
span { border-color: #878482; }
span { border-color: rgb(135,132,130); }
td.TdClassName
{
border-color: #878482;
}
.TagClassName
{
border-color: #878482;
}
</style>