Shades of Storm Grey #7A7C84
Tints of Storm Grey #7A7C84
RGB
CMYK
RGB Variations
Color information
#7A7C84 (or 0x7A7C84) is known color: Storm Grey. HEX triplet: 7A, 7C and 84. RGB value is (122,124,132). Sum of RGB (Red+Green+Blue) = 122+124+132=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7C84 is #85837B. Grayscale: #7C7C7C. Windows color (decimal): -8749948 or 8682618. OLE color: 8682618.
HSL color Cylindrical-coordinate representation of color #7A7C84: hue angle of 228º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7C84 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 124 | 132 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.48 |
| HSL | 228º | 0.04% | 0.5% | - |
| HSV(B) | 228º | 0.08% | 0.52% | - |
| XYZ | 19.4 | 20.22 | 24.71 | - |
| YUV | 124.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 124 | 132 | 0.08 | 0.06 | 0 | 0.48 | 228 | 0.04 | 0.5 |
| Hex | 7A | 7C | 84 | 8 | 6 | 0 | 30 | E4 | 4 | 32 |
| Octal | 172 | 174 | 204 | 10 | 6 | 0 | 60 | 344 | 4 | 62 |
| Binary | 1111010 | 1111100 | 10000100 | 1000 | 110 | 0 | 110000 | 11100100 | 100 | 110010 |
Color Harmonies of #7A7C84
Complementary color
Monochromatic Colors of #7A7C84
Black with #7A7C84
Text Example
Text Example
White with #7A7C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7C84; }
p { color: rgb(122,124,132); }
H1.HeaderClassName
{
color: #7A7C84;
}
.AnyTagClassName
{
color: #7A7C84;
}
</style>
background-color css
<style>
a { background-color: #7A7C84; }
a { background-color: rgb(122,124,132); }
div.DivClassName
{
background-color: #7A7C84;
}
.BgClassName
{
background-color: #7A7C84;
}
</style>
border-color css
<style>
span { border-color: #7A7C84; }
span { border-color: rgb(122,124,132); }
td.TdClassName
{
border-color: #7A7C84;
}
.TagClassName
{
border-color: #7A7C84;
}
</style>