Shades of Hurricane #877C76
Tints of Hurricane #877C76
RGB
CMYK
RGB Variations
Color information
#877C76 (or 0x877C76) is known color: Hurricane. HEX triplet: 87, 7C and 76. RGB value is (135,124,118). Sum of RGB (Red+Green+Blue) = 135+124+118=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #877C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C76 is #788389. Grayscale: #7E7E7E. Windows color (decimal): -7897994 or 7765127. OLE color: 7765127.
HSL color Cylindrical-coordinate representation of color #877C76: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #877C76 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 124 | 118 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.47 |
| HSL | 21.18º | 0.07% | 0.5% | - |
| HSV(B) | 21.18º | 0.13% | 0.53% | - |
| XYZ | 20.47 | 20.87 | 20.09 | - |
| YUV | 126.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 124 | 118 | 0 | 0.08 | 0.13 | 0.47 | 21.18 | 0.07 | 0.5 |
| Hex | 87 | 7C | 76 | 0 | 8 | D | 2F | 15 | 7 | 32 |
| Octal | 207 | 174 | 166 | 0 | 10 | 15 | 57 | 25 | 7 | 62 |
| Binary | 10000111 | 1111100 | 1110110 | 0 | 1000 | 1101 | 101111 | 10101 | 111 | 110010 |
Color Harmonies of #877C76
Complementary color
Monochromatic Colors of #877C76
Black with #877C76
Text Example
Text Example
White with #877C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877C76; }
p { color: rgb(135,124,118); }
H1.HeaderClassName
{
color: #877C76;
}
.AnyTagClassName
{
color: #877C76;
}
</style>
background-color css
<style>
a { background-color: #877C76; }
a { background-color: rgb(135,124,118); }
div.DivClassName
{
background-color: #877C76;
}
.BgClassName
{
background-color: #877C76;
}
</style>
border-color css
<style>
span { border-color: #877C76; }
span { border-color: rgb(135,124,118); }
td.TdClassName
{
border-color: #877C76;
}
.TagClassName
{
border-color: #877C76;
}
</style>