Shades of Storm Grey #78798E
Tints of Storm Grey #78798E
RGB
CMYK
RGB Variations
Color information
#78798E (or 0x78798E) is known color: Storm Grey. HEX triplet: 78, 79 and 8E. RGB value is (120,121,142). Sum of RGB (Red+Green+Blue) = 120+121+142=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #78798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798E is #878671. Grayscale: #7B7B7B. Windows color (decimal): -8881778 or 9337208. OLE color: 9337208.
HSL color Cylindrical-coordinate representation of color #78798E: hue angle of 237.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78798E is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 121 | 142 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.44 |
| HSL | 237.27º | 0.09% | 0.51% | - |
| HSV(B) | 237.27º | 0.15% | 0.56% | - |
| XYZ | 19.47 | 19.62 | 28.35 | - |
| YUV | 123.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 142 | 0.15 | 0.15 | 0 | 0.44 | 237.27 | 0.09 | 0.51 |
| Hex | 78 | 79 | 8E | F | F | 0 | 2C | ED | 9 | 33 |
| Octal | 170 | 171 | 216 | 17 | 17 | 0 | 54 | 355 | 11 | 63 |
| Binary | 1111000 | 1111001 | 10001110 | 1111 | 1111 | 0 | 101100 | 11101101 | 1001 | 110011 |
Color Harmonies of #78798E
Complementary color
Monochromatic Colors of #78798E
Black with #78798E
Text Example
Text Example
White with #78798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78798E; }
p { color: rgb(120,121,142); }
H1.HeaderClassName
{
color: #78798E;
}
.AnyTagClassName
{
color: #78798E;
}
</style>
background-color css
<style>
a { background-color: #78798E; }
a { background-color: rgb(120,121,142); }
div.DivClassName
{
background-color: #78798E;
}
.BgClassName
{
background-color: #78798E;
}
</style>
border-color css
<style>
span { border-color: #78798E; }
span { border-color: rgb(120,121,142); }
td.TdClassName
{
border-color: #78798E;
}
.TagClassName
{
border-color: #78798E;
}
</style>