Shades of Storm Grey #7C8090
Tints of Storm Grey #7C8090
RGB
CMYK
RGB Variations
Color information
#7C8090 (or 0x7C8090) is known color: Storm Grey. HEX triplet: 7C, 80 and 90. RGB value is (124,128,144). Sum of RGB (Red+Green+Blue) = 124+128+144=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8090 is #837F6F. Grayscale: #808080. Windows color (decimal): -8617840 or 9470076. OLE color: 9470076.
HSL color Cylindrical-coordinate representation of color #7C8090: hue angle of 228º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C8090 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 128 | 144 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.44 |
| HSL | 228º | 0.08% | 0.53% | - |
| HSV(B) | 228º | 0.14% | 0.56% | - |
| XYZ | 21.07 | 21.74 | 29.47 | - |
| YUV | 128.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 144 | 0.14 | 0.11 | 0 | 0.44 | 228 | 0.08 | 0.53 |
| Hex | 7C | 80 | 90 | E | B | 0 | 2C | E4 | 8 | 35 |
| Octal | 174 | 200 | 220 | 16 | 13 | 0 | 54 | 344 | 10 | 65 |
| Binary | 1111100 | 10000000 | 10010000 | 1110 | 1011 | 0 | 101100 | 11100100 | 1000 | 110101 |
Color Harmonies of #7C8090
Complementary color
Monochromatic Colors of #7C8090
Black with #7C8090
Text Example
Text Example
White with #7C8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8090; }
p { color: rgb(124,128,144); }
H1.HeaderClassName
{
color: #7C8090;
}
.AnyTagClassName
{
color: #7C8090;
}
</style>
background-color css
<style>
a { background-color: #7C8090; }
a { background-color: rgb(124,128,144); }
div.DivClassName
{
background-color: #7C8090;
}
.BgClassName
{
background-color: #7C8090;
}
</style>
border-color css
<style>
span { border-color: #7C8090; }
span { border-color: rgb(124,128,144); }
td.TdClassName
{
border-color: #7C8090;
}
.TagClassName
{
border-color: #7C8090;
}
</style>