Shades of Storm Grey #777A85
Tints of Storm Grey #777A85
RGB
CMYK
RGB Variations
Color information
#777A85 (or 0x777A85) is known color: Storm Grey. HEX triplet: 77, 7A and 85. RGB value is (119,122,133). Sum of RGB (Red+Green+Blue) = 119+122+133=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #777A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A85 is #88857A. Grayscale: #7A7A7A. Windows color (decimal): -8947067 or 8747639. OLE color: 8747639.
HSL color Cylindrical-coordinate representation of color #777A85: hue angle of 227.14º 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 #777A85 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 122 | 133 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.48 |
| HSL | 227.14º | 0.06% | 0.49% | - |
| HSV(B) | 227.14º | 0.11% | 0.52% | - |
| XYZ | 18.8 | 19.53 | 24.97 | - |
| YUV | 122.36 | 134.01 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 133 | 0.11 | 0.08 | 0 | 0.48 | 227.14 | 0.06 | 0.49 |
| Hex | 77 | 7A | 85 | B | 8 | 0 | 30 | E3 | 6 | 31 |
| Octal | 167 | 172 | 205 | 13 | 10 | 0 | 60 | 343 | 6 | 61 |
| Binary | 1110111 | 1111010 | 10000101 | 1011 | 1000 | 0 | 110000 | 11100011 | 110 | 110001 |
Color Harmonies of #777A85
Complementary color
Monochromatic Colors of #777A85
Black with #777A85
Text Example
Text Example
White with #777A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A85; }
p { color: rgb(119,122,133); }
H1.HeaderClassName
{
color: #777A85;
}
.AnyTagClassName
{
color: #777A85;
}
</style>
background-color css
<style>
a { background-color: #777A85; }
a { background-color: rgb(119,122,133); }
div.DivClassName
{
background-color: #777A85;
}
.BgClassName
{
background-color: #777A85;
}
</style>
border-color css
<style>
span { border-color: #777A85; }
span { border-color: rgb(119,122,133); }
td.TdClassName
{
border-color: #777A85;
}
.TagClassName
{
border-color: #777A85;
}
</style>