Shades of Storm Grey #787F90
Tints of Storm Grey #787F90
RGB
CMYK
RGB Variations
Color information
#787F90 (or 0x787F90) is known color: Storm Grey. HEX triplet: 78, 7F and 90. RGB value is (120,127,144). Sum of RGB (Red+Green+Blue) = 120+127+144=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #787F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F90 is #87806F. Grayscale: #7E7E7E. Windows color (decimal): -8880240 or 9469816. OLE color: 9469816.
HSL color Cylindrical-coordinate representation of color #787F90: hue angle of 222.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 #787F90 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 127 | 144 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.44 |
| HSL | 222.5º | 0.1% | 0.52% | - |
| HSV(B) | 222.5º | 0.17% | 0.56% | - |
| XYZ | 20.37 | 21.19 | 29.4 | - |
| YUV | 126.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 144 | 0.17 | 0.12 | 0 | 0.44 | 222.5 | 0.1 | 0.52 |
| Hex | 78 | 7F | 90 | 11 | C | 0 | 2C | DE | A | 34 |
| Octal | 170 | 177 | 220 | 21 | 14 | 0 | 54 | 336 | 12 | 64 |
| Binary | 1111000 | 1111111 | 10010000 | 10001 | 1100 | 0 | 101100 | 11011110 | 1010 | 110100 |
Color Harmonies of #787F90
Complementary color
Monochromatic Colors of #787F90
Black with #787F90
Text Example
Text Example
White with #787F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F90; }
p { color: rgb(120,127,144); }
H1.HeaderClassName
{
color: #787F90;
}
.AnyTagClassName
{
color: #787F90;
}
</style>
background-color css
<style>
a { background-color: #787F90; }
a { background-color: rgb(120,127,144); }
div.DivClassName
{
background-color: #787F90;
}
.BgClassName
{
background-color: #787F90;
}
</style>
border-color css
<style>
span { border-color: #787F90; }
span { border-color: rgb(120,127,144); }
td.TdClassName
{
border-color: #787F90;
}
.TagClassName
{
border-color: #787F90;
}
</style>