Shades of Storm Grey #7C8190
Tints of Storm Grey #7C8190
RGB
CMYK
RGB Variations
Color information
#7C8190 (or 0x7C8190) is known color: Storm Grey. HEX triplet: 7C, 81 and 90. RGB value is (124,129,144). Sum of RGB (Red+Green+Blue) = 124+129+144=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C8190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8190 is #837E6F. Grayscale: #818181. Windows color (decimal): -8617584 or 9470332. OLE color: 9470332.
HSL color Cylindrical-coordinate representation of color #7C8190: hue angle of 225º 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 #7C8190 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 129 | 144 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.44 |
| HSL | 225º | 0.08% | 0.53% | - |
| HSV(B) | 225º | 0.14% | 0.56% | - |
| XYZ | 21.2 | 22 | 29.51 | - |
| YUV | 129.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 144 | 0.14 | 0.10 | 0 | 0.44 | 225 | 0.08 | 0.53 |
| Hex | 7C | 81 | 90 | E | A | 0 | 2C | E1 | 8 | 35 |
| Octal | 174 | 201 | 220 | 16 | 12 | 0 | 54 | 341 | 10 | 65 |
| Binary | 1111100 | 10000001 | 10010000 | 1110 | 1010 | 0 | 101100 | 11100001 | 1000 | 110101 |
Color Harmonies of #7C8190
Complementary color
Monochromatic Colors of #7C8190
Black with #7C8190
Text Example
Text Example
White with #7C8190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8190; }
p { color: rgb(124,129,144); }
H1.HeaderClassName
{
color: #7C8190;
}
.AnyTagClassName
{
color: #7C8190;
}
</style>
background-color css
<style>
a { background-color: #7C8190; }
a { background-color: rgb(124,129,144); }
div.DivClassName
{
background-color: #7C8190;
}
.BgClassName
{
background-color: #7C8190;
}
</style>
border-color css
<style>
span { border-color: #7C8190; }
span { border-color: rgb(124,129,144); }
td.TdClassName
{
border-color: #7C8190;
}
.TagClassName
{
border-color: #7C8190;
}
</style>