Shades of Storm Grey #797F90
Tints of Storm Grey #797F90
RGB
CMYK
RGB Variations
Color information
#797F90 (or 0x797F90) is known color: Storm Grey. HEX triplet: 79, 7F and 90. RGB value is (121,127,144). Sum of RGB (Red+Green+Blue) = 121+127+144=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #797F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F90 is #86806F. Grayscale: #7F7F7F. Windows color (decimal): -8814704 or 9469817. OLE color: 9469817.
HSL color Cylindrical-coordinate representation of color #797F90: hue angle of 224.35º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #797F90 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 127 | 144 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.44 |
| HSL | 224.35º | 0.09% | 0.52% | - |
| HSV(B) | 224.35º | 0.16% | 0.56% | - |
| XYZ | 20.51 | 21.26 | 29.41 | - |
| YUV | 127.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 144 | 0.16 | 0.12 | 0 | 0.44 | 224.35 | 0.09 | 0.52 |
| Hex | 79 | 7F | 90 | 10 | C | 0 | 2C | E0 | 9 | 34 |
| Octal | 171 | 177 | 220 | 20 | 14 | 0 | 54 | 340 | 11 | 64 |
| Binary | 1111001 | 1111111 | 10010000 | 10000 | 1100 | 0 | 101100 | 11100000 | 1001 | 110100 |
Color Harmonies of #797F90
Complementary color
Monochromatic Colors of #797F90
Black with #797F90
Text Example
Text Example
White with #797F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F90; }
p { color: rgb(121,127,144); }
H1.HeaderClassName
{
color: #797F90;
}
.AnyTagClassName
{
color: #797F90;
}
</style>
background-color css
<style>
a { background-color: #797F90; }
a { background-color: rgb(121,127,144); }
div.DivClassName
{
background-color: #797F90;
}
.BgClassName
{
background-color: #797F90;
}
</style>
border-color css
<style>
span { border-color: #797F90; }
span { border-color: rgb(121,127,144); }
td.TdClassName
{
border-color: #797F90;
}
.TagClassName
{
border-color: #797F90;
}
</style>