Shades of Storm Grey #77778D
Tints of Storm Grey #77778D
RGB
CMYK
RGB Variations
Color information
#77778D (or 0x77778D) is known color: Storm Grey. HEX triplet: 77, 77 and 8D. RGB value is (119,119,141). Sum of RGB (Red+Green+Blue) = 119+119+141=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #77778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77778D is #888872. Grayscale: #797979. Windows color (decimal): -8947827 or 9271159. OLE color: 9271159.
HSL color Cylindrical-coordinate representation of color #77778D: hue angle of 240º 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 #77778D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 119 | 141 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.45 |
| HSL | 240º | 0.09% | 0.51% | - |
| HSV(B) | 240º | 0.16% | 0.55% | - |
| XYZ | 19.01 | 19.04 | 27.87 | - |
| YUV | 121.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 141 | 0.16 | 0.16 | 0 | 0.45 | 240 | 0.09 | 0.51 |
| Hex | 77 | 77 | 8D | 10 | 10 | 0 | 2D | F0 | 9 | 33 |
| Octal | 167 | 167 | 215 | 20 | 20 | 0 | 55 | 360 | 11 | 63 |
| Binary | 1110111 | 1110111 | 10001101 | 10000 | 10000 | 0 | 101101 | 11110000 | 1001 | 110011 |
Color Harmonies of #77778D
Complementary color
Monochromatic Colors of #77778D
Black with #77778D
Text Example
Text Example
White with #77778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77778D; }
p { color: rgb(119,119,141); }
H1.HeaderClassName
{
color: #77778D;
}
.AnyTagClassName
{
color: #77778D;
}
</style>
background-color css
<style>
a { background-color: #77778D; }
a { background-color: rgb(119,119,141); }
div.DivClassName
{
background-color: #77778D;
}
.BgClassName
{
background-color: #77778D;
}
</style>
border-color css
<style>
span { border-color: #77778D; }
span { border-color: rgb(119,119,141); }
td.TdClassName
{
border-color: #77778D;
}
.TagClassName
{
border-color: #77778D;
}
</style>