Shades of Storm Grey #7A7F8A
Tints of Storm Grey #7A7F8A
RGB
CMYK
RGB Variations
Color information
#7A7F8A (or 0x7A7F8A) is known color: Storm Grey. HEX triplet: 7A, 7F and 8A. RGB value is (122,127,138). Sum of RGB (Red+Green+Blue) = 122+127+138=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A7F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7F8A is #858075. Grayscale: #7E7E7E. Windows color (decimal): -8749174 or 9076602. OLE color: 9076602.
HSL color Cylindrical-coordinate representation of color #7A7F8A: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A7F8A is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 127 | 138 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.46 |
| HSL | 221.25º | 0.06% | 0.51% | - |
| HSV(B) | 221.25º | 0.12% | 0.54% | - |
| XYZ | 20.2 | 21.15 | 27.06 | - |
| YUV | 126.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 138 | 0.12 | 0.08 | 0 | 0.46 | 221.25 | 0.06 | 0.51 |
| Hex | 7A | 7F | 8A | C | 8 | 0 | 2E | DD | 6 | 33 |
| Octal | 172 | 177 | 212 | 14 | 10 | 0 | 56 | 335 | 6 | 63 |
| Binary | 1111010 | 1111111 | 10001010 | 1100 | 1000 | 0 | 101110 | 11011101 | 110 | 110011 |
Color Harmonies of #7A7F8A
Complementary color
Monochromatic Colors of #7A7F8A
Black with #7A7F8A
Text Example
Text Example
White with #7A7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F8A; }
p { color: rgb(122,127,138); }
H1.HeaderClassName
{
color: #7A7F8A;
}
.AnyTagClassName
{
color: #7A7F8A;
}
</style>
background-color css
<style>
a { background-color: #7A7F8A; }
a { background-color: rgb(122,127,138); }
div.DivClassName
{
background-color: #7A7F8A;
}
.BgClassName
{
background-color: #7A7F8A;
}
</style>
border-color css
<style>
span { border-color: #7A7F8A; }
span { border-color: rgb(122,127,138); }
td.TdClassName
{
border-color: #7A7F8A;
}
.TagClassName
{
border-color: #7A7F8A;
}
</style>