Shades of Storm Grey #797C8A
Tints of Storm Grey #797C8A
RGB
CMYK
RGB Variations
Color information
#797C8A (or 0x797C8A) is known color: Storm Grey. HEX triplet: 79, 7C and 8A. RGB value is (121,124,138). Sum of RGB (Red+Green+Blue) = 121+124+138=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #797C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C8A is #868375. Grayscale: #7C7C7C. Windows color (decimal): -8815478 or 9075833. OLE color: 9075833.
HSL color Cylindrical-coordinate representation of color #797C8A: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797C8A is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 124 | 138 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.46 |
| HSL | 229.41º | 0.07% | 0.51% | - |
| HSV(B) | 229.41º | 0.12% | 0.54% | - |
| XYZ | 19.68 | 20.32 | 26.93 | - |
| YUV | 124.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 138 | 0.12 | 0.10 | 0 | 0.46 | 229.41 | 0.07 | 0.51 |
| Hex | 79 | 7C | 8A | C | A | 0 | 2E | E5 | 7 | 33 |
| Octal | 171 | 174 | 212 | 14 | 12 | 0 | 56 | 345 | 7 | 63 |
| Binary | 1111001 | 1111100 | 10001010 | 1100 | 1010 | 0 | 101110 | 11100101 | 111 | 110011 |
Color Harmonies of #797C8A
Complementary color
Monochromatic Colors of #797C8A
Black with #797C8A
Text Example
Text Example
White with #797C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C8A; }
p { color: rgb(121,124,138); }
H1.HeaderClassName
{
color: #797C8A;
}
.AnyTagClassName
{
color: #797C8A;
}
</style>
background-color css
<style>
a { background-color: #797C8A; }
a { background-color: rgb(121,124,138); }
div.DivClassName
{
background-color: #797C8A;
}
.BgClassName
{
background-color: #797C8A;
}
</style>
border-color css
<style>
span { border-color: #797C8A; }
span { border-color: rgb(121,124,138); }
td.TdClassName
{
border-color: #797C8A;
}
.TagClassName
{
border-color: #797C8A;
}
</style>