Shades of Hurricane #887E7A
Tints of Hurricane #887E7A
RGB
CMYK
RGB Variations
Color information
#887E7A (or 0x887E7A) is known color: Hurricane. HEX triplet: 88, 7E and 7A. RGB value is (136,126,122). Sum of RGB (Red+Green+Blue) = 136+126+122=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E7A is #778185. Grayscale: #808080. Windows color (decimal): -7831942 or 8027784. OLE color: 8027784.
HSL color Cylindrical-coordinate representation of color #887E7A: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887E7A is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 122 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.47 |
| HSL | 17.14º | 0.06% | 0.51% | - |
| HSV(B) | 17.14º | 0.1% | 0.53% | - |
| XYZ | 21.13 | 21.56 | 21.46 | - |
| YUV | 128.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 122 | 0 | 0.07 | 0.10 | 0.47 | 17.14 | 0.06 | 0.51 |
| Hex | 88 | 7E | 7A | 0 | 7 | A | 2F | 11 | 6 | 33 |
| Octal | 210 | 176 | 172 | 0 | 7 | 12 | 57 | 21 | 6 | 63 |
| Binary | 10001000 | 1111110 | 1111010 | 0 | 111 | 1010 | 101111 | 10001 | 110 | 110011 |
Color Harmonies of #887E7A
Complementary color
Monochromatic Colors of #887E7A
Black with #887E7A
Text Example
Text Example
White with #887E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E7A; }
p { color: rgb(136,126,122); }
H1.HeaderClassName
{
color: #887E7A;
}
.AnyTagClassName
{
color: #887E7A;
}
</style>
background-color css
<style>
a { background-color: #887E7A; }
a { background-color: rgb(136,126,122); }
div.DivClassName
{
background-color: #887E7A;
}
.BgClassName
{
background-color: #887E7A;
}
</style>
border-color css
<style>
span { border-color: #887E7A; }
span { border-color: rgb(136,126,122); }
td.TdClassName
{
border-color: #887E7A;
}
.TagClassName
{
border-color: #887E7A;
}
</style>