Shades of Storm Grey #777A8C
Tints of Storm Grey #777A8C
RGB
CMYK
RGB Variations
Color information
#777A8C (or 0x777A8C) is known color: Storm Grey. HEX triplet: 77, 7A and 8C. RGB value is (119,122,140). Sum of RGB (Red+Green+Blue) = 119+122+140=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 140 - color contains mainly: blue. Hex color #777A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A8C is #888573. Grayscale: #7B7B7B. Windows color (decimal): -8947060 or 9206391. OLE color: 9206391.
HSL color Cylindrical-coordinate representation of color #777A8C: hue angle of 231.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777A8C is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 122 | 140 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.45 |
| HSL | 231.43º | 0.08% | 0.51% | - |
| HSV(B) | 231.43º | 0.15% | 0.55% | - |
| XYZ | 19.3 | 19.73 | 27.6 | - |
| YUV | 123.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 140 | 0.15 | 0.13 | 0 | 0.45 | 231.43 | 0.08 | 0.51 |
| Hex | 77 | 7A | 8C | F | D | 0 | 2D | E7 | 8 | 33 |
| Octal | 167 | 172 | 214 | 17 | 15 | 0 | 55 | 347 | 10 | 63 |
| Binary | 1110111 | 1111010 | 10001100 | 1111 | 1101 | 0 | 101101 | 11100111 | 1000 | 110011 |
Color Harmonies of #777A8C
Complementary color
Monochromatic Colors of #777A8C
Black with #777A8C
Text Example
Text Example
White with #777A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A8C; }
p { color: rgb(119,122,140); }
H1.HeaderClassName
{
color: #777A8C;
}
.AnyTagClassName
{
color: #777A8C;
}
</style>
background-color css
<style>
a { background-color: #777A8C; }
a { background-color: rgb(119,122,140); }
div.DivClassName
{
background-color: #777A8C;
}
.BgClassName
{
background-color: #777A8C;
}
</style>
border-color css
<style>
span { border-color: #777A8C; }
span { border-color: rgb(119,122,140); }
td.TdClassName
{
border-color: #777A8C;
}
.TagClassName
{
border-color: #777A8C;
}
</style>