Shades of Storm Grey #787A8E
Tints of Storm Grey #787A8E
RGB
CMYK
RGB Variations
Color information
#787A8E (or 0x787A8E) is known color: Storm Grey. HEX triplet: 78, 7A and 8E. RGB value is (120,122,142). Sum of RGB (Red+Green+Blue) = 120+122+142=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #787A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A8E is #878571. Grayscale: #7B7B7B. Windows color (decimal): -8881522 or 9337464. OLE color: 9337464.
HSL color Cylindrical-coordinate representation of color #787A8E: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #787A8E is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 122 | 142 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.44 |
| HSL | 234.55º | 0.09% | 0.51% | - |
| HSV(B) | 234.55º | 0.15% | 0.56% | - |
| XYZ | 19.59 | 19.87 | 28.39 | - |
| YUV | 123.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 142 | 0.15 | 0.14 | 0 | 0.44 | 234.55 | 0.09 | 0.51 |
| Hex | 78 | 7A | 8E | F | E | 0 | 2C | EB | 9 | 33 |
| Octal | 170 | 172 | 216 | 17 | 16 | 0 | 54 | 353 | 11 | 63 |
| Binary | 1111000 | 1111010 | 10001110 | 1111 | 1110 | 0 | 101100 | 11101011 | 1001 | 110011 |
Color Harmonies of #787A8E
Complementary color
Monochromatic Colors of #787A8E
Black with #787A8E
Text Example
Text Example
White with #787A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A8E; }
p { color: rgb(120,122,142); }
H1.HeaderClassName
{
color: #787A8E;
}
.AnyTagClassName
{
color: #787A8E;
}
</style>
background-color css
<style>
a { background-color: #787A8E; }
a { background-color: rgb(120,122,142); }
div.DivClassName
{
background-color: #787A8E;
}
.BgClassName
{
background-color: #787A8E;
}
</style>
border-color css
<style>
span { border-color: #787A8E; }
span { border-color: rgb(120,122,142); }
td.TdClassName
{
border-color: #787A8E;
}
.TagClassName
{
border-color: #787A8E;
}
</style>