Shades of Hurricane #89807B
Tints of Hurricane #89807B
RGB
CMYK
RGB Variations
Color information
#89807B (or 0x89807B) is known color: Hurricane. HEX triplet: 89, 80 and 7B. RGB value is (137,128,123). Sum of RGB (Red+Green+Blue) = 137+128+123=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #89807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89807B is #767F84. Grayscale: #828282. Windows color (decimal): -7765893 or 8093833. OLE color: 8093833.
HSL color Cylindrical-coordinate representation of color #89807B: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89807B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 123 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.46 |
| HSL | 21.43º | 0.06% | 0.51% | - |
| HSV(B) | 21.43º | 0.1% | 0.54% | - |
| XYZ | 21.61 | 22.19 | 21.88 | - |
| YUV | 130.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 123 | 0 | 0.07 | 0.10 | 0.46 | 21.43 | 0.06 | 0.51 |
| Hex | 89 | 80 | 7B | 0 | 7 | A | 2E | 15 | 6 | 33 |
| Octal | 211 | 200 | 173 | 0 | 7 | 12 | 56 | 25 | 6 | 63 |
| Binary | 10001001 | 10000000 | 1111011 | 0 | 111 | 1010 | 101110 | 10101 | 110 | 110011 |
Color Harmonies of #89807B
Complementary color
Monochromatic Colors of #89807B
Black with #89807B
Text Example
Text Example
White with #89807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89807B; }
p { color: rgb(137,128,123); }
H1.HeaderClassName
{
color: #89807B;
}
.AnyTagClassName
{
color: #89807B;
}
</style>
background-color css
<style>
a { background-color: #89807B; }
a { background-color: rgb(137,128,123); }
div.DivClassName
{
background-color: #89807B;
}
.BgClassName
{
background-color: #89807B;
}
</style>
border-color css
<style>
span { border-color: #89807B; }
span { border-color: rgb(137,128,123); }
td.TdClassName
{
border-color: #89807B;
}
.TagClassName
{
border-color: #89807B;
}
</style>