Shades of Hurricane #87827E
Tints of Hurricane #87827E
RGB
CMYK
RGB Variations
Color information
#87827E (or 0x87827E) is known color: Hurricane. HEX triplet: 87, 82 and 7E. RGB value is (135,130,126). Sum of RGB (Red+Green+Blue) = 135+130+126=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87827E is #787D81. Grayscale: #838383. Windows color (decimal): -7896450 or 8290951. OLE color: 8290951.
HSL color Cylindrical-coordinate representation of color #87827E: hue angle of 26.67º 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 #87827E is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 126 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.47 |
| HSL | 26.67º | 0.04% | 0.51% | - |
| HSV(B) | 26.67º | 0.07% | 0.53% | - |
| XYZ | 21.74 | 22.62 | 22.96 | - |
| YUV | 131.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 126 | 0 | 0.04 | 0.07 | 0.47 | 26.67 | 0.04 | 0.51 |
| Hex | 87 | 82 | 7E | 0 | 4 | 7 | 2F | 1B | 4 | 33 |
| Octal | 207 | 202 | 176 | 0 | 4 | 7 | 57 | 33 | 4 | 63 |
| Binary | 10000111 | 10000010 | 1111110 | 0 | 100 | 111 | 101111 | 11011 | 100 | 110011 |
Color Harmonies of #87827E
Complementary color
Monochromatic Colors of #87827E
Black with #87827E
Text Example
Text Example
White with #87827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87827E; }
p { color: rgb(135,130,126); }
H1.HeaderClassName
{
color: #87827E;
}
.AnyTagClassName
{
color: #87827E;
}
</style>
background-color css
<style>
a { background-color: #87827E; }
a { background-color: rgb(135,130,126); }
div.DivClassName
{
background-color: #87827E;
}
.BgClassName
{
background-color: #87827E;
}
</style>
border-color css
<style>
span { border-color: #87827E; }
span { border-color: rgb(135,130,126); }
td.TdClassName
{
border-color: #87827E;
}
.TagClassName
{
border-color: #87827E;
}
</style>