Shades of Hurricane #877F7C
Tints of Hurricane #877F7C
RGB
CMYK
RGB Variations
Color information
#877F7C (or 0x877F7C) is known color: Hurricane. HEX triplet: 87, 7F and 7C. RGB value is (135,127,124). Sum of RGB (Red+Green+Blue) = 135+127+124=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7C is #788083. Grayscale: #818181. Windows color (decimal): -7897220 or 8159111. OLE color: 8159111.
HSL color Cylindrical-coordinate representation of color #877F7C: hue angle of 16.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #877F7C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 127 | 124 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.47 |
| HSL | 16.36º | 0.04% | 0.51% | - |
| HSV(B) | 16.36º | 0.08% | 0.53% | - |
| XYZ | 21.22 | 21.78 | 22.16 | - |
| YUV | 129.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 124 | 0 | 0.06 | 0.08 | 0.47 | 16.36 | 0.04 | 0.51 |
| Hex | 87 | 7F | 7C | 0 | 6 | 8 | 2F | 10 | 4 | 33 |
| Octal | 207 | 177 | 174 | 0 | 6 | 10 | 57 | 20 | 4 | 63 |
| Binary | 10000111 | 1111111 | 1111100 | 0 | 110 | 1000 | 101111 | 10000 | 100 | 110011 |
Color Harmonies of #877F7C
Complementary color
Monochromatic Colors of #877F7C
Black with #877F7C
Text Example
Text Example
White with #877F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877F7C; }
p { color: rgb(135,127,124); }
H1.HeaderClassName
{
color: #877F7C;
}
.AnyTagClassName
{
color: #877F7C;
}
</style>
background-color css
<style>
a { background-color: #877F7C; }
a { background-color: rgb(135,127,124); }
div.DivClassName
{
background-color: #877F7C;
}
.BgClassName
{
background-color: #877F7C;
}
</style>
border-color css
<style>
span { border-color: #877F7C; }
span { border-color: rgb(135,127,124); }
td.TdClassName
{
border-color: #877F7C;
}
.TagClassName
{
border-color: #877F7C;
}
</style>