Shades of Storm Grey #777B8D
Tints of Storm Grey #777B8D
RGB
CMYK
RGB Variations
Color information
#777B8D (or 0x777B8D) is known color: Storm Grey. HEX triplet: 77, 7B and 8D. RGB value is (119,123,141). Sum of RGB (Red+Green+Blue) = 119+123+141=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #777B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B8D is #888472. Grayscale: #7B7B7B. Windows color (decimal): -8946803 or 9272183. OLE color: 9272183.
HSL color Cylindrical-coordinate representation of color #777B8D: hue angle of 229.09º 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 #777B8D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 123 | 141 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.45 |
| HSL | 229.09º | 0.09% | 0.51% | - |
| HSV(B) | 229.09º | 0.16% | 0.55% | - |
| XYZ | 19.5 | 20.01 | 28.03 | - |
| YUV | 123.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 123 | 141 | 0.16 | 0.13 | 0 | 0.45 | 229.09 | 0.09 | 0.51 |
| Hex | 77 | 7B | 8D | 10 | D | 0 | 2D | E5 | 9 | 33 |
| Octal | 167 | 173 | 215 | 20 | 15 | 0 | 55 | 345 | 11 | 63 |
| Binary | 1110111 | 1111011 | 10001101 | 10000 | 1101 | 0 | 101101 | 11100101 | 1001 | 110011 |
Color Harmonies of #777B8D
Complementary color
Monochromatic Colors of #777B8D
Black with #777B8D
Text Example
Text Example
White with #777B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777B8D; }
p { color: rgb(119,123,141); }
H1.HeaderClassName
{
color: #777B8D;
}
.AnyTagClassName
{
color: #777B8D;
}
</style>
background-color css
<style>
a { background-color: #777B8D; }
a { background-color: rgb(119,123,141); }
div.DivClassName
{
background-color: #777B8D;
}
.BgClassName
{
background-color: #777B8D;
}
</style>
border-color css
<style>
span { border-color: #777B8D; }
span { border-color: rgb(119,123,141); }
td.TdClassName
{
border-color: #777B8D;
}
.TagClassName
{
border-color: #777B8D;
}
</style>