Shades of Hurricane #878380
Tints of Hurricane #878380
RGB
CMYK
RGB Variations
Color information
#878380 (or 0x878380) is known color: Hurricane. HEX triplet: 87, 83 and 80. RGB value is (135,131,128). Sum of RGB (Red+Green+Blue) = 135+131+128=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 135 - color contains mainly: red. Hex color #878380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878380 is #787C7F. Grayscale: #838383. Windows color (decimal): -7896192 or 8422279. OLE color: 8422279.
HSL color Cylindrical-coordinate representation of color #878380: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878380 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 128 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.47 |
| HSL | 25.71º | 0.03% | 0.52% | - |
| HSV(B) | 25.71º | 0.05% | 0.53% | - |
| XYZ | 22 | 22.94 | 23.69 | - |
| YUV | 131.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 128 | 0 | 0.03 | 0.05 | 0.47 | 25.71 | 0.03 | 0.52 |
| Hex | 87 | 83 | 80 | 0 | 3 | 5 | 2F | 1A | 3 | 34 |
| Octal | 207 | 203 | 200 | 0 | 3 | 5 | 57 | 32 | 3 | 64 |
| Binary | 10000111 | 10000011 | 10000000 | 0 | 11 | 101 | 101111 | 11010 | 11 | 110100 |
Color Harmonies of #878380
Complementary color
Monochromatic Colors of #878380
Black with #878380
Text Example
Text Example
White with #878380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878380; }
p { color: rgb(135,131,128); }
H1.HeaderClassName
{
color: #878380;
}
.AnyTagClassName
{
color: #878380;
}
</style>
background-color css
<style>
a { background-color: #878380; }
a { background-color: rgb(135,131,128); }
div.DivClassName
{
background-color: #878380;
}
.BgClassName
{
background-color: #878380;
}
</style>
border-color css
<style>
span { border-color: #878380; }
span { border-color: rgb(135,131,128); }
td.TdClassName
{
border-color: #878380;
}
.TagClassName
{
border-color: #878380;
}
</style>