Shades of Storm Grey #787B89
Tints of Storm Grey #787B89
RGB
CMYK
RGB Variations
Color information
#787B89 (or 0x787B89) is known color: Storm Grey. HEX triplet: 78, 7B and 89. RGB value is (120,123,137). Sum of RGB (Red+Green+Blue) = 120+123+137=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #787B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787B89 is #878476. Grayscale: #7B7B7B. Windows color (decimal): -8881271 or 9010040. OLE color: 9010040.
HSL color Cylindrical-coordinate representation of color #787B89: hue angle of 229.41º 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 #787B89 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 123 | 137 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.46 |
| HSL | 229.41º | 0.07% | 0.5% | - |
| HSV(B) | 229.41º | 0.12% | 0.54% | - |
| XYZ | 19.34 | 19.97 | 26.5 | - |
| YUV | 123.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 137 | 0.12 | 0.10 | 0 | 0.46 | 229.41 | 0.07 | 0.5 |
| Hex | 78 | 7B | 89 | C | A | 0 | 2E | E5 | 7 | 32 |
| Octal | 170 | 173 | 211 | 14 | 12 | 0 | 56 | 345 | 7 | 62 |
| Binary | 1111000 | 1111011 | 10001001 | 1100 | 1010 | 0 | 101110 | 11100101 | 111 | 110010 |
Color Harmonies of #787B89
Complementary color
Monochromatic Colors of #787B89
Black with #787B89
Text Example
Text Example
White with #787B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B89; }
p { color: rgb(120,123,137); }
H1.HeaderClassName
{
color: #787B89;
}
.AnyTagClassName
{
color: #787B89;
}
</style>
background-color css
<style>
a { background-color: #787B89; }
a { background-color: rgb(120,123,137); }
div.DivClassName
{
background-color: #787B89;
}
.BgClassName
{
background-color: #787B89;
}
</style>
border-color css
<style>
span { border-color: #787B89; }
span { border-color: rgb(120,123,137); }
td.TdClassName
{
border-color: #787B89;
}
.TagClassName
{
border-color: #787B89;
}
</style>