Shades of Storm Grey #777A96
Tints of Storm Grey #777A96
RGB
CMYK
RGB Variations
Color information
#777A96 (or 0x777A96) is known color: Storm Grey. HEX triplet: 77, 7A and 96. RGB value is (119,122,150). Sum of RGB (Red+Green+Blue) = 119+122+150=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 150 - color contains mainly: blue. Hex color #777A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A96 is #888569. Grayscale: #7C7C7C. Windows color (decimal): -8947050 or 9861751. OLE color: 9861751.
HSL color Cylindrical-coordinate representation of color #777A96: hue angle of 234.19º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777A96 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 122 | 150 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.41 |
| HSL | 234.19º | 0.13% | 0.53% | - |
| HSV(B) | 234.19º | 0.21% | 0.59% | - |
| XYZ | 20.07 | 20.04 | 31.66 | - |
| YUV | 124.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 150 | 0.21 | 0.19 | 0 | 0.41 | 234.19 | 0.13 | 0.53 |
| Hex | 77 | 7A | 96 | 15 | 13 | 0 | 29 | EA | D | 35 |
| Octal | 167 | 172 | 226 | 25 | 23 | 0 | 51 | 352 | 15 | 65 |
| Binary | 1110111 | 1111010 | 10010110 | 10101 | 10011 | 0 | 101001 | 11101010 | 1101 | 110101 |
Color Harmonies of #777A96
Complementary color
Monochromatic Colors of #777A96
Black with #777A96
Text Example
Text Example
White with #777A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A96; }
p { color: rgb(119,122,150); }
H1.HeaderClassName
{
color: #777A96;
}
.AnyTagClassName
{
color: #777A96;
}
</style>
background-color css
<style>
a { background-color: #777A96; }
a { background-color: rgb(119,122,150); }
div.DivClassName
{
background-color: #777A96;
}
.BgClassName
{
background-color: #777A96;
}
</style>
border-color css
<style>
span { border-color: #777A96; }
span { border-color: rgb(119,122,150); }
td.TdClassName
{
border-color: #777A96;
}
.TagClassName
{
border-color: #777A96;
}
</style>