Shades of Storm Grey #777D8C
Tints of Storm Grey #777D8C
RGB
CMYK
RGB Variations
Color information
#777D8C (or 0x777D8C) is known color: Storm Grey. HEX triplet: 77, 7D and 8C. RGB value is (119,125,140). Sum of RGB (Red+Green+Blue) = 119+125+140=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #777D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D8C is #888273. Grayscale: #7C7C7C. Windows color (decimal): -8946292 or 9207159. OLE color: 9207159.
HSL color Cylindrical-coordinate representation of color #777D8C: hue angle of 222.86º 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 #777D8C is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 125 | 140 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.45 |
| HSL | 222.86º | 0.08% | 0.51% | - |
| HSV(B) | 222.86º | 0.15% | 0.55% | - |
| XYZ | 19.67 | 20.48 | 27.73 | - |
| YUV | 124.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 140 | 0.15 | 0.11 | 0 | 0.45 | 222.86 | 0.08 | 0.51 |
| Hex | 77 | 7D | 8C | F | B | 0 | 2D | DF | 8 | 33 |
| Octal | 167 | 175 | 214 | 17 | 13 | 0 | 55 | 337 | 10 | 63 |
| Binary | 1110111 | 1111101 | 10001100 | 1111 | 1011 | 0 | 101101 | 11011111 | 1000 | 110011 |
Color Harmonies of #777D8C
Complementary color
Monochromatic Colors of #777D8C
Black with #777D8C
Text Example
Text Example
White with #777D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D8C; }
p { color: rgb(119,125,140); }
H1.HeaderClassName
{
color: #777D8C;
}
.AnyTagClassName
{
color: #777D8C;
}
</style>
background-color css
<style>
a { background-color: #777D8C; }
a { background-color: rgb(119,125,140); }
div.DivClassName
{
background-color: #777D8C;
}
.BgClassName
{
background-color: #777D8C;
}
</style>
border-color css
<style>
span { border-color: #777D8C; }
span { border-color: rgb(119,125,140); }
td.TdClassName
{
border-color: #777D8C;
}
.TagClassName
{
border-color: #777D8C;
}
</style>