Shades of Storm Grey #77787D
Tints of Storm Grey #77787D
RGB
CMYK
RGB Variations
Color information
#77787D (or 0x77787D) is known color: Storm Grey. HEX triplet: 77, 78 and 7D. RGB value is (119,120,125). Sum of RGB (Red+Green+Blue) = 119+120+125=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #77787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77787D is #888782. Grayscale: #787878. Windows color (decimal): -8947587 or 8222839. OLE color: 8222839.
HSL color Cylindrical-coordinate representation of color #77787D: hue angle of 230º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #77787D is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 120 | 125 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.51 |
| HSL | 230º | 0.02% | 0.48% | - |
| HSV(B) | 230º | 0.05% | 0.49% | - |
| XYZ | 18.03 | 18.84 | 22.09 | - |
| YUV | 120.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 125 | 0.05 | 0.04 | 0 | 0.51 | 230 | 0.02 | 0.48 |
| Hex | 77 | 78 | 7D | 5 | 4 | 0 | 33 | E6 | 2 | 30 |
| Octal | 167 | 170 | 175 | 5 | 4 | 0 | 63 | 346 | 2 | 60 |
| Binary | 1110111 | 1111000 | 1111101 | 101 | 100 | 0 | 110011 | 11100110 | 10 | 110000 |
Color Harmonies of #77787D
Complementary color
Monochromatic Colors of #77787D
Black with #77787D
Text Example
Text Example
White with #77787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77787D; }
p { color: rgb(119,120,125); }
H1.HeaderClassName
{
color: #77787D;
}
.AnyTagClassName
{
color: #77787D;
}
</style>
background-color css
<style>
a { background-color: #77787D; }
a { background-color: rgb(119,120,125); }
div.DivClassName
{
background-color: #77787D;
}
.BgClassName
{
background-color: #77787D;
}
</style>
border-color css
<style>
span { border-color: #77787D; }
span { border-color: rgb(119,120,125); }
td.TdClassName
{
border-color: #77787D;
}
.TagClassName
{
border-color: #77787D;
}
</style>