Shades of Storm Grey #777B95
Tints of Storm Grey #777B95
RGB
CMYK
RGB Variations
Color information
#777B95 (or 0x777B95) is known color: Storm Grey. HEX triplet: 77, 7B and 95. RGB value is (119,123,149). Sum of RGB (Red+Green+Blue) = 119+123+149=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #777B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B95 is #88846A. Grayscale: #7C7C7C. Windows color (decimal): -8946795 or 9796471. OLE color: 9796471.
HSL color Cylindrical-coordinate representation of color #777B95: hue angle of 232º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777B95 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 123 | 149 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.42 |
| HSL | 232º | 0.12% | 0.53% | - |
| HSV(B) | 232º | 0.2% | 0.58% | - |
| XYZ | 20.12 | 20.26 | 31.28 | - |
| YUV | 124.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 149 | 0.20 | 0.17 | 0 | 0.42 | 232 | 0.12 | 0.53 |
| Hex | 77 | 7B | 95 | 14 | 11 | 0 | 2A | E8 | C | 35 |
| Octal | 167 | 173 | 225 | 24 | 21 | 0 | 52 | 350 | 14 | 65 |
| Binary | 1110111 | 1111011 | 10010101 | 10100 | 10001 | 0 | 101010 | 11101000 | 1100 | 110101 |
Color Harmonies of #777B95
Complementary color
Monochromatic Colors of #777B95
Black with #777B95
Text Example
Text Example
White with #777B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B95; }
p { color: rgb(119,123,149); }
H1.HeaderClassName
{
color: #777B95;
}
.AnyTagClassName
{
color: #777B95;
}
</style>
background-color css
<style>
a { background-color: #777B95; }
a { background-color: rgb(119,123,149); }
div.DivClassName
{
background-color: #777B95;
}
.BgClassName
{
background-color: #777B95;
}
</style>
border-color css
<style>
span { border-color: #777B95; }
span { border-color: rgb(119,123,149); }
td.TdClassName
{
border-color: #777B95;
}
.TagClassName
{
border-color: #777B95;
}
</style>