Shades of Storm Grey #787D90
Tints of Storm Grey #787D90
RGB
CMYK
RGB Variations
Color information
#787D90 (or 0x787D90) is known color: Storm Grey. HEX triplet: 78, 7D and 90. RGB value is (120,125,144). Sum of RGB (Red+Green+Blue) = 120+125+144=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #787D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D90 is #87826F. Grayscale: #7D7D7D. Windows color (decimal): -8880752 or 9469304. OLE color: 9469304.
HSL color Cylindrical-coordinate representation of color #787D90: hue angle of 227.5º 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 #787D90 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 125 | 144 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.44 |
| HSL | 227.5º | 0.1% | 0.52% | - |
| HSV(B) | 227.5º | 0.17% | 0.56% | - |
| XYZ | 20.11 | 20.67 | 29.32 | - |
| YUV | 125.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 144 | 0.17 | 0.13 | 0 | 0.44 | 227.5 | 0.1 | 0.52 |
| Hex | 78 | 7D | 90 | 11 | D | 0 | 2C | E4 | A | 34 |
| Octal | 170 | 175 | 220 | 21 | 15 | 0 | 54 | 344 | 12 | 64 |
| Binary | 1111000 | 1111101 | 10010000 | 10001 | 1101 | 0 | 101100 | 11100100 | 1010 | 110100 |
Color Harmonies of #787D90
Complementary color
Monochromatic Colors of #787D90
Black with #787D90
Text Example
Text Example
White with #787D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D90; }
p { color: rgb(120,125,144); }
H1.HeaderClassName
{
color: #787D90;
}
.AnyTagClassName
{
color: #787D90;
}
</style>
background-color css
<style>
a { background-color: #787D90; }
a { background-color: rgb(120,125,144); }
div.DivClassName
{
background-color: #787D90;
}
.BgClassName
{
background-color: #787D90;
}
</style>
border-color css
<style>
span { border-color: #787D90; }
span { border-color: rgb(120,125,144); }
td.TdClassName
{
border-color: #787D90;
}
.TagClassName
{
border-color: #787D90;
}
</style>