Shades of Storm Grey #78798C
Tints of Storm Grey #78798C
RGB
CMYK
RGB Variations
Color information
#78798C (or 0x78798C) is known color: Storm Grey. HEX triplet: 78, 79 and 8C. RGB value is (120,121,140). Sum of RGB (Red+Green+Blue) = 120+121+140=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #78798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78798C is #878673. Grayscale: #7A7A7A. Windows color (decimal): -8881780 or 9206136. OLE color: 9206136.
HSL color Cylindrical-coordinate representation of color #78798C: hue angle of 237º 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 #78798C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 121 | 140 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.45 |
| HSL | 237º | 0.08% | 0.51% | - |
| HSV(B) | 237º | 0.14% | 0.55% | - |
| XYZ | 19.32 | 19.56 | 27.57 | - |
| YUV | 122.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 140 | 0.14 | 0.14 | 0 | 0.45 | 237 | 0.08 | 0.51 |
| Hex | 78 | 79 | 8C | E | E | 0 | 2D | ED | 8 | 33 |
| Octal | 170 | 171 | 214 | 16 | 16 | 0 | 55 | 355 | 10 | 63 |
| Binary | 1111000 | 1111001 | 10001100 | 1110 | 1110 | 0 | 101101 | 11101101 | 1000 | 110011 |
Color Harmonies of #78798C
Complementary color
Monochromatic Colors of #78798C
Black with #78798C
Text Example
Text Example
White with #78798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78798C; }
p { color: rgb(120,121,140); }
H1.HeaderClassName
{
color: #78798C;
}
.AnyTagClassName
{
color: #78798C;
}
</style>
background-color css
<style>
a { background-color: #78798C; }
a { background-color: rgb(120,121,140); }
div.DivClassName
{
background-color: #78798C;
}
.BgClassName
{
background-color: #78798C;
}
</style>
border-color css
<style>
span { border-color: #78798C; }
span { border-color: rgb(120,121,140); }
td.TdClassName
{
border-color: #78798C;
}
.TagClassName
{
border-color: #78798C;
}
</style>