Shades of Storm Grey #7C8093
Tints of Storm Grey #7C8093
RGB
CMYK
RGB Variations
Color information
#7C8093 (or 0x7C8093) is known color: Storm Grey. HEX triplet: 7C, 80 and 93. RGB value is (124,128,147). Sum of RGB (Red+Green+Blue) = 124+128+147=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C8093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8093 is #837F6C. Grayscale: #808080. Windows color (decimal): -8617837 or 9666684. OLE color: 9666684.
HSL color Cylindrical-coordinate representation of color #7C8093: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8093 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 128 | 147 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.42 |
| HSL | 229.57º | 0.1% | 0.53% | - |
| HSV(B) | 229.57º | 0.16% | 0.58% | - |
| XYZ | 21.3 | 21.83 | 30.69 | - |
| YUV | 128.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 147 | 0.16 | 0.13 | 0 | 0.42 | 229.57 | 0.1 | 0.53 |
| Hex | 7C | 80 | 93 | 10 | D | 0 | 2A | E6 | A | 35 |
| Octal | 174 | 200 | 223 | 20 | 15 | 0 | 52 | 346 | 12 | 65 |
| Binary | 1111100 | 10000000 | 10010011 | 10000 | 1101 | 0 | 101010 | 11100110 | 1010 | 110101 |
Color Harmonies of #7C8093
Complementary color
Monochromatic Colors of #7C8093
Black with #7C8093
Text Example
Text Example
White with #7C8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8093; }
p { color: rgb(124,128,147); }
H1.HeaderClassName
{
color: #7C8093;
}
.AnyTagClassName
{
color: #7C8093;
}
</style>
background-color css
<style>
a { background-color: #7C8093; }
a { background-color: rgb(124,128,147); }
div.DivClassName
{
background-color: #7C8093;
}
.BgClassName
{
background-color: #7C8093;
}
</style>
border-color css
<style>
span { border-color: #7C8093; }
span { border-color: rgb(124,128,147); }
td.TdClassName
{
border-color: #7C8093;
}
.TagClassName
{
border-color: #7C8093;
}
</style>