Shades of Storm Grey #777A88
Tints of Storm Grey #777A88
RGB
CMYK
RGB Variations
Color information
#777A88 (or 0x777A88) is known color: Storm Grey. HEX triplet: 77, 7A and 88. RGB value is (119,122,136). Sum of RGB (Red+Green+Blue) = 119+122+136=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #777A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A88 is #888577. Grayscale: #7A7A7A. Windows color (decimal): -8947064 or 8944247. OLE color: 8944247.
HSL color Cylindrical-coordinate representation of color #777A88: hue angle of 229.41º 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 #777A88 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 122 | 136 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.47 |
| HSL | 229.41º | 0.07% | 0.5% | - |
| HSV(B) | 229.41º | 0.13% | 0.53% | - |
| XYZ | 19.01 | 19.62 | 26.08 | - |
| YUV | 122.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 136 | 0.12 | 0.10 | 0 | 0.47 | 229.41 | 0.07 | 0.5 |
| Hex | 77 | 7A | 88 | C | A | 0 | 2F | E5 | 7 | 32 |
| Octal | 167 | 172 | 210 | 14 | 12 | 0 | 57 | 345 | 7 | 62 |
| Binary | 1110111 | 1111010 | 10001000 | 1100 | 1010 | 0 | 101111 | 11100101 | 111 | 110010 |
Color Harmonies of #777A88
Complementary color
Monochromatic Colors of #777A88
Black with #777A88
Text Example
Text Example
White with #777A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A88; }
p { color: rgb(119,122,136); }
H1.HeaderClassName
{
color: #777A88;
}
.AnyTagClassName
{
color: #777A88;
}
</style>
background-color css
<style>
a { background-color: #777A88; }
a { background-color: rgb(119,122,136); }
div.DivClassName
{
background-color: #777A88;
}
.BgClassName
{
background-color: #777A88;
}
</style>
border-color css
<style>
span { border-color: #777A88; }
span { border-color: rgb(119,122,136); }
td.TdClassName
{
border-color: #777A88;
}
.TagClassName
{
border-color: #777A88;
}
</style>