Shades of Storm Grey #7E808A
Tints of Storm Grey #7E808A
RGB
CMYK
RGB Variations
Color information
#7E808A (or 0x7E808A) is known color: Storm Grey. HEX triplet: 7E, 80 and 8A. RGB value is (126,128,138). Sum of RGB (Red+Green+Blue) = 126+128+138=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E808A is #817F75. Grayscale: #808080. Windows color (decimal): -8486774 or 9076862. OLE color: 9076862.
HSL color Cylindrical-coordinate representation of color #7E808A: hue angle of 230º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E808A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 128 | 138 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.46 |
| HSL | 230º | 0.05% | 0.52% | - |
| HSV(B) | 230º | 0.09% | 0.54% | - |
| XYZ | 20.91 | 21.71 | 27.13 | - |
| YUV | 128.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 138 | 0.09 | 0.07 | 0 | 0.46 | 230 | 0.05 | 0.52 |
| Hex | 7E | 80 | 8A | 9 | 7 | 0 | 2E | E6 | 5 | 34 |
| Octal | 176 | 200 | 212 | 11 | 7 | 0 | 56 | 346 | 5 | 64 |
| Binary | 1111110 | 10000000 | 10001010 | 1001 | 111 | 0 | 101110 | 11100110 | 101 | 110100 |
Color Harmonies of #7E808A
Complementary color
Monochromatic Colors of #7E808A
Black with #7E808A
Text Example
Text Example
White with #7E808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E808A; }
p { color: rgb(126,128,138); }
H1.HeaderClassName
{
color: #7E808A;
}
.AnyTagClassName
{
color: #7E808A;
}
</style>
background-color css
<style>
a { background-color: #7E808A; }
a { background-color: rgb(126,128,138); }
div.DivClassName
{
background-color: #7E808A;
}
.BgClassName
{
background-color: #7E808A;
}
</style>
border-color css
<style>
span { border-color: #7E808A; }
span { border-color: rgb(126,128,138); }
td.TdClassName
{
border-color: #7E808A;
}
.TagClassName
{
border-color: #7E808A;
}
</style>