Shades of Storm Grey #777785
Tints of Storm Grey #777785
RGB
CMYK
RGB Variations
Color information
#777785 (or 0x777785) is known color: Storm Grey. HEX triplet: 77, 77 and 85. RGB value is (119,119,133). Sum of RGB (Red+Green+Blue) = 119+119+133=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #777785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777785 is #88887A. Grayscale: #787878. Windows color (decimal): -8947835 or 8746871. OLE color: 8746871.
HSL color Cylindrical-coordinate representation of color #777785: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777785 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 119 | 133 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.48 |
| HSL | 240º | 0.06% | 0.49% | - |
| HSV(B) | 240º | 0.11% | 0.52% | - |
| XYZ | 18.44 | 18.81 | 24.85 | - |
| YUV | 120.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 133 | 0.11 | 0.11 | 0 | 0.48 | 240 | 0.06 | 0.49 |
| Hex | 77 | 77 | 85 | B | B | 0 | 30 | F0 | 6 | 31 |
| Octal | 167 | 167 | 205 | 13 | 13 | 0 | 60 | 360 | 6 | 61 |
| Binary | 1110111 | 1110111 | 10000101 | 1011 | 1011 | 0 | 110000 | 11110000 | 110 | 110001 |
Color Harmonies of #777785
Complementary color
Monochromatic Colors of #777785
Black with #777785
Text Example
Text Example
White with #777785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777785; }
p { color: rgb(119,119,133); }
H1.HeaderClassName
{
color: #777785;
}
.AnyTagClassName
{
color: #777785;
}
</style>
background-color css
<style>
a { background-color: #777785; }
a { background-color: rgb(119,119,133); }
div.DivClassName
{
background-color: #777785;
}
.BgClassName
{
background-color: #777785;
}
</style>
border-color css
<style>
span { border-color: #777785; }
span { border-color: rgb(119,119,133); }
td.TdClassName
{
border-color: #777785;
}
.TagClassName
{
border-color: #777785;
}
</style>