Shades of Storm Grey #7E808F
Tints of Storm Grey #7E808F
RGB
CMYK
RGB Variations
Color information
#7E808F (or 0x7E808F) is known color: Storm Grey. HEX triplet: 7E, 80 and 8F. RGB value is (126,128,143). Sum of RGB (Red+Green+Blue) = 126+128+143=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E808F is #817F70. Grayscale: #818181. Windows color (decimal): -8486769 or 9404542. OLE color: 9404542.
HSL color Cylindrical-coordinate representation of color #7E808F: hue angle of 232.94º degrees, saturation: 0.07, 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 #7E808F is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 128 | 143 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.44 |
| HSL | 232.94º | 0.07% | 0.53% | - |
| HSV(B) | 232.94º | 0.12% | 0.56% | - |
| XYZ | 21.28 | 21.86 | 29.08 | - |
| YUV | 129.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 143 | 0.12 | 0.10 | 0 | 0.44 | 232.94 | 0.07 | 0.53 |
| Hex | 7E | 80 | 8F | C | A | 0 | 2C | E9 | 7 | 35 |
| Octal | 176 | 200 | 217 | 14 | 12 | 0 | 54 | 351 | 7 | 65 |
| Binary | 1111110 | 10000000 | 10001111 | 1100 | 1010 | 0 | 101100 | 11101001 | 111 | 110101 |
Color Harmonies of #7E808F
Complementary color
Monochromatic Colors of #7E808F
Black with #7E808F
Text Example
Text Example
White with #7E808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E808F; }
p { color: rgb(126,128,143); }
H1.HeaderClassName
{
color: #7E808F;
}
.AnyTagClassName
{
color: #7E808F;
}
</style>
background-color css
<style>
a { background-color: #7E808F; }
a { background-color: rgb(126,128,143); }
div.DivClassName
{
background-color: #7E808F;
}
.BgClassName
{
background-color: #7E808F;
}
</style>
border-color css
<style>
span { border-color: #7E808F; }
span { border-color: rgb(126,128,143); }
td.TdClassName
{
border-color: #7E808F;
}
.TagClassName
{
border-color: #7E808F;
}
</style>