Shades of Storm Grey #787C90
Tints of Storm Grey #787C90
RGB
CMYK
RGB Variations
Color information
#787C90 (or 0x787C90) is known color: Storm Grey. HEX triplet: 78, 7C and 90. RGB value is (120,124,144). Sum of RGB (Red+Green+Blue) = 120+124+144=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #787C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C90 is #87836F. Grayscale: #7D7D7D. Windows color (decimal): -8881008 or 9469048. OLE color: 9469048.
HSL color Cylindrical-coordinate representation of color #787C90: hue angle of 230º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #787C90 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 124 | 144 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.44 |
| HSL | 230º | 0.1% | 0.52% | - |
| HSV(B) | 230º | 0.17% | 0.56% | - |
| XYZ | 19.99 | 20.42 | 29.27 | - |
| YUV | 125.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 144 | 0.17 | 0.14 | 0 | 0.44 | 230 | 0.1 | 0.52 |
| Hex | 78 | 7C | 90 | 11 | E | 0 | 2C | E6 | A | 34 |
| Octal | 170 | 174 | 220 | 21 | 16 | 0 | 54 | 346 | 12 | 64 |
| Binary | 1111000 | 1111100 | 10010000 | 10001 | 1110 | 0 | 101100 | 11100110 | 1010 | 110100 |
Color Harmonies of #787C90
Complementary color
Monochromatic Colors of #787C90
Black with #787C90
Text Example
Text Example
White with #787C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C90; }
p { color: rgb(120,124,144); }
H1.HeaderClassName
{
color: #787C90;
}
.AnyTagClassName
{
color: #787C90;
}
</style>
background-color css
<style>
a { background-color: #787C90; }
a { background-color: rgb(120,124,144); }
div.DivClassName
{
background-color: #787C90;
}
.BgClassName
{
background-color: #787C90;
}
</style>
border-color css
<style>
span { border-color: #787C90; }
span { border-color: rgb(120,124,144); }
td.TdClassName
{
border-color: #787C90;
}
.TagClassName
{
border-color: #787C90;
}
</style>