Shades of Hurricane #87807B
Tints of Hurricane #87807B
RGB
CMYK
RGB Variations
Color information
#87807B (or 0x87807B) is known color: Hurricane. HEX triplet: 87, 80 and 7B. RGB value is (135,128,123). Sum of RGB (Red+Green+Blue) = 135+128+123=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #87807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807B is #787F84. Grayscale: #818181. Windows color (decimal): -7896965 or 8093831. OLE color: 8093831.
HSL color Cylindrical-coordinate representation of color #87807B: hue angle of 25º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87807B is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 123 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.47 |
| HSL | 25º | 0.05% | 0.51% | - |
| HSV(B) | 25º | 0.09% | 0.53% | - |
| XYZ | 21.29 | 22.02 | 21.87 | - |
| YUV | 129.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 123 | 0 | 0.05 | 0.09 | 0.47 | 25 | 0.05 | 0.51 |
| Hex | 87 | 80 | 7B | 0 | 5 | 9 | 2F | 19 | 5 | 33 |
| Octal | 207 | 200 | 173 | 0 | 5 | 11 | 57 | 31 | 5 | 63 |
| Binary | 10000111 | 10000000 | 1111011 | 0 | 101 | 1001 | 101111 | 11001 | 101 | 110011 |
Color Harmonies of #87807B
Complementary color
Monochromatic Colors of #87807B
Black with #87807B
Text Example
Text Example
White with #87807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87807B; }
p { color: rgb(135,128,123); }
H1.HeaderClassName
{
color: #87807B;
}
.AnyTagClassName
{
color: #87807B;
}
</style>
background-color css
<style>
a { background-color: #87807B; }
a { background-color: rgb(135,128,123); }
div.DivClassName
{
background-color: #87807B;
}
.BgClassName
{
background-color: #87807B;
}
</style>
border-color css
<style>
span { border-color: #87807B; }
span { border-color: rgb(135,128,123); }
td.TdClassName
{
border-color: #87807B;
}
.TagClassName
{
border-color: #87807B;
}
</style>