Shades of Storm Grey #78788C
Tints of Storm Grey #78788C
RGB
CMYK
RGB Variations
Color information
#78788C (or 0x78788C) is known color: Storm Grey. HEX triplet: 78, 78 and 8C. RGB value is (120,120,140). Sum of RGB (Red+Green+Blue) = 120+120+140=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #78788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78788C is #878773. Grayscale: #7A7A7A. Windows color (decimal): -8882036 or 9205880. OLE color: 9205880.
HSL color Cylindrical-coordinate representation of color #78788C: hue angle of 240º 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 #78788C is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 120 | 140 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.45 |
| HSL | 240º | 0.08% | 0.51% | - |
| HSV(B) | 240º | 0.14% | 0.55% | - |
| XYZ | 19.2 | 19.32 | 27.53 | - |
| YUV | 122.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 140 | 0.14 | 0.14 | 0 | 0.45 | 240 | 0.08 | 0.51 |
| Hex | 78 | 78 | 8C | E | E | 0 | 2D | F0 | 8 | 33 |
| Octal | 170 | 170 | 214 | 16 | 16 | 0 | 55 | 360 | 10 | 63 |
| Binary | 1111000 | 1111000 | 10001100 | 1110 | 1110 | 0 | 101101 | 11110000 | 1000 | 110011 |
Color Harmonies of #78788C
Complementary color
Monochromatic Colors of #78788C
Black with #78788C
Text Example
Text Example
White with #78788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78788C; }
p { color: rgb(120,120,140); }
H1.HeaderClassName
{
color: #78788C;
}
.AnyTagClassName
{
color: #78788C;
}
</style>
background-color css
<style>
a { background-color: #78788C; }
a { background-color: rgb(120,120,140); }
div.DivClassName
{
background-color: #78788C;
}
.BgClassName
{
background-color: #78788C;
}
</style>
border-color css
<style>
span { border-color: #78788C; }
span { border-color: rgb(120,120,140); }
td.TdClassName
{
border-color: #78788C;
}
.TagClassName
{
border-color: #78788C;
}
</style>