Shades of Storm Grey #797F8D
Tints of Storm Grey #797F8D
RGB
CMYK
RGB Variations
Color information
#797F8D (or 0x797F8D) is known color: Storm Grey. HEX triplet: 79, 7F and 8D. RGB value is (121,127,141). Sum of RGB (Red+Green+Blue) = 121+127+141=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #797F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F8D is #868072. Grayscale: #7E7E7E. Windows color (decimal): -8814707 or 9273209. OLE color: 9273209.
HSL color Cylindrical-coordinate representation of color #797F8D: hue angle of 222º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797F8D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 127 | 141 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.45 |
| HSL | 222º | 0.08% | 0.51% | - |
| HSV(B) | 222º | 0.14% | 0.55% | - |
| XYZ | 20.28 | 21.17 | 28.22 | - |
| YUV | 126.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 141 | 0.14 | 0.10 | 0 | 0.45 | 222 | 0.08 | 0.51 |
| Hex | 79 | 7F | 8D | E | A | 0 | 2D | DE | 8 | 33 |
| Octal | 171 | 177 | 215 | 16 | 12 | 0 | 55 | 336 | 10 | 63 |
| Binary | 1111001 | 1111111 | 10001101 | 1110 | 1010 | 0 | 101101 | 11011110 | 1000 | 110011 |
Color Harmonies of #797F8D
Complementary color
Monochromatic Colors of #797F8D
Black with #797F8D
Text Example
Text Example
White with #797F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F8D; }
p { color: rgb(121,127,141); }
H1.HeaderClassName
{
color: #797F8D;
}
.AnyTagClassName
{
color: #797F8D;
}
</style>
background-color css
<style>
a { background-color: #797F8D; }
a { background-color: rgb(121,127,141); }
div.DivClassName
{
background-color: #797F8D;
}
.BgClassName
{
background-color: #797F8D;
}
</style>
border-color css
<style>
span { border-color: #797F8D; }
span { border-color: rgb(121,127,141); }
td.TdClassName
{
border-color: #797F8D;
}
.TagClassName
{
border-color: #797F8D;
}
</style>