Shades of Storm Grey #787E90
Tints of Storm Grey #787E90
RGB
CMYK
RGB Variations
Color information
#787E90 (or 0x787E90) is known color: Storm Grey. HEX triplet: 78, 7E and 90. RGB value is (120,126,144). Sum of RGB (Red+Green+Blue) = 120+126+144=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #787E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E90 is #87816F. Grayscale: #7E7E7E. Windows color (decimal): -8880496 or 9469560. OLE color: 9469560.
HSL color Cylindrical-coordinate representation of color #787E90: hue angle of 225º 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 #787E90 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 126 | 144 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.44 |
| HSL | 225º | 0.1% | 0.52% | - |
| HSV(B) | 225º | 0.17% | 0.56% | - |
| XYZ | 20.24 | 20.93 | 29.36 | - |
| YUV | 126.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 144 | 0.17 | 0.12 | 0 | 0.44 | 225 | 0.1 | 0.52 |
| Hex | 78 | 7E | 90 | 11 | C | 0 | 2C | E1 | A | 34 |
| Octal | 170 | 176 | 220 | 21 | 14 | 0 | 54 | 341 | 12 | 64 |
| Binary | 1111000 | 1111110 | 10010000 | 10001 | 1100 | 0 | 101100 | 11100001 | 1010 | 110100 |
Color Harmonies of #787E90
Complementary color
Monochromatic Colors of #787E90
Black with #787E90
Text Example
Text Example
White with #787E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E90; }
p { color: rgb(120,126,144); }
H1.HeaderClassName
{
color: #787E90;
}
.AnyTagClassName
{
color: #787E90;
}
</style>
background-color css
<style>
a { background-color: #787E90; }
a { background-color: rgb(120,126,144); }
div.DivClassName
{
background-color: #787E90;
}
.BgClassName
{
background-color: #787E90;
}
</style>
border-color css
<style>
span { border-color: #787E90; }
span { border-color: rgb(120,126,144); }
td.TdClassName
{
border-color: #787E90;
}
.TagClassName
{
border-color: #787E90;
}
</style>