Shades of Storm Grey #787C89
Tints of Storm Grey #787C89
RGB
CMYK
RGB Variations
Color information
#787C89 (or 0x787C89) is known color: Storm Grey. HEX triplet: 78, 7C and 89. RGB value is (120,124,137). Sum of RGB (Red+Green+Blue) = 120+124+137=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #787C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787C89 is #878376. Grayscale: #7C7C7C. Windows color (decimal): -8881015 or 9010296. OLE color: 9010296.
HSL color Cylindrical-coordinate representation of color #787C89: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787C89 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 124 | 137 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.46 |
| HSL | 225.88º | 0.07% | 0.5% | - |
| HSV(B) | 225.88º | 0.12% | 0.54% | - |
| XYZ | 19.47 | 20.21 | 26.54 | - |
| YUV | 124.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 137 | 0.12 | 0.09 | 0 | 0.46 | 225.88 | 0.07 | 0.5 |
| Hex | 78 | 7C | 89 | C | 9 | 0 | 2E | E2 | 7 | 32 |
| Octal | 170 | 174 | 211 | 14 | 11 | 0 | 56 | 342 | 7 | 62 |
| Binary | 1111000 | 1111100 | 10001001 | 1100 | 1001 | 0 | 101110 | 11100010 | 111 | 110010 |
Color Harmonies of #787C89
Complementary color
Monochromatic Colors of #787C89
Black with #787C89
Text Example
Text Example
White with #787C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787C89; }
p { color: rgb(120,124,137); }
H1.HeaderClassName
{
color: #787C89;
}
.AnyTagClassName
{
color: #787C89;
}
</style>
background-color css
<style>
a { background-color: #787C89; }
a { background-color: rgb(120,124,137); }
div.DivClassName
{
background-color: #787C89;
}
.BgClassName
{
background-color: #787C89;
}
</style>
border-color css
<style>
span { border-color: #787C89; }
span { border-color: rgb(120,124,137); }
td.TdClassName
{
border-color: #787C89;
}
.TagClassName
{
border-color: #787C89;
}
</style>