Shades of Storm Grey #77787A
Tints of Storm Grey #77787A
RGB
CMYK
RGB Variations
Color information
#77787A (or 0x77787A) is known color: Storm Grey. HEX triplet: 77, 78 and 7A. RGB value is (119,120,122). Sum of RGB (Red+Green+Blue) = 119+120+122=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 122 - color contains mainly: blue. Hex color #77787A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77787A is #888785. Grayscale: #777777. Windows color (decimal): -8947590 or 8026231. OLE color: 8026231.
HSL color Cylindrical-coordinate representation of color #77787A: hue angle of 220º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #77787A is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 120 | 122 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.52 |
| HSL | 220º | 0.01% | 0.47% | - |
| HSV(B) | 220º | 0.02% | 0.48% | - |
| XYZ | 17.84 | 18.76 | 21.09 | - |
| YUV | 119.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 122 | 0.02 | 0.02 | 0 | 0.52 | 220 | 0.01 | 0.47 |
| Hex | 77 | 78 | 7A | 2 | 2 | 0 | 34 | DC | 1 | 2F |
| Octal | 167 | 170 | 172 | 2 | 2 | 0 | 64 | 334 | 1 | 57 |
| Binary | 1110111 | 1111000 | 1111010 | 10 | 10 | 0 | 110100 | 11011100 | 1 | 101111 |
Color Harmonies of #77787A
Complementary color
Monochromatic Colors of #77787A
Black with #77787A
Text Example
Text Example
White with #77787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77787A; }
p { color: rgb(119,120,122); }
H1.HeaderClassName
{
color: #77787A;
}
.AnyTagClassName
{
color: #77787A;
}
</style>
background-color css
<style>
a { background-color: #77787A; }
a { background-color: rgb(119,120,122); }
div.DivClassName
{
background-color: #77787A;
}
.BgClassName
{
background-color: #77787A;
}
</style>
border-color css
<style>
span { border-color: #77787A; }
span { border-color: rgb(119,120,122); }
td.TdClassName
{
border-color: #77787A;
}
.TagClassName
{
border-color: #77787A;
}
</style>