Shades of Storm Grey #777C8E
Tints of Storm Grey #777C8E
RGB
CMYK
RGB Variations
Color information
#777C8E (or 0x777C8E) is known color: Storm Grey. HEX triplet: 77, 7C and 8E. RGB value is (119,124,142). Sum of RGB (Red+Green+Blue) = 119+124+142=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #777C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C8E is #888371. Grayscale: #7C7C7C. Windows color (decimal): -8946546 or 9337975. OLE color: 9337975.
HSL color Cylindrical-coordinate representation of color #777C8E: hue angle of 226.96º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777C8E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 124 | 142 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.44 |
| HSL | 226.96º | 0.09% | 0.51% | - |
| HSV(B) | 226.96º | 0.16% | 0.56% | - |
| XYZ | 19.7 | 20.29 | 28.47 | - |
| YUV | 124.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 142 | 0.16 | 0.13 | 0 | 0.44 | 226.96 | 0.09 | 0.51 |
| Hex | 77 | 7C | 8E | 10 | D | 0 | 2C | E3 | 9 | 33 |
| Octal | 167 | 174 | 216 | 20 | 15 | 0 | 54 | 343 | 11 | 63 |
| Binary | 1110111 | 1111100 | 10001110 | 10000 | 1101 | 0 | 101100 | 11100011 | 1001 | 110011 |
Color Harmonies of #777C8E
Complementary color
Monochromatic Colors of #777C8E
Black with #777C8E
Text Example
Text Example
White with #777C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C8E; }
p { color: rgb(119,124,142); }
H1.HeaderClassName
{
color: #777C8E;
}
.AnyTagClassName
{
color: #777C8E;
}
</style>
background-color css
<style>
a { background-color: #777C8E; }
a { background-color: rgb(119,124,142); }
div.DivClassName
{
background-color: #777C8E;
}
.BgClassName
{
background-color: #777C8E;
}
</style>
border-color css
<style>
span { border-color: #777C8E; }
span { border-color: rgb(119,124,142); }
td.TdClassName
{
border-color: #777C8E;
}
.TagClassName
{
border-color: #777C8E;
}
</style>