Shades of Storm Grey #78788F
Tints of Storm Grey #78788F
RGB
CMYK
RGB Variations
Color information
#78788F (or 0x78788F) is known color: Storm Grey. HEX triplet: 78, 78 and 8F. RGB value is (120,120,143). Sum of RGB (Red+Green+Blue) = 120+120+143=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 143 - color contains mainly: blue. Hex color #78788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78788F is #878770. Grayscale: #7A7A7A. Windows color (decimal): -8882033 or 9402488. OLE color: 9402488.
HSL color Cylindrical-coordinate representation of color #78788F: hue angle of 240º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78788F is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 120 | 143 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.44 |
| HSL | 240º | 0.09% | 0.52% | - |
| HSV(B) | 240º | 0.16% | 0.56% | - |
| XYZ | 19.42 | 19.41 | 28.71 | - |
| YUV | 122.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 120 | 143 | 0.16 | 0.16 | 0 | 0.44 | 240 | 0.09 | 0.52 |
| Hex | 78 | 78 | 8F | 10 | 10 | 0 | 2C | F0 | 9 | 34 |
| Octal | 170 | 170 | 217 | 20 | 20 | 0 | 54 | 360 | 11 | 64 |
| Binary | 1111000 | 1111000 | 10001111 | 10000 | 10000 | 0 | 101100 | 11110000 | 1001 | 110100 |
Color Harmonies of #78788F
Complementary color
Monochromatic Colors of #78788F
Black with #78788F
Text Example
Text Example
White with #78788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78788F; }
p { color: rgb(120,120,143); }
H1.HeaderClassName
{
color: #78788F;
}
.AnyTagClassName
{
color: #78788F;
}
</style>
background-color css
<style>
a { background-color: #78788F; }
a { background-color: rgb(120,120,143); }
div.DivClassName
{
background-color: #78788F;
}
.BgClassName
{
background-color: #78788F;
}
</style>
border-color css
<style>
span { border-color: #78788F; }
span { border-color: rgb(120,120,143); }
td.TdClassName
{
border-color: #78788F;
}
.TagClassName
{
border-color: #78788F;
}
</style>