Shades of Storm Grey #777C8A
Tints of Storm Grey #777C8A
RGB
CMYK
RGB Variations
Color information
#777C8A (or 0x777C8A) is known color: Storm Grey. HEX triplet: 77, 7C and 8A. RGB value is (119,124,138). Sum of RGB (Red+Green+Blue) = 119+124+138=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #777C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777C8A is #888375. Grayscale: #7C7C7C. Windows color (decimal): -8946550 or 9075831. OLE color: 9075831.
HSL color Cylindrical-coordinate representation of color #777C8A: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777C8A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 124 | 138 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.46 |
| HSL | 224.21º | 0.08% | 0.5% | - |
| HSV(B) | 224.21º | 0.14% | 0.54% | - |
| XYZ | 19.4 | 20.17 | 26.92 | - |
| YUV | 124.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 138 | 0.14 | 0.10 | 0 | 0.46 | 224.21 | 0.08 | 0.5 |
| Hex | 77 | 7C | 8A | E | A | 0 | 2E | E0 | 8 | 32 |
| Octal | 167 | 174 | 212 | 16 | 12 | 0 | 56 | 340 | 10 | 62 |
| Binary | 1110111 | 1111100 | 10001010 | 1110 | 1010 | 0 | 101110 | 11100000 | 1000 | 110010 |
Color Harmonies of #777C8A
Complementary color
Monochromatic Colors of #777C8A
Black with #777C8A
Text Example
Text Example
White with #777C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C8A; }
p { color: rgb(119,124,138); }
H1.HeaderClassName
{
color: #777C8A;
}
.AnyTagClassName
{
color: #777C8A;
}
</style>
background-color css
<style>
a { background-color: #777C8A; }
a { background-color: rgb(119,124,138); }
div.DivClassName
{
background-color: #777C8A;
}
.BgClassName
{
background-color: #777C8A;
}
</style>
border-color css
<style>
span { border-color: #777C8A; }
span { border-color: rgb(119,124,138); }
td.TdClassName
{
border-color: #777C8A;
}
.TagClassName
{
border-color: #777C8A;
}
</style>