Shades of Hurricane #887D7A
Tints of Hurricane #887D7A
RGB
CMYK
RGB Variations
Color information
#887D7A (or 0x887D7A) is known color: Hurricane. HEX triplet: 88, 7D and 7A. RGB value is (136,125,122). Sum of RGB (Red+Green+Blue) = 136+125+122=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #887D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D7A is #778285. Grayscale: #7F7F7F. Windows color (decimal): -7832198 or 8027528. OLE color: 8027528.
HSL color Cylindrical-coordinate representation of color #887D7A: hue angle of 12.86º 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 #887D7A is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 122 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.47 |
| HSL | 12.86º | 0.06% | 0.51% | - |
| HSV(B) | 12.86º | 0.1% | 0.53% | - |
| XYZ | 21 | 21.31 | 21.42 | - |
| YUV | 127.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 122 | 0 | 0.08 | 0.10 | 0.47 | 12.86 | 0.06 | 0.51 |
| Hex | 88 | 7D | 7A | 0 | 8 | A | 2F | D | 6 | 33 |
| Octal | 210 | 175 | 172 | 0 | 10 | 12 | 57 | 15 | 6 | 63 |
| Binary | 10001000 | 1111101 | 1111010 | 0 | 1000 | 1010 | 101111 | 1101 | 110 | 110011 |
Color Harmonies of #887D7A
Complementary color
Monochromatic Colors of #887D7A
Black with #887D7A
Text Example
Text Example
White with #887D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D7A; }
p { color: rgb(136,125,122); }
H1.HeaderClassName
{
color: #887D7A;
}
.AnyTagClassName
{
color: #887D7A;
}
</style>
background-color css
<style>
a { background-color: #887D7A; }
a { background-color: rgb(136,125,122); }
div.DivClassName
{
background-color: #887D7A;
}
.BgClassName
{
background-color: #887D7A;
}
</style>
border-color css
<style>
span { border-color: #887D7A; }
span { border-color: rgb(136,125,122); }
td.TdClassName
{
border-color: #887D7A;
}
.TagClassName
{
border-color: #887D7A;
}
</style>