Shades of Hurricane #887A76
Tints of Hurricane #887A76
RGB
CMYK
RGB Variations
Color information
#887A76 (or 0x887A76) is known color: Hurricane. HEX triplet: 88, 7A and 76. RGB value is (136,122,118). Sum of RGB (Red+Green+Blue) = 136+122+118=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A76 is #778589. Grayscale: #7D7D7D. Windows color (decimal): -7832970 or 7764616. OLE color: 7764616.
HSL color Cylindrical-coordinate representation of color #887A76: hue angle of 13.33º 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 #887A76 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 118 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.47 |
| HSL | 13.33º | 0.07% | 0.5% | - |
| HSV(B) | 13.33º | 0.13% | 0.53% | - |
| XYZ | 20.38 | 20.46 | 20.01 | - |
| YUV | 125.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 118 | 0 | 0.10 | 0.13 | 0.47 | 13.33 | 0.07 | 0.5 |
| Hex | 88 | 7A | 76 | 0 | A | D | 2F | D | 7 | 32 |
| Octal | 210 | 172 | 166 | 0 | 12 | 15 | 57 | 15 | 7 | 62 |
| Binary | 10001000 | 1111010 | 1110110 | 0 | 1010 | 1101 | 101111 | 1101 | 111 | 110010 |
Color Harmonies of #887A76
Complementary color
Monochromatic Colors of #887A76
Black with #887A76
Text Example
Text Example
White with #887A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A76; }
p { color: rgb(136,122,118); }
H1.HeaderClassName
{
color: #887A76;
}
.AnyTagClassName
{
color: #887A76;
}
</style>
background-color css
<style>
a { background-color: #887A76; }
a { background-color: rgb(136,122,118); }
div.DivClassName
{
background-color: #887A76;
}
.BgClassName
{
background-color: #887A76;
}
</style>
border-color css
<style>
span { border-color: #887A76; }
span { border-color: rgb(136,122,118); }
td.TdClassName
{
border-color: #887A76;
}
.TagClassName
{
border-color: #887A76;
}
</style>