Shades of Storm Grey #7A7E8D
Tints of Storm Grey #7A7E8D
RGB
CMYK
RGB Variations
Color information
#7A7E8D (or 0x7A7E8D) is known color: Storm Grey. HEX triplet: 7A, 7E and 8D. RGB value is (122,126,141). Sum of RGB (Red+Green+Blue) = 122+126+141=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A7E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7E8D is #858172. Grayscale: #7E7E7E. Windows color (decimal): -8749427 or 9272954. OLE color: 9272954.
HSL color Cylindrical-coordinate representation of color #7A7E8D: hue angle of 227.37º 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 #7A7E8D is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 126 | 141 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.45 |
| HSL | 227.37º | 0.08% | 0.52% | - |
| HSV(B) | 227.37º | 0.13% | 0.55% | - |
| XYZ | 20.29 | 20.98 | 28.18 | - |
| YUV | 126.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 141 | 0.13 | 0.11 | 0 | 0.45 | 227.37 | 0.08 | 0.52 |
| Hex | 7A | 7E | 8D | D | B | 0 | 2D | E3 | 8 | 34 |
| Octal | 172 | 176 | 215 | 15 | 13 | 0 | 55 | 343 | 10 | 64 |
| Binary | 1111010 | 1111110 | 10001101 | 1101 | 1011 | 0 | 101101 | 11100011 | 1000 | 110100 |
Color Harmonies of #7A7E8D
Complementary color
Monochromatic Colors of #7A7E8D
Black with #7A7E8D
Text Example
Text Example
White with #7A7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E8D; }
p { color: rgb(122,126,141); }
H1.HeaderClassName
{
color: #7A7E8D;
}
.AnyTagClassName
{
color: #7A7E8D;
}
</style>
background-color css
<style>
a { background-color: #7A7E8D; }
a { background-color: rgb(122,126,141); }
div.DivClassName
{
background-color: #7A7E8D;
}
.BgClassName
{
background-color: #7A7E8D;
}
</style>
border-color css
<style>
span { border-color: #7A7E8D; }
span { border-color: rgb(122,126,141); }
td.TdClassName
{
border-color: #7A7E8D;
}
.TagClassName
{
border-color: #7A7E8D;
}
</style>