Shades of Storm Grey #797F91
Tints of Storm Grey #797F91
RGB
CMYK
RGB Variations
Color information
#797F91 (or 0x797F91) is known color: Storm Grey. HEX triplet: 79, 7F and 91. RGB value is (121,127,145). Sum of RGB (Red+Green+Blue) = 121+127+145=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #797F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F91 is #86806E. Grayscale: #7F7F7F. Windows color (decimal): -8814703 or 9535353. OLE color: 9535353.
HSL color Cylindrical-coordinate representation of color #797F91: hue angle of 225º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797F91 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 127 | 145 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.43 |
| HSL | 225º | 0.1% | 0.52% | - |
| HSV(B) | 225º | 0.17% | 0.57% | - |
| XYZ | 20.59 | 21.29 | 29.81 | - |
| YUV | 127.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 145 | 0.17 | 0.12 | 0 | 0.43 | 225 | 0.1 | 0.52 |
| Hex | 79 | 7F | 91 | 11 | C | 0 | 2B | E1 | A | 34 |
| Octal | 171 | 177 | 221 | 21 | 14 | 0 | 53 | 341 | 12 | 64 |
| Binary | 1111001 | 1111111 | 10010001 | 10001 | 1100 | 0 | 101011 | 11100001 | 1010 | 110100 |
Color Harmonies of #797F91
Complementary color
Monochromatic Colors of #797F91
Black with #797F91
Text Example
Text Example
White with #797F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F91; }
p { color: rgb(121,127,145); }
H1.HeaderClassName
{
color: #797F91;
}
.AnyTagClassName
{
color: #797F91;
}
</style>
background-color css
<style>
a { background-color: #797F91; }
a { background-color: rgb(121,127,145); }
div.DivClassName
{
background-color: #797F91;
}
.BgClassName
{
background-color: #797F91;
}
</style>
border-color css
<style>
span { border-color: #797F91; }
span { border-color: rgb(121,127,145); }
td.TdClassName
{
border-color: #797F91;
}
.TagClassName
{
border-color: #797F91;
}
</style>