Shades of Storm Grey #777E88
Tints of Storm Grey #777E88
RGB
CMYK
RGB Variations
Color information
#777E88 (or 0x777E88) is known color: Storm Grey. HEX triplet: 77, 7E and 88. RGB value is (119,126,136). Sum of RGB (Red+Green+Blue) = 119+126+136=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #777E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E88 is #888177. Grayscale: #7D7D7D. Windows color (decimal): -8946040 or 8945271. OLE color: 8945271.
HSL color Cylindrical-coordinate representation of color #777E88: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777E88 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 126 | 136 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.47 |
| HSL | 215.29º | 0.07% | 0.5% | - |
| HSV(B) | 215.29º | 0.13% | 0.53% | - |
| XYZ | 19.51 | 20.62 | 26.24 | - |
| YUV | 125.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 136 | 0.12 | 0.07 | 0 | 0.47 | 215.29 | 0.07 | 0.5 |
| Hex | 77 | 7E | 88 | C | 7 | 0 | 2F | D7 | 7 | 32 |
| Octal | 167 | 176 | 210 | 14 | 7 | 0 | 57 | 327 | 7 | 62 |
| Binary | 1110111 | 1111110 | 10001000 | 1100 | 111 | 0 | 101111 | 11010111 | 111 | 110010 |
Color Harmonies of #777E88
Complementary color
Monochromatic Colors of #777E88
Black with #777E88
Text Example
Text Example
White with #777E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E88; }
p { color: rgb(119,126,136); }
H1.HeaderClassName
{
color: #777E88;
}
.AnyTagClassName
{
color: #777E88;
}
</style>
background-color css
<style>
a { background-color: #777E88; }
a { background-color: rgb(119,126,136); }
div.DivClassName
{
background-color: #777E88;
}
.BgClassName
{
background-color: #777E88;
}
</style>
border-color css
<style>
span { border-color: #777E88; }
span { border-color: rgb(119,126,136); }
td.TdClassName
{
border-color: #777E88;
}
.TagClassName
{
border-color: #777E88;
}
</style>