Shades of Storm Grey #777D8A
Tints of Storm Grey #777D8A
RGB
CMYK
RGB Variations
Color information
#777D8A (or 0x777D8A) is known color: Storm Grey. HEX triplet: 77, 7D and 8A. RGB value is (119,125,138). Sum of RGB (Red+Green+Blue) = 119+125+138=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #777D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D8A is #888275. Grayscale: #7C7C7C. Windows color (decimal): -8946294 or 9076087. OLE color: 9076087.
HSL color Cylindrical-coordinate representation of color #777D8A: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777D8A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 125 | 138 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.46 |
| HSL | 221.05º | 0.08% | 0.5% | - |
| HSV(B) | 221.05º | 0.14% | 0.54% | - |
| XYZ | 19.53 | 20.42 | 26.96 | - |
| YUV | 124.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 138 | 0.14 | 0.09 | 0 | 0.46 | 221.05 | 0.08 | 0.5 |
| Hex | 77 | 7D | 8A | E | 9 | 0 | 2E | DD | 8 | 32 |
| Octal | 167 | 175 | 212 | 16 | 11 | 0 | 56 | 335 | 10 | 62 |
| Binary | 1110111 | 1111101 | 10001010 | 1110 | 1001 | 0 | 101110 | 11011101 | 1000 | 110010 |
Color Harmonies of #777D8A
Complementary color
Monochromatic Colors of #777D8A
Black with #777D8A
Text Example
Text Example
White with #777D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D8A; }
p { color: rgb(119,125,138); }
H1.HeaderClassName
{
color: #777D8A;
}
.AnyTagClassName
{
color: #777D8A;
}
</style>
background-color css
<style>
a { background-color: #777D8A; }
a { background-color: rgb(119,125,138); }
div.DivClassName
{
background-color: #777D8A;
}
.BgClassName
{
background-color: #777D8A;
}
</style>
border-color css
<style>
span { border-color: #777D8A; }
span { border-color: rgb(119,125,138); }
td.TdClassName
{
border-color: #777D8A;
}
.TagClassName
{
border-color: #777D8A;
}
</style>