Shades of Storm Grey #787990
Tints of Storm Grey #787990
RGB
CMYK
RGB Variations
Color information
#787990 (or 0x787990) is known color: Storm Grey. HEX triplet: 78, 79 and 90. RGB value is (120,121,144). Sum of RGB (Red+Green+Blue) = 120+121+144=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #787990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787990 is #87866F. Grayscale: #7B7B7B. Windows color (decimal): -8881776 or 9468280. OLE color: 9468280.
HSL color Cylindrical-coordinate representation of color #787990: hue angle of 237.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 #787990 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 121 | 144 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.44 |
| HSL | 237.5º | 0.1% | 0.52% | - |
| HSV(B) | 237.5º | 0.17% | 0.56% | - |
| XYZ | 19.62 | 19.68 | 29.15 | - |
| YUV | 123.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 144 | 0.17 | 0.16 | 0 | 0.44 | 237.5 | 0.1 | 0.52 |
| Hex | 78 | 79 | 90 | 11 | 10 | 0 | 2C | EE | A | 34 |
| Octal | 170 | 171 | 220 | 21 | 20 | 0 | 54 | 356 | 12 | 64 |
| Binary | 1111000 | 1111001 | 10010000 | 10001 | 10000 | 0 | 101100 | 11101110 | 1010 | 110100 |
Color Harmonies of #787990
Complementary color
Monochromatic Colors of #787990
Black with #787990
Text Example
Text Example
White with #787990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787990; }
p { color: rgb(120,121,144); }
H1.HeaderClassName
{
color: #787990;
}
.AnyTagClassName
{
color: #787990;
}
</style>
background-color css
<style>
a { background-color: #787990; }
a { background-color: rgb(120,121,144); }
div.DivClassName
{
background-color: #787990;
}
.BgClassName
{
background-color: #787990;
}
</style>
border-color css
<style>
span { border-color: #787990; }
span { border-color: rgb(120,121,144); }
td.TdClassName
{
border-color: #787990;
}
.TagClassName
{
border-color: #787990;
}
</style>