Shades of Storm Grey #7A7C91
Tints of Storm Grey #7A7C91
RGB
CMYK
RGB Variations
Color information
#7A7C91 (or 0x7A7C91) is known color: Storm Grey. HEX triplet: 7A, 7C and 91. RGB value is (122,124,145). Sum of RGB (Red+Green+Blue) = 122+124+145=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A7C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7C91 is #85836E. Grayscale: #7D7D7D. Windows color (decimal): -8749935 or 9534586. OLE color: 9534586.
HSL color Cylindrical-coordinate representation of color #7A7C91: hue angle of 234.78º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7C91 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 124 | 145 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.43 |
| HSL | 234.78º | 0.09% | 0.52% | - |
| HSV(B) | 234.78º | 0.16% | 0.57% | - |
| XYZ | 20.34 | 20.6 | 29.69 | - |
| YUV | 125.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 145 | 0.16 | 0.14 | 0 | 0.43 | 234.78 | 0.09 | 0.52 |
| Hex | 7A | 7C | 91 | 10 | E | 0 | 2B | EB | 9 | 34 |
| Octal | 172 | 174 | 221 | 20 | 16 | 0 | 53 | 353 | 11 | 64 |
| Binary | 1111010 | 1111100 | 10010001 | 10000 | 1110 | 0 | 101011 | 11101011 | 1001 | 110100 |
Color Harmonies of #7A7C91
Complementary color
Monochromatic Colors of #7A7C91
Black with #7A7C91
Text Example
Text Example
White with #7A7C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C91; }
p { color: rgb(122,124,145); }
H1.HeaderClassName
{
color: #7A7C91;
}
.AnyTagClassName
{
color: #7A7C91;
}
</style>
background-color css
<style>
a { background-color: #7A7C91; }
a { background-color: rgb(122,124,145); }
div.DivClassName
{
background-color: #7A7C91;
}
.BgClassName
{
background-color: #7A7C91;
}
</style>
border-color css
<style>
span { border-color: #7A7C91; }
span { border-color: rgb(122,124,145); }
td.TdClassName
{
border-color: #7A7C91;
}
.TagClassName
{
border-color: #7A7C91;
}
</style>