Shades of Storm Grey #7C8192
Tints of Storm Grey #7C8192
RGB
CMYK
RGB Variations
Color information
#7C8192 (or 0x7C8192) is known color: Storm Grey. HEX triplet: 7C, 81 and 92. RGB value is (124,129,146). Sum of RGB (Red+Green+Blue) = 124+129+146=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C8192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8192 is #837E6D. Grayscale: #818181. Windows color (decimal): -8617582 or 9601404. OLE color: 9601404.
HSL color Cylindrical-coordinate representation of color #7C8192: hue angle of 226.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8192 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 129 | 146 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.43 |
| HSL | 226.36º | 0.09% | 0.53% | - |
| HSV(B) | 226.36º | 0.15% | 0.57% | - |
| XYZ | 21.35 | 22.06 | 30.33 | - |
| YUV | 129.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 146 | 0.15 | 0.12 | 0 | 0.43 | 226.36 | 0.09 | 0.53 |
| Hex | 7C | 81 | 92 | F | C | 0 | 2B | E2 | 9 | 35 |
| Octal | 174 | 201 | 222 | 17 | 14 | 0 | 53 | 342 | 11 | 65 |
| Binary | 1111100 | 10000001 | 10010010 | 1111 | 1100 | 0 | 101011 | 11100010 | 1001 | 110101 |
Color Harmonies of #7C8192
Complementary color
Monochromatic Colors of #7C8192
Black with #7C8192
Text Example
Text Example
White with #7C8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8192; }
p { color: rgb(124,129,146); }
H1.HeaderClassName
{
color: #7C8192;
}
.AnyTagClassName
{
color: #7C8192;
}
</style>
background-color css
<style>
a { background-color: #7C8192; }
a { background-color: rgb(124,129,146); }
div.DivClassName
{
background-color: #7C8192;
}
.BgClassName
{
background-color: #7C8192;
}
</style>
border-color css
<style>
span { border-color: #7C8192; }
span { border-color: rgb(124,129,146); }
td.TdClassName
{
border-color: #7C8192;
}
.TagClassName
{
border-color: #7C8192;
}
</style>