Shades of Storm Grey #7A7C8B
Tints of Storm Grey #7A7C8B
RGB
CMYK
RGB Variations
Color information
#7A7C8B (or 0x7A7C8B) is known color: Storm Grey. HEX triplet: 7A, 7C and 8B. RGB value is (122,124,139). Sum of RGB (Red+Green+Blue) = 122+124+139=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A7C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7C8B is #858374. Grayscale: #7D7D7D. Windows color (decimal): -8749941 or 9141370. OLE color: 9141370.
HSL color Cylindrical-coordinate representation of color #7A7C8B: hue angle of 232.94º 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 #7A7C8B is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 124 | 139 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.45 |
| HSL | 232.94º | 0.07% | 0.51% | - |
| HSV(B) | 232.94º | 0.12% | 0.55% | - |
| XYZ | 19.89 | 20.42 | 27.32 | - |
| YUV | 125.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 139 | 0.12 | 0.11 | 0 | 0.45 | 232.94 | 0.07 | 0.51 |
| Hex | 7A | 7C | 8B | C | B | 0 | 2D | E9 | 7 | 33 |
| Octal | 172 | 174 | 213 | 14 | 13 | 0 | 55 | 351 | 7 | 63 |
| Binary | 1111010 | 1111100 | 10001011 | 1100 | 1011 | 0 | 101101 | 11101001 | 111 | 110011 |
Color Harmonies of #7A7C8B
Complementary color
Monochromatic Colors of #7A7C8B
Black with #7A7C8B
Text Example
Text Example
White with #7A7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C8B; }
p { color: rgb(122,124,139); }
H1.HeaderClassName
{
color: #7A7C8B;
}
.AnyTagClassName
{
color: #7A7C8B;
}
</style>
background-color css
<style>
a { background-color: #7A7C8B; }
a { background-color: rgb(122,124,139); }
div.DivClassName
{
background-color: #7A7C8B;
}
.BgClassName
{
background-color: #7A7C8B;
}
</style>
border-color css
<style>
span { border-color: #7A7C8B; }
span { border-color: rgb(122,124,139); }
td.TdClassName
{
border-color: #7A7C8B;
}
.TagClassName
{
border-color: #7A7C8B;
}
</style>