Shades of Hurricane #87817E
Tints of Hurricane #87817E
RGB
CMYK
RGB Variations
Color information
#87817E (or 0x87817E) is known color: Hurricane. HEX triplet: 87, 81 and 7E. RGB value is (135,129,126). Sum of RGB (Red+Green+Blue) = 135+129+126=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #87817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817E is #787E81. Grayscale: #828282. Windows color (decimal): -7896706 or 8290695. OLE color: 8290695.
HSL color Cylindrical-coordinate representation of color #87817E: hue angle of 20º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #87817E is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 126 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.47 |
| HSL | 20º | 0.04% | 0.51% | - |
| HSV(B) | 20º | 0.07% | 0.53% | - |
| XYZ | 21.61 | 22.36 | 22.92 | - |
| YUV | 130.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 126 | 0 | 0.04 | 0.07 | 0.47 | 20 | 0.04 | 0.51 |
| Hex | 87 | 81 | 7E | 0 | 4 | 7 | 2F | 14 | 4 | 33 |
| Octal | 207 | 201 | 176 | 0 | 4 | 7 | 57 | 24 | 4 | 63 |
| Binary | 10000111 | 10000001 | 1111110 | 0 | 100 | 111 | 101111 | 10100 | 100 | 110011 |
Color Harmonies of #87817E
Complementary color
Monochromatic Colors of #87817E
Black with #87817E
Text Example
Text Example
White with #87817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87817E; }
p { color: rgb(135,129,126); }
H1.HeaderClassName
{
color: #87817E;
}
.AnyTagClassName
{
color: #87817E;
}
</style>
background-color css
<style>
a { background-color: #87817E; }
a { background-color: rgb(135,129,126); }
div.DivClassName
{
background-color: #87817E;
}
.BgClassName
{
background-color: #87817E;
}
</style>
border-color css
<style>
span { border-color: #87817E; }
span { border-color: rgb(135,129,126); }
td.TdClassName
{
border-color: #87817E;
}
.TagClassName
{
border-color: #87817E;
}
</style>