Shades of Storm Grey #7A808B
Tints of Storm Grey #7A808B
RGB
CMYK
RGB Variations
Color information
#7A808B (or 0x7A808B) is known color: Storm Grey. HEX triplet: 7A, 80 and 8B. RGB value is (122,128,139). Sum of RGB (Red+Green+Blue) = 122+128+139=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A808B is #857F74. Grayscale: #7F7F7F. Windows color (decimal): -8748917 or 9142394. OLE color: 9142394.
HSL color Cylindrical-coordinate representation of color #7A808B: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A808B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 128 | 139 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.45 |
| HSL | 218.82º | 0.07% | 0.51% | - |
| HSV(B) | 218.82º | 0.12% | 0.55% | - |
| XYZ | 20.41 | 21.44 | 27.49 | - |
| YUV | 127.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 139 | 0.12 | 0.08 | 0 | 0.45 | 218.82 | 0.07 | 0.51 |
| Hex | 7A | 80 | 8B | C | 8 | 0 | 2D | DB | 7 | 33 |
| Octal | 172 | 200 | 213 | 14 | 10 | 0 | 55 | 333 | 7 | 63 |
| Binary | 1111010 | 10000000 | 10001011 | 1100 | 1000 | 0 | 101101 | 11011011 | 111 | 110011 |
Color Harmonies of #7A808B
Complementary color
Monochromatic Colors of #7A808B
Black with #7A808B
Text Example
Text Example
White with #7A808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A808B; }
p { color: rgb(122,128,139); }
H1.HeaderClassName
{
color: #7A808B;
}
.AnyTagClassName
{
color: #7A808B;
}
</style>
background-color css
<style>
a { background-color: #7A808B; }
a { background-color: rgb(122,128,139); }
div.DivClassName
{
background-color: #7A808B;
}
.BgClassName
{
background-color: #7A808B;
}
</style>
border-color css
<style>
span { border-color: #7A808B; }
span { border-color: rgb(122,128,139); }
td.TdClassName
{
border-color: #7A808B;
}
.TagClassName
{
border-color: #7A808B;
}
</style>