Shades of Storm Grey #7E8090
Tints of Storm Grey #7E8090
RGB
CMYK
RGB Variations
Color information
#7E8090 (or 0x7E8090) is known color: Storm Grey. HEX triplet: 7E, 80 and 90. RGB value is (126,128,144). Sum of RGB (Red+Green+Blue) = 126+128+144=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8090 is #817F6F. Grayscale: #818181. Windows color (decimal): -8486768 or 9470078. OLE color: 9470078.
HSL color Cylindrical-coordinate representation of color #7E8090: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8090 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 128 | 144 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.44 |
| HSL | 233.33º | 0.08% | 0.53% | - |
| HSV(B) | 233.33º | 0.13% | 0.56% | - |
| XYZ | 21.36 | 21.89 | 29.48 | - |
| YUV | 129.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 144 | 0.12 | 0.11 | 0 | 0.44 | 233.33 | 0.08 | 0.53 |
| Hex | 7E | 80 | 90 | C | B | 0 | 2C | E9 | 8 | 35 |
| Octal | 176 | 200 | 220 | 14 | 13 | 0 | 54 | 351 | 10 | 65 |
| Binary | 1111110 | 10000000 | 10010000 | 1100 | 1011 | 0 | 101100 | 11101001 | 1000 | 110101 |
Color Harmonies of #7E8090
Complementary color
Monochromatic Colors of #7E8090
Black with #7E8090
Text Example
Text Example
White with #7E8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8090; }
p { color: rgb(126,128,144); }
H1.HeaderClassName
{
color: #7E8090;
}
.AnyTagClassName
{
color: #7E8090;
}
</style>
background-color css
<style>
a { background-color: #7E8090; }
a { background-color: rgb(126,128,144); }
div.DivClassName
{
background-color: #7E8090;
}
.BgClassName
{
background-color: #7E8090;
}
</style>
border-color css
<style>
span { border-color: #7E8090; }
span { border-color: rgb(126,128,144); }
td.TdClassName
{
border-color: #7E8090;
}
.TagClassName
{
border-color: #7E8090;
}
</style>