Shades of Storm Grey #777B90
Tints of Storm Grey #777B90
RGB
CMYK
RGB Variations
Color information
#777B90 (or 0x777B90) is known color: Storm Grey. HEX triplet: 77, 7B and 90. RGB value is (119,123,144). Sum of RGB (Red+Green+Blue) = 119+123+144=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #777B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B90 is #88846F. Grayscale: #7C7C7C. Windows color (decimal): -8946800 or 9468791. OLE color: 9468791.
HSL color Cylindrical-coordinate representation of color #777B90: hue angle of 230.4º 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 #777B90 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 123 | 144 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.44 |
| HSL | 230.4º | 0.1% | 0.52% | - |
| HSV(B) | 230.4º | 0.17% | 0.56% | - |
| XYZ | 19.72 | 20.1 | 29.23 | - |
| YUV | 124.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 144 | 0.17 | 0.15 | 0 | 0.44 | 230.4 | 0.1 | 0.52 |
| Hex | 77 | 7B | 90 | 11 | F | 0 | 2C | E6 | A | 34 |
| Octal | 167 | 173 | 220 | 21 | 17 | 0 | 54 | 346 | 12 | 64 |
| Binary | 1110111 | 1111011 | 10010000 | 10001 | 1111 | 0 | 101100 | 11100110 | 1010 | 110100 |
Color Harmonies of #777B90
Complementary color
Monochromatic Colors of #777B90
Black with #777B90
Text Example
Text Example
White with #777B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B90; }
p { color: rgb(119,123,144); }
H1.HeaderClassName
{
color: #777B90;
}
.AnyTagClassName
{
color: #777B90;
}
</style>
background-color css
<style>
a { background-color: #777B90; }
a { background-color: rgb(119,123,144); }
div.DivClassName
{
background-color: #777B90;
}
.BgClassName
{
background-color: #777B90;
}
</style>
border-color css
<style>
span { border-color: #777B90; }
span { border-color: rgb(119,123,144); }
td.TdClassName
{
border-color: #777B90;
}
.TagClassName
{
border-color: #777B90;
}
</style>