Shades of Hurricane #877C77
Tints of Hurricane #877C77
RGB
CMYK
RGB Variations
Color information
#877C77 (or 0x877C77) is known color: Hurricane. HEX triplet: 87, 7C and 77. RGB value is (135,124,119). Sum of RGB (Red+Green+Blue) = 135+124+119=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C77 is #788388. Grayscale: #7E7E7E. Windows color (decimal): -7897993 or 7830663. OLE color: 7830663.
HSL color Cylindrical-coordinate representation of color #877C77: hue angle of 18.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #877C77 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 119 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.47 |
| HSL | 18.75º | 0.06% | 0.5% | - |
| HSV(B) | 18.75º | 0.12% | 0.53% | - |
| XYZ | 20.53 | 20.9 | 20.4 | - |
| YUV | 126.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 119 | 0 | 0.08 | 0.12 | 0.47 | 18.75 | 0.06 | 0.5 |
| Hex | 87 | 7C | 77 | 0 | 8 | C | 2F | 13 | 6 | 32 |
| Octal | 207 | 174 | 167 | 0 | 10 | 14 | 57 | 23 | 6 | 62 |
| Binary | 10000111 | 1111100 | 1110111 | 0 | 1000 | 1100 | 101111 | 10011 | 110 | 110010 |
Color Harmonies of #877C77
Complementary color
Monochromatic Colors of #877C77
Black with #877C77
Text Example
Text Example
White with #877C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C77; }
p { color: rgb(135,124,119); }
H1.HeaderClassName
{
color: #877C77;
}
.AnyTagClassName
{
color: #877C77;
}
</style>
background-color css
<style>
a { background-color: #877C77; }
a { background-color: rgb(135,124,119); }
div.DivClassName
{
background-color: #877C77;
}
.BgClassName
{
background-color: #877C77;
}
</style>
border-color css
<style>
span { border-color: #877C77; }
span { border-color: rgb(135,124,119); }
td.TdClassName
{
border-color: #877C77;
}
.TagClassName
{
border-color: #877C77;
}
</style>