Shades of Storm Grey #797A82
Tints of Storm Grey #797A82
RGB
CMYK
RGB Variations
Color information
#797A82 (or 0x797A82) is known color: Storm Grey. HEX triplet: 79, 7A and 82. RGB value is (121,122,130). Sum of RGB (Red+Green+Blue) = 121+122+130=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #797A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797A82 is #86857D. Grayscale: #7A7A7A. Windows color (decimal): -8815998 or 8551033. OLE color: 8551033.
HSL color Cylindrical-coordinate representation of color #797A82: hue angle of 233.33º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797A82 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 122 | 130 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.49 |
| HSL | 233.33º | 0.04% | 0.49% | - |
| HSV(B) | 233.33º | 0.07% | 0.51% | - |
| XYZ | 18.87 | 19.6 | 23.91 | - |
| YUV | 122.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 122 | 130 | 0.07 | 0.06 | 0 | 0.49 | 233.33 | 0.04 | 0.49 |
| Hex | 79 | 7A | 82 | 7 | 6 | 0 | 31 | E9 | 4 | 31 |
| Octal | 171 | 172 | 202 | 7 | 6 | 0 | 61 | 351 | 4 | 61 |
| Binary | 1111001 | 1111010 | 10000010 | 111 | 110 | 0 | 110001 | 11101001 | 100 | 110001 |
Color Harmonies of #797A82
Complementary color
Monochromatic Colors of #797A82
Black with #797A82
Text Example
Text Example
White with #797A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797A82; }
p { color: rgb(121,122,130); }
H1.HeaderClassName
{
color: #797A82;
}
.AnyTagClassName
{
color: #797A82;
}
</style>
background-color css
<style>
a { background-color: #797A82; }
a { background-color: rgb(121,122,130); }
div.DivClassName
{
background-color: #797A82;
}
.BgClassName
{
background-color: #797A82;
}
</style>
border-color css
<style>
span { border-color: #797A82; }
span { border-color: rgb(121,122,130); }
td.TdClassName
{
border-color: #797A82;
}
.TagClassName
{
border-color: #797A82;
}
</style>