Shades of Storm Grey #79798B
Tints of Storm Grey #79798B
RGB
CMYK
RGB Variations
Color information
#79798B (or 0x79798B) is known color: Storm Grey. HEX triplet: 79, 79 and 8B. RGB value is (121,121,139). Sum of RGB (Red+Green+Blue) = 121+121+139=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #79798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79798B is #868674. Grayscale: #7A7A7A. Windows color (decimal): -8816245 or 9140601. OLE color: 9140601.
HSL color Cylindrical-coordinate representation of color #79798B: hue angle of 240º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #79798B is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 121 | 139 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.45 |
| HSL | 240º | 0.07% | 0.51% | - |
| HSV(B) | 240º | 0.13% | 0.55% | - |
| XYZ | 19.38 | 19.6 | 27.19 | - |
| YUV | 123.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 139 | 0.13 | 0.13 | 0 | 0.45 | 240 | 0.07 | 0.51 |
| Hex | 79 | 79 | 8B | D | D | 0 | 2D | F0 | 7 | 33 |
| Octal | 171 | 171 | 213 | 15 | 15 | 0 | 55 | 360 | 7 | 63 |
| Binary | 1111001 | 1111001 | 10001011 | 1101 | 1101 | 0 | 101101 | 11110000 | 111 | 110011 |
Color Harmonies of #79798B
Complementary color
Monochromatic Colors of #79798B
Black with #79798B
Text Example
Text Example
White with #79798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79798B; }
p { color: rgb(121,121,139); }
H1.HeaderClassName
{
color: #79798B;
}
.AnyTagClassName
{
color: #79798B;
}
</style>
background-color css
<style>
a { background-color: #79798B; }
a { background-color: rgb(121,121,139); }
div.DivClassName
{
background-color: #79798B;
}
.BgClassName
{
background-color: #79798B;
}
</style>
border-color css
<style>
span { border-color: #79798B; }
span { border-color: rgb(121,121,139); }
td.TdClassName
{
border-color: #79798B;
}
.TagClassName
{
border-color: #79798B;
}
</style>