Shades of Storm Grey #777E8C
Tints of Storm Grey #777E8C
RGB
CMYK
RGB Variations
Color information
#777E8C (or 0x777E8C) is known color: Storm Grey. HEX triplet: 77, 7E and 8C. RGB value is (119,126,140). Sum of RGB (Red+Green+Blue) = 119+126+140=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #777E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E8C is #888173. Grayscale: #7D7D7D. Windows color (decimal): -8946036 or 9207415. OLE color: 9207415.
HSL color Cylindrical-coordinate representation of color #777E8C: hue angle of 220º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777E8C is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 126 | 140 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.45 |
| HSL | 220º | 0.08% | 0.51% | - |
| HSV(B) | 220º | 0.15% | 0.55% | - |
| XYZ | 19.8 | 20.74 | 27.77 | - |
| YUV | 125.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 140 | 0.15 | 0.10 | 0 | 0.45 | 220 | 0.08 | 0.51 |
| Hex | 77 | 7E | 8C | F | A | 0 | 2D | DC | 8 | 33 |
| Octal | 167 | 176 | 214 | 17 | 12 | 0 | 55 | 334 | 10 | 63 |
| Binary | 1110111 | 1111110 | 10001100 | 1111 | 1010 | 0 | 101101 | 11011100 | 1000 | 110011 |
Color Harmonies of #777E8C
Complementary color
Monochromatic Colors of #777E8C
Black with #777E8C
Text Example
Text Example
White with #777E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E8C; }
p { color: rgb(119,126,140); }
H1.HeaderClassName
{
color: #777E8C;
}
.AnyTagClassName
{
color: #777E8C;
}
</style>
background-color css
<style>
a { background-color: #777E8C; }
a { background-color: rgb(119,126,140); }
div.DivClassName
{
background-color: #777E8C;
}
.BgClassName
{
background-color: #777E8C;
}
</style>
border-color css
<style>
span { border-color: #777E8C; }
span { border-color: rgb(119,126,140); }
td.TdClassName
{
border-color: #777E8C;
}
.TagClassName
{
border-color: #777E8C;
}
</style>