Shades of Hurricane #887C76
Tints of Hurricane #887C76
RGB
CMYK
RGB Variations
Color information
#887C76 (or 0x887C76) is known color: Hurricane. HEX triplet: 88, 7C and 76. RGB value is (136,124,118). Sum of RGB (Red+Green+Blue) = 136+124+118=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C76 is #778389. Grayscale: #7E7E7E. Windows color (decimal): -7832458 or 7765128. OLE color: 7765128.
HSL color Cylindrical-coordinate representation of color #887C76: hue angle of 20º 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 #887C76 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 118 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.47 |
| HSL | 20º | 0.07% | 0.5% | - |
| HSV(B) | 20º | 0.13% | 0.53% | - |
| XYZ | 20.63 | 20.96 | 20.1 | - |
| YUV | 126.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 118 | 0 | 0.09 | 0.13 | 0.47 | 20 | 0.07 | 0.5 |
| Hex | 88 | 7C | 76 | 0 | 9 | D | 2F | 14 | 7 | 32 |
| Octal | 210 | 174 | 166 | 0 | 11 | 15 | 57 | 24 | 7 | 62 |
| Binary | 10001000 | 1111100 | 1110110 | 0 | 1001 | 1101 | 101111 | 10100 | 111 | 110010 |
Color Harmonies of #887C76
Complementary color
Monochromatic Colors of #887C76
Black with #887C76
Text Example
Text Example
White with #887C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C76; }
p { color: rgb(136,124,118); }
H1.HeaderClassName
{
color: #887C76;
}
.AnyTagClassName
{
color: #887C76;
}
</style>
background-color css
<style>
a { background-color: #887C76; }
a { background-color: rgb(136,124,118); }
div.DivClassName
{
background-color: #887C76;
}
.BgClassName
{
background-color: #887C76;
}
</style>
border-color css
<style>
span { border-color: #887C76; }
span { border-color: rgb(136,124,118); }
td.TdClassName
{
border-color: #887C76;
}
.TagClassName
{
border-color: #887C76;
}
</style>