Shades of Storm Grey #7A808D
Tints of Storm Grey #7A808D
RGB
CMYK
RGB Variations
Color information
#7A808D (or 0x7A808D) is known color: Storm Grey. HEX triplet: 7A, 80 and 8D. RGB value is (122,128,141). Sum of RGB (Red+Green+Blue) = 122+128+141=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A808D is #857F72. Grayscale: #7F7F7F. Windows color (decimal): -8748915 or 9273466. OLE color: 9273466.
HSL color Cylindrical-coordinate representation of color #7A808D: hue angle of 221.05º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A808D is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 128 | 141 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.45 |
| HSL | 221.05º | 0.08% | 0.52% | - |
| HSV(B) | 221.05º | 0.13% | 0.55% | - |
| XYZ | 20.55 | 21.5 | 28.27 | - |
| YUV | 127.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 141 | 0.13 | 0.09 | 0 | 0.45 | 221.05 | 0.08 | 0.52 |
| Hex | 7A | 80 | 8D | D | 9 | 0 | 2D | DD | 8 | 34 |
| Octal | 172 | 200 | 215 | 15 | 11 | 0 | 55 | 335 | 10 | 64 |
| Binary | 1111010 | 10000000 | 10001101 | 1101 | 1001 | 0 | 101101 | 11011101 | 1000 | 110100 |
Color Harmonies of #7A808D
Complementary color
Monochromatic Colors of #7A808D
Black with #7A808D
Text Example
Text Example
White with #7A808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A808D; }
p { color: rgb(122,128,141); }
H1.HeaderClassName
{
color: #7A808D;
}
.AnyTagClassName
{
color: #7A808D;
}
</style>
background-color css
<style>
a { background-color: #7A808D; }
a { background-color: rgb(122,128,141); }
div.DivClassName
{
background-color: #7A808D;
}
.BgClassName
{
background-color: #7A808D;
}
</style>
border-color css
<style>
span { border-color: #7A808D; }
span { border-color: rgb(122,128,141); }
td.TdClassName
{
border-color: #7A808D;
}
.TagClassName
{
border-color: #7A808D;
}
</style>