Shades of Hurricane #90847F
Tints of Hurricane #90847F
RGB
CMYK
RGB Variations
Color information
#90847F (or 0x90847F) is known color: Hurricane. HEX triplet: 90, 84 and 7F. RGB value is (144,132,127). Sum of RGB (Red+Green+Blue) = 144+132+127=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #90847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90847F is #6F7B80. Grayscale: #878787. Windows color (decimal): -7306113 or 8357008. OLE color: 8357008.
HSL color Cylindrical-coordinate representation of color #90847F: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90847F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 127 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.44 |
| HSL | 17.65º | 0.07% | 0.53% | - |
| HSV(B) | 17.65º | 0.12% | 0.56% | - |
| XYZ | 23.58 | 23.96 | 23.46 | - |
| YUV | 135.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 127 | 0 | 0.08 | 0.12 | 0.44 | 17.65 | 0.07 | 0.53 |
| Hex | 90 | 84 | 7F | 0 | 8 | C | 2C | 12 | 7 | 35 |
| Octal | 220 | 204 | 177 | 0 | 10 | 14 | 54 | 22 | 7 | 65 |
| Binary | 10010000 | 10000100 | 1111111 | 0 | 1000 | 1100 | 101100 | 10010 | 111 | 110101 |
Color Harmonies of #90847F
Complementary color
Monochromatic Colors of #90847F
Black with #90847F
Text Example
Text Example
White with #90847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90847F; }
p { color: rgb(144,132,127); }
H1.HeaderClassName
{
color: #90847F;
}
.AnyTagClassName
{
color: #90847F;
}
</style>
background-color css
<style>
a { background-color: #90847F; }
a { background-color: rgb(144,132,127); }
div.DivClassName
{
background-color: #90847F;
}
.BgClassName
{
background-color: #90847F;
}
</style>
border-color css
<style>
span { border-color: #90847F; }
span { border-color: rgb(144,132,127); }
td.TdClassName
{
border-color: #90847F;
}
.TagClassName
{
border-color: #90847F;
}
</style>