Shades of Storm Grey #787E89
Tints of Storm Grey #787E89
RGB
CMYK
RGB Variations
Color information
#787E89 (or 0x787E89) is known color: Storm Grey. HEX triplet: 78, 7E and 89. RGB value is (120,126,137). Sum of RGB (Red+Green+Blue) = 120+126+137=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #787E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E89 is #878176. Grayscale: #7D7D7D. Windows color (decimal): -8880503 or 9010808. OLE color: 9010808.
HSL color Cylindrical-coordinate representation of color #787E89: hue angle of 218.82º 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 #787E89 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 126 | 137 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.46 |
| HSL | 218.82º | 0.07% | 0.5% | - |
| HSV(B) | 218.82º | 0.12% | 0.54% | - |
| XYZ | 19.72 | 20.72 | 26.63 | - |
| YUV | 125.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 137 | 0.12 | 0.08 | 0 | 0.46 | 218.82 | 0.07 | 0.5 |
| Hex | 78 | 7E | 89 | C | 8 | 0 | 2E | DB | 7 | 32 |
| Octal | 170 | 176 | 211 | 14 | 10 | 0 | 56 | 333 | 7 | 62 |
| Binary | 1111000 | 1111110 | 10001001 | 1100 | 1000 | 0 | 101110 | 11011011 | 111 | 110010 |
Color Harmonies of #787E89
Complementary color
Monochromatic Colors of #787E89
Black with #787E89
Text Example
Text Example
White with #787E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E89; }
p { color: rgb(120,126,137); }
H1.HeaderClassName
{
color: #787E89;
}
.AnyTagClassName
{
color: #787E89;
}
</style>
background-color css
<style>
a { background-color: #787E89; }
a { background-color: rgb(120,126,137); }
div.DivClassName
{
background-color: #787E89;
}
.BgClassName
{
background-color: #787E89;
}
</style>
border-color css
<style>
span { border-color: #787E89; }
span { border-color: rgb(120,126,137); }
td.TdClassName
{
border-color: #787E89;
}
.TagClassName
{
border-color: #787E89;
}
</style>