Shades of Storm Grey #797B90
Tints of Storm Grey #797B90
RGB
CMYK
RGB Variations
Color information
#797B90 (or 0x797B90) is known color: Storm Grey. HEX triplet: 79, 7B and 90. RGB value is (121,123,144). Sum of RGB (Red+Green+Blue) = 121+123+144=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #797B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797B90 is #86846F. Grayscale: #7C7C7C. Windows color (decimal): -8815728 or 9468793. OLE color: 9468793.
HSL color Cylindrical-coordinate representation of color #797B90: hue angle of 234.78º 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 #797B90 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 123 | 144 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.44 |
| HSL | 234.78º | 0.09% | 0.52% | - |
| HSV(B) | 234.78º | 0.16% | 0.56% | - |
| XYZ | 20 | 20.24 | 29.24 | - |
| YUV | 124.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 144 | 0.16 | 0.15 | 0 | 0.44 | 234.78 | 0.09 | 0.52 |
| Hex | 79 | 7B | 90 | 10 | F | 0 | 2C | EB | 9 | 34 |
| Octal | 171 | 173 | 220 | 20 | 17 | 0 | 54 | 353 | 11 | 64 |
| Binary | 1111001 | 1111011 | 10010000 | 10000 | 1111 | 0 | 101100 | 11101011 | 1001 | 110100 |
Color Harmonies of #797B90
Complementary color
Monochromatic Colors of #797B90
Black with #797B90
Text Example
Text Example
White with #797B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B90; }
p { color: rgb(121,123,144); }
H1.HeaderClassName
{
color: #797B90;
}
.AnyTagClassName
{
color: #797B90;
}
</style>
background-color css
<style>
a { background-color: #797B90; }
a { background-color: rgb(121,123,144); }
div.DivClassName
{
background-color: #797B90;
}
.BgClassName
{
background-color: #797B90;
}
</style>
border-color css
<style>
span { border-color: #797B90; }
span { border-color: rgb(121,123,144); }
td.TdClassName
{
border-color: #797B90;
}
.TagClassName
{
border-color: #797B90;
}
</style>