Shades of Storm Grey #797C8C
Tints of Storm Grey #797C8C
RGB
CMYK
RGB Variations
Color information
#797C8C (or 0x797C8C) is known color: Storm Grey. HEX triplet: 79, 7C and 8C. RGB value is (121,124,140). Sum of RGB (Red+Green+Blue) = 121+124+140=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #797C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797C8C is #868373. Grayscale: #7C7C7C. Windows color (decimal): -8815476 or 9206905. OLE color: 9206905.
HSL color Cylindrical-coordinate representation of color #797C8C: hue angle of 230.53º 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 #797C8C is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 124 | 140 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.45 |
| HSL | 230.53º | 0.08% | 0.51% | - |
| HSV(B) | 230.53º | 0.14% | 0.55% | - |
| XYZ | 19.83 | 20.37 | 27.7 | - |
| YUV | 124.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 140 | 0.14 | 0.11 | 0 | 0.45 | 230.53 | 0.08 | 0.51 |
| Hex | 79 | 7C | 8C | E | B | 0 | 2D | E7 | 8 | 33 |
| Octal | 171 | 174 | 214 | 16 | 13 | 0 | 55 | 347 | 10 | 63 |
| Binary | 1111001 | 1111100 | 10001100 | 1110 | 1011 | 0 | 101101 | 11100111 | 1000 | 110011 |
Color Harmonies of #797C8C
Complementary color
Monochromatic Colors of #797C8C
Black with #797C8C
Text Example
Text Example
White with #797C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C8C; }
p { color: rgb(121,124,140); }
H1.HeaderClassName
{
color: #797C8C;
}
.AnyTagClassName
{
color: #797C8C;
}
</style>
background-color css
<style>
a { background-color: #797C8C; }
a { background-color: rgb(121,124,140); }
div.DivClassName
{
background-color: #797C8C;
}
.BgClassName
{
background-color: #797C8C;
}
</style>
border-color css
<style>
span { border-color: #797C8C; }
span { border-color: rgb(121,124,140); }
td.TdClassName
{
border-color: #797C8C;
}
.TagClassName
{
border-color: #797C8C;
}
</style>