Shades of Storm Grey #777C86
Tints of Storm Grey #777C86
RGB
CMYK
RGB Variations
Color information
#777C86 (or 0x777C86) is known color: Storm Grey. HEX triplet: 77, 7C and 86. RGB value is (119,124,134). Sum of RGB (Red+Green+Blue) = 119+124+134=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #777C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C86 is #888379. Grayscale: #7B7B7B. Windows color (decimal): -8946554 or 8813687. OLE color: 8813687.
HSL color Cylindrical-coordinate representation of color #777C86: hue angle of 220º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777C86 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 124 | 134 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.47 |
| HSL | 220º | 0.06% | 0.5% | - |
| HSV(B) | 220º | 0.11% | 0.53% | - |
| XYZ | 19.12 | 20.06 | 25.42 | - |
| YUV | 123.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 134 | 0.11 | 0.07 | 0 | 0.47 | 220 | 0.06 | 0.5 |
| Hex | 77 | 7C | 86 | B | 7 | 0 | 2F | DC | 6 | 32 |
| Octal | 167 | 174 | 206 | 13 | 7 | 0 | 57 | 334 | 6 | 62 |
| Binary | 1110111 | 1111100 | 10000110 | 1011 | 111 | 0 | 101111 | 11011100 | 110 | 110010 |
Color Harmonies of #777C86
Complementary color
Monochromatic Colors of #777C86
Black with #777C86
Text Example
Text Example
White with #777C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C86; }
p { color: rgb(119,124,134); }
H1.HeaderClassName
{
color: #777C86;
}
.AnyTagClassName
{
color: #777C86;
}
</style>
background-color css
<style>
a { background-color: #777C86; }
a { background-color: rgb(119,124,134); }
div.DivClassName
{
background-color: #777C86;
}
.BgClassName
{
background-color: #777C86;
}
</style>
border-color css
<style>
span { border-color: #777C86; }
span { border-color: rgb(119,124,134); }
td.TdClassName
{
border-color: #777C86;
}
.TagClassName
{
border-color: #777C86;
}
</style>