Shades of Storm Grey #7A7F8C
Tints of Storm Grey #7A7F8C
RGB
CMYK
RGB Variations
Color information
#7A7F8C (or 0x7A7F8C) is known color: Storm Grey. HEX triplet: 7A, 7F and 8C. RGB value is (122,127,140). Sum of RGB (Red+Green+Blue) = 122+127+140=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A7F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7F8C is #858073. Grayscale: #7E7E7E. Windows color (decimal): -8749172 or 9207674. OLE color: 9207674.
HSL color Cylindrical-coordinate representation of color #7A7F8C: hue angle of 223.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A7F8C is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 127 | 140 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.45 |
| HSL | 223.33º | 0.07% | 0.51% | - |
| HSV(B) | 223.33º | 0.13% | 0.55% | - |
| XYZ | 20.35 | 21.21 | 27.83 | - |
| YUV | 126.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 140 | 0.13 | 0.09 | 0 | 0.45 | 223.33 | 0.07 | 0.51 |
| Hex | 7A | 7F | 8C | D | 9 | 0 | 2D | DF | 7 | 33 |
| Octal | 172 | 177 | 214 | 15 | 11 | 0 | 55 | 337 | 7 | 63 |
| Binary | 1111010 | 1111111 | 10001100 | 1101 | 1001 | 0 | 101101 | 11011111 | 111 | 110011 |
Color Harmonies of #7A7F8C
Complementary color
Monochromatic Colors of #7A7F8C
Black with #7A7F8C
Text Example
Text Example
White with #7A7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F8C; }
p { color: rgb(122,127,140); }
H1.HeaderClassName
{
color: #7A7F8C;
}
.AnyTagClassName
{
color: #7A7F8C;
}
</style>
background-color css
<style>
a { background-color: #7A7F8C; }
a { background-color: rgb(122,127,140); }
div.DivClassName
{
background-color: #7A7F8C;
}
.BgClassName
{
background-color: #7A7F8C;
}
</style>
border-color css
<style>
span { border-color: #7A7F8C; }
span { border-color: rgb(122,127,140); }
td.TdClassName
{
border-color: #7A7F8C;
}
.TagClassName
{
border-color: #7A7F8C;
}
</style>