Shades of Storm Grey #777889
Tints of Storm Grey #777889
RGB
CMYK
RGB Variations
Color information
#777889 (or 0x777889) is known color: Storm Grey. HEX triplet: 77, 78 and 89. RGB value is (119,120,137). Sum of RGB (Red+Green+Blue) = 119+120+137=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #777889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777889 is #888776. Grayscale: #797979. Windows color (decimal): -8947575 or 9009271. OLE color: 9009271.
HSL color Cylindrical-coordinate representation of color #777889: hue angle of 236.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777889 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 120 | 137 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.46 |
| HSL | 236.67º | 0.07% | 0.5% | - |
| HSV(B) | 236.67º | 0.13% | 0.54% | - |
| XYZ | 18.84 | 19.16 | 26.37 | - |
| YUV | 121.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 137 | 0.13 | 0.12 | 0 | 0.46 | 236.67 | 0.07 | 0.5 |
| Hex | 77 | 78 | 89 | D | C | 0 | 2E | ED | 7 | 32 |
| Octal | 167 | 170 | 211 | 15 | 14 | 0 | 56 | 355 | 7 | 62 |
| Binary | 1110111 | 1111000 | 10001001 | 1101 | 1100 | 0 | 101110 | 11101101 | 111 | 110010 |
Color Harmonies of #777889
Complementary color
Monochromatic Colors of #777889
Black with #777889
Text Example
Text Example
White with #777889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777889; }
p { color: rgb(119,120,137); }
H1.HeaderClassName
{
color: #777889;
}
.AnyTagClassName
{
color: #777889;
}
</style>
background-color css
<style>
a { background-color: #777889; }
a { background-color: rgb(119,120,137); }
div.DivClassName
{
background-color: #777889;
}
.BgClassName
{
background-color: #777889;
}
</style>
border-color css
<style>
span { border-color: #777889; }
span { border-color: rgb(119,120,137); }
td.TdClassName
{
border-color: #777889;
}
.TagClassName
{
border-color: #777889;
}
</style>