Shades of Storm Grey #7E828C
Tints of Storm Grey #7E828C
RGB
CMYK
RGB Variations
Color information
#7E828C (or 0x7E828C) is known color: Storm Grey. HEX triplet: 7E, 82 and 8C. RGB value is (126,130,140). Sum of RGB (Red+Green+Blue) = 126+130+140=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E828C is #817D73. Grayscale: #818181. Windows color (decimal): -8486260 or 9208446. OLE color: 9208446.
HSL color Cylindrical-coordinate representation of color #7E828C: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E828C is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 130 | 140 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.45 |
| HSL | 222.86º | 0.06% | 0.52% | - |
| HSV(B) | 222.86º | 0.1% | 0.55% | - |
| XYZ | 21.32 | 22.29 | 27.99 | - |
| YUV | 129.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 140 | 0.10 | 0.07 | 0 | 0.45 | 222.86 | 0.06 | 0.52 |
| Hex | 7E | 82 | 8C | A | 7 | 0 | 2D | DF | 6 | 34 |
| Octal | 176 | 202 | 214 | 12 | 7 | 0 | 55 | 337 | 6 | 64 |
| Binary | 1111110 | 10000010 | 10001100 | 1010 | 111 | 0 | 101101 | 11011111 | 110 | 110100 |
Color Harmonies of #7E828C
Complementary color
Monochromatic Colors of #7E828C
Black with #7E828C
Text Example
Text Example
White with #7E828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E828C; }
p { color: rgb(126,130,140); }
H1.HeaderClassName
{
color: #7E828C;
}
.AnyTagClassName
{
color: #7E828C;
}
</style>
background-color css
<style>
a { background-color: #7E828C; }
a { background-color: rgb(126,130,140); }
div.DivClassName
{
background-color: #7E828C;
}
.BgClassName
{
background-color: #7E828C;
}
</style>
border-color css
<style>
span { border-color: #7E828C; }
span { border-color: rgb(126,130,140); }
td.TdClassName
{
border-color: #7E828C;
}
.TagClassName
{
border-color: #7E828C;
}
</style>