Shades of Storm Grey #777789
Tints of Storm Grey #777789
RGB
CMYK
RGB Variations
Color information
#777789 (or 0x777789) is known color: Storm Grey. HEX triplet: 77, 77 and 89. RGB value is (119,119,137). Sum of RGB (Red+Green+Blue) = 119+119+137=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #777789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777789 is #888876. Grayscale: #787878. Windows color (decimal): -8947831 or 9009015. OLE color: 9009015.
HSL color Cylindrical-coordinate representation of color #777789: hue angle of 240º 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 #777789 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 119 | 137 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.46 |
| HSL | 240º | 0.07% | 0.5% | - |
| HSV(B) | 240º | 0.13% | 0.54% | - |
| XYZ | 18.72 | 18.92 | 26.33 | - |
| YUV | 121.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 137 | 0.13 | 0.13 | 0 | 0.46 | 240 | 0.07 | 0.5 |
| Hex | 77 | 77 | 89 | D | D | 0 | 2E | F0 | 7 | 32 |
| Octal | 167 | 167 | 211 | 15 | 15 | 0 | 56 | 360 | 7 | 62 |
| Binary | 1110111 | 1110111 | 10001001 | 1101 | 1101 | 0 | 101110 | 11110000 | 111 | 110010 |
Color Harmonies of #777789
Complementary color
Monochromatic Colors of #777789
Black with #777789
Text Example
Text Example
White with #777789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777789; }
p { color: rgb(119,119,137); }
H1.HeaderClassName
{
color: #777789;
}
.AnyTagClassName
{
color: #777789;
}
</style>
background-color css
<style>
a { background-color: #777789; }
a { background-color: rgb(119,119,137); }
div.DivClassName
{
background-color: #777789;
}
.BgClassName
{
background-color: #777789;
}
</style>
border-color css
<style>
span { border-color: #777789; }
span { border-color: rgb(119,119,137); }
td.TdClassName
{
border-color: #777789;
}
.TagClassName
{
border-color: #777789;
}
</style>