Shades of Hurricane #877B76
Tints of Hurricane #877B76
RGB
CMYK
RGB Variations
Color information
#877B76 (or 0x877B76) is known color: Hurricane. HEX triplet: 87, 7B and 76. RGB value is (135,123,118). Sum of RGB (Red+Green+Blue) = 135+123+118=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #877B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B76 is #788489. Grayscale: #7E7E7E. Windows color (decimal): -7898250 or 7764871. OLE color: 7764871.
HSL color Cylindrical-coordinate representation of color #877B76: hue angle of 17.65º 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 #877B76 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 118 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.47 |
| HSL | 17.65º | 0.07% | 0.5% | - |
| HSV(B) | 17.65º | 0.13% | 0.53% | - |
| XYZ | 20.34 | 20.62 | 20.05 | - |
| YUV | 126.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 118 | 0 | 0.09 | 0.13 | 0.47 | 17.65 | 0.07 | 0.5 |
| Hex | 87 | 7B | 76 | 0 | 9 | D | 2F | 12 | 7 | 32 |
| Octal | 207 | 173 | 166 | 0 | 11 | 15 | 57 | 22 | 7 | 62 |
| Binary | 10000111 | 1111011 | 1110110 | 0 | 1001 | 1101 | 101111 | 10010 | 111 | 110010 |
Color Harmonies of #877B76
Complementary color
Monochromatic Colors of #877B76
Black with #877B76
Text Example
Text Example
White with #877B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B76; }
p { color: rgb(135,123,118); }
H1.HeaderClassName
{
color: #877B76;
}
.AnyTagClassName
{
color: #877B76;
}
</style>
background-color css
<style>
a { background-color: #877B76; }
a { background-color: rgb(135,123,118); }
div.DivClassName
{
background-color: #877B76;
}
.BgClassName
{
background-color: #877B76;
}
</style>
border-color css
<style>
span { border-color: #877B76; }
span { border-color: rgb(135,123,118); }
td.TdClassName
{
border-color: #877B76;
}
.TagClassName
{
border-color: #877B76;
}
</style>