Shades of Storm Grey #78798A
Tints of Storm Grey #78798A
RGB
CMYK
RGB Variations
Color information
#78798A (or 0x78798A) is known color: Storm Grey. HEX triplet: 78, 79 and 8A. RGB value is (120,121,138). Sum of RGB (Red+Green+Blue) = 120+121+138=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #78798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798A is #878675. Grayscale: #7A7A7A. Windows color (decimal): -8881782 or 9075064. OLE color: 9075064.
HSL color Cylindrical-coordinate representation of color #78798A: hue angle of 236.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #78798A is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 121 | 138 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.46 |
| HSL | 236.67º | 0.07% | 0.51% | - |
| HSV(B) | 236.67º | 0.13% | 0.54% | - |
| XYZ | 19.17 | 19.5 | 26.8 | - |
| YUV | 122.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 138 | 0.13 | 0.12 | 0 | 0.46 | 236.67 | 0.07 | 0.51 |
| Hex | 78 | 79 | 8A | D | C | 0 | 2E | ED | 7 | 33 |
| Octal | 170 | 171 | 212 | 15 | 14 | 0 | 56 | 355 | 7 | 63 |
| Binary | 1111000 | 1111001 | 10001010 | 1101 | 1100 | 0 | 101110 | 11101101 | 111 | 110011 |
Color Harmonies of #78798A
Complementary color
Monochromatic Colors of #78798A
Black with #78798A
Text Example
Text Example
White with #78798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78798A; }
p { color: rgb(120,121,138); }
H1.HeaderClassName
{
color: #78798A;
}
.AnyTagClassName
{
color: #78798A;
}
</style>
background-color css
<style>
a { background-color: #78798A; }
a { background-color: rgb(120,121,138); }
div.DivClassName
{
background-color: #78798A;
}
.BgClassName
{
background-color: #78798A;
}
</style>
border-color css
<style>
span { border-color: #78798A; }
span { border-color: rgb(120,121,138); }
td.TdClassName
{
border-color: #78798A;
}
.TagClassName
{
border-color: #78798A;
}
</style>