Shades of Storm Grey #777D8D
Tints of Storm Grey #777D8D
RGB
CMYK
RGB Variations
Color information
#777D8D (or 0x777D8D) is known color: Storm Grey. HEX triplet: 77, 7D and 8D. RGB value is (119,125,141). Sum of RGB (Red+Green+Blue) = 119+125+141=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #777D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D8D is #888272. Grayscale: #7C7C7C. Windows color (decimal): -8946291 or 9272695. OLE color: 9272695.
HSL color Cylindrical-coordinate representation of color #777D8D: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777D8D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 125 | 141 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.45 |
| HSL | 223.64º | 0.09% | 0.51% | - |
| HSV(B) | 223.64º | 0.16% | 0.55% | - |
| XYZ | 19.75 | 20.51 | 28.12 | - |
| YUV | 125.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 141 | 0.16 | 0.11 | 0 | 0.45 | 223.64 | 0.09 | 0.51 |
| Hex | 77 | 7D | 8D | 10 | B | 0 | 2D | E0 | 9 | 33 |
| Octal | 167 | 175 | 215 | 20 | 13 | 0 | 55 | 340 | 11 | 63 |
| Binary | 1110111 | 1111101 | 10001101 | 10000 | 1011 | 0 | 101101 | 11100000 | 1001 | 110011 |
Color Harmonies of #777D8D
Complementary color
Monochromatic Colors of #777D8D
Black with #777D8D
Text Example
Text Example
White with #777D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D8D; }
p { color: rgb(119,125,141); }
H1.HeaderClassName
{
color: #777D8D;
}
.AnyTagClassName
{
color: #777D8D;
}
</style>
background-color css
<style>
a { background-color: #777D8D; }
a { background-color: rgb(119,125,141); }
div.DivClassName
{
background-color: #777D8D;
}
.BgClassName
{
background-color: #777D8D;
}
</style>
border-color css
<style>
span { border-color: #777D8D; }
span { border-color: rgb(119,125,141); }
td.TdClassName
{
border-color: #777D8D;
}
.TagClassName
{
border-color: #777D8D;
}
</style>