Shades of Storm Grey #777A90
Tints of Storm Grey #777A90
RGB
CMYK
RGB Variations
Color information
#777A90 (or 0x777A90) is known color: Storm Grey. HEX triplet: 77, 7A and 90. RGB value is (119,122,144). Sum of RGB (Red+Green+Blue) = 119+122+144=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #777A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A90 is #88856F. Grayscale: #7B7B7B. Windows color (decimal): -8947056 or 9468535. OLE color: 9468535.
HSL color Cylindrical-coordinate representation of color #777A90: hue angle of 232.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #777A90 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 122 | 144 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.44 |
| HSL | 232.8º | 0.1% | 0.52% | - |
| HSV(B) | 232.8º | 0.17% | 0.56% | - |
| XYZ | 19.6 | 19.85 | 29.18 | - |
| YUV | 123.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 144 | 0.17 | 0.15 | 0 | 0.44 | 232.8 | 0.1 | 0.52 |
| Hex | 77 | 7A | 90 | 11 | F | 0 | 2C | E9 | A | 34 |
| Octal | 167 | 172 | 220 | 21 | 17 | 0 | 54 | 351 | 12 | 64 |
| Binary | 1110111 | 1111010 | 10010000 | 10001 | 1111 | 0 | 101100 | 11101001 | 1010 | 110100 |
Color Harmonies of #777A90
Complementary color
Monochromatic Colors of #777A90
Black with #777A90
Text Example
Text Example
White with #777A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A90; }
p { color: rgb(119,122,144); }
H1.HeaderClassName
{
color: #777A90;
}
.AnyTagClassName
{
color: #777A90;
}
</style>
background-color css
<style>
a { background-color: #777A90; }
a { background-color: rgb(119,122,144); }
div.DivClassName
{
background-color: #777A90;
}
.BgClassName
{
background-color: #777A90;
}
</style>
border-color css
<style>
span { border-color: #777A90; }
span { border-color: rgb(119,122,144); }
td.TdClassName
{
border-color: #777A90;
}
.TagClassName
{
border-color: #777A90;
}
</style>