Shades of Hurricane #887F7B
Tints of Hurricane #887F7B
RGB
CMYK
RGB Variations
Color information
#887F7B (or 0x887F7B) is known color: Hurricane. HEX triplet: 88, 7F and 7B. RGB value is (136,127,123). Sum of RGB (Red+Green+Blue) = 136+127+123=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #887F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F7B is #778084. Grayscale: #818181. Windows color (decimal): -7831685 or 8093576. OLE color: 8093576.
HSL color Cylindrical-coordinate representation of color #887F7B: hue angle of 18.46º degrees, saturation: 0.05, 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 #887F7B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 123 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.47 |
| HSL | 18.46º | 0.05% | 0.51% | - |
| HSV(B) | 18.46º | 0.1% | 0.53% | - |
| XYZ | 21.32 | 21.84 | 21.83 | - |
| YUV | 129.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 123 | 0 | 0.07 | 0.10 | 0.47 | 18.46 | 0.05 | 0.51 |
| Hex | 88 | 7F | 7B | 0 | 7 | A | 2F | 12 | 5 | 33 |
| Octal | 210 | 177 | 173 | 0 | 7 | 12 | 57 | 22 | 5 | 63 |
| Binary | 10001000 | 1111111 | 1111011 | 0 | 111 | 1010 | 101111 | 10010 | 101 | 110011 |
Color Harmonies of #887F7B
Complementary color
Monochromatic Colors of #887F7B
Black with #887F7B
Text Example
Text Example
White with #887F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F7B; }
p { color: rgb(136,127,123); }
H1.HeaderClassName
{
color: #887F7B;
}
.AnyTagClassName
{
color: #887F7B;
}
</style>
background-color css
<style>
a { background-color: #887F7B; }
a { background-color: rgb(136,127,123); }
div.DivClassName
{
background-color: #887F7B;
}
.BgClassName
{
background-color: #887F7B;
}
</style>
border-color css
<style>
span { border-color: #887F7B; }
span { border-color: rgb(136,127,123); }
td.TdClassName
{
border-color: #887F7B;
}
.TagClassName
{
border-color: #887F7B;
}
</style>