Shades of Storm Grey #777982
Tints of Storm Grey #777982
RGB
CMYK
RGB Variations
Color information
#777982 (or 0x777982) is known color: Storm Grey. HEX triplet: 77, 79 and 82. RGB value is (119,121,130). Sum of RGB (Red+Green+Blue) = 119+121+130=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 130 - color contains mainly: blue. Hex color #777982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777982 is #88867D. Grayscale: #797979. Windows color (decimal): -8947326 or 8550775. OLE color: 8550775.
HSL color Cylindrical-coordinate representation of color #777982: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #777982 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 121 | 130 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.49 |
| HSL | 229.09º | 0.04% | 0.49% | - |
| HSV(B) | 229.09º | 0.08% | 0.51% | - |
| XYZ | 18.47 | 19.21 | 23.85 | - |
| YUV | 121.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 130 | 0.08 | 0.07 | 0 | 0.49 | 229.09 | 0.04 | 0.49 |
| Hex | 77 | 79 | 82 | 8 | 7 | 0 | 31 | E5 | 4 | 31 |
| Octal | 167 | 171 | 202 | 10 | 7 | 0 | 61 | 345 | 4 | 61 |
| Binary | 1110111 | 1111001 | 10000010 | 1000 | 111 | 0 | 110001 | 11100101 | 100 | 110001 |
Color Harmonies of #777982
Complementary color
Monochromatic Colors of #777982
Black with #777982
Text Example
Text Example
White with #777982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777982; }
p { color: rgb(119,121,130); }
H1.HeaderClassName
{
color: #777982;
}
.AnyTagClassName
{
color: #777982;
}
</style>
background-color css
<style>
a { background-color: #777982; }
a { background-color: rgb(119,121,130); }
div.DivClassName
{
background-color: #777982;
}
.BgClassName
{
background-color: #777982;
}
</style>
border-color css
<style>
span { border-color: #777982; }
span { border-color: rgb(119,121,130); }
td.TdClassName
{
border-color: #777982;
}
.TagClassName
{
border-color: #777982;
}
</style>