Shades of Storm Grey #797B84
Tints of Storm Grey #797B84
RGB
CMYK
RGB Variations
Color information
#797B84 (or 0x797B84) is known color: Storm Grey. HEX triplet: 79, 7B and 84. RGB value is (121,123,132). Sum of RGB (Red+Green+Blue) = 121+123+132=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #797B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797B84 is #86847B. Grayscale: #7B7B7B. Windows color (decimal): -8815740 or 8682361. OLE color: 8682361.
HSL color Cylindrical-coordinate representation of color #797B84: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797B84 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 123 | 132 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.48 |
| HSL | 229.09º | 0.04% | 0.5% | - |
| HSV(B) | 229.09º | 0.08% | 0.52% | - |
| XYZ | 19.13 | 19.9 | 24.66 | - |
| YUV | 123.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 132 | 0.08 | 0.07 | 0 | 0.48 | 229.09 | 0.04 | 0.5 |
| Hex | 79 | 7B | 84 | 8 | 7 | 0 | 30 | E5 | 4 | 32 |
| Octal | 171 | 173 | 204 | 10 | 7 | 0 | 60 | 345 | 4 | 62 |
| Binary | 1111001 | 1111011 | 10000100 | 1000 | 111 | 0 | 110000 | 11100101 | 100 | 110010 |
Color Harmonies of #797B84
Complementary color
Monochromatic Colors of #797B84
Black with #797B84
Text Example
Text Example
White with #797B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797B84; }
p { color: rgb(121,123,132); }
H1.HeaderClassName
{
color: #797B84;
}
.AnyTagClassName
{
color: #797B84;
}
</style>
background-color css
<style>
a { background-color: #797B84; }
a { background-color: rgb(121,123,132); }
div.DivClassName
{
background-color: #797B84;
}
.BgClassName
{
background-color: #797B84;
}
</style>
border-color css
<style>
span { border-color: #797B84; }
span { border-color: rgb(121,123,132); }
td.TdClassName
{
border-color: #797B84;
}
.TagClassName
{
border-color: #797B84;
}
</style>