Shades of Storm Grey #777882
Tints of Storm Grey #777882
RGB
CMYK
RGB Variations
Color information
#777882 (or 0x777882) is known color: Storm Grey. HEX triplet: 77, 78 and 82. RGB value is (119,120,130). Sum of RGB (Red+Green+Blue) = 119+120+130=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #777882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777882 is #88877D. Grayscale: #787878. Windows color (decimal): -8947582 or 8550519. OLE color: 8550519.
HSL color Cylindrical-coordinate representation of color #777882: hue angle of 234.55º 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 #777882 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 120 | 130 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.49 |
| HSL | 234.55º | 0.04% | 0.49% | - |
| HSV(B) | 234.55º | 0.08% | 0.51% | - |
| XYZ | 18.35 | 18.97 | 23.81 | - |
| YUV | 120.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 130 | 0.08 | 0.08 | 0 | 0.49 | 234.55 | 0.04 | 0.49 |
| Hex | 77 | 78 | 82 | 8 | 8 | 0 | 31 | EB | 4 | 31 |
| Octal | 167 | 170 | 202 | 10 | 10 | 0 | 61 | 353 | 4 | 61 |
| Binary | 1110111 | 1111000 | 10000010 | 1000 | 1000 | 0 | 110001 | 11101011 | 100 | 110001 |
Color Harmonies of #777882
Complementary color
Monochromatic Colors of #777882
Black with #777882
Text Example
Text Example
White with #777882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777882; }
p { color: rgb(119,120,130); }
H1.HeaderClassName
{
color: #777882;
}
.AnyTagClassName
{
color: #777882;
}
</style>
background-color css
<style>
a { background-color: #777882; }
a { background-color: rgb(119,120,130); }
div.DivClassName
{
background-color: #777882;
}
.BgClassName
{
background-color: #777882;
}
</style>
border-color css
<style>
span { border-color: #777882; }
span { border-color: rgb(119,120,130); }
td.TdClassName
{
border-color: #777882;
}
.TagClassName
{
border-color: #777882;
}
</style>