Shades of Storm Grey #7E838E
Tints of Storm Grey #7E838E
RGB
CMYK
RGB Variations
Color information
#7E838E (or 0x7E838E) is known color: Storm Grey. HEX triplet: 7E, 83 and 8E. RGB value is (126,131,142). Sum of RGB (Red+Green+Blue) = 126+131+142=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E838E is #817C71. Grayscale: #828282. Windows color (decimal): -8486002 or 9339774. OLE color: 9339774.
HSL color Cylindrical-coordinate representation of color #7E838E: hue angle of 221.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E838E is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 131 | 142 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.44 |
| HSL | 221.25º | 0.07% | 0.53% | - |
| HSV(B) | 221.25º | 0.11% | 0.56% | - |
| XYZ | 21.6 | 22.62 | 28.82 | - |
| YUV | 130.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 142 | 0.11 | 0.08 | 0 | 0.44 | 221.25 | 0.07 | 0.53 |
| Hex | 7E | 83 | 8E | B | 8 | 0 | 2C | DD | 7 | 35 |
| Octal | 176 | 203 | 216 | 13 | 10 | 0 | 54 | 335 | 7 | 65 |
| Binary | 1111110 | 10000011 | 10001110 | 1011 | 1000 | 0 | 101100 | 11011101 | 111 | 110101 |
Color Harmonies of #7E838E
Complementary color
Monochromatic Colors of #7E838E
Black with #7E838E
Text Example
Text Example
White with #7E838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E838E; }
p { color: rgb(126,131,142); }
H1.HeaderClassName
{
color: #7E838E;
}
.AnyTagClassName
{
color: #7E838E;
}
</style>
background-color css
<style>
a { background-color: #7E838E; }
a { background-color: rgb(126,131,142); }
div.DivClassName
{
background-color: #7E838E;
}
.BgClassName
{
background-color: #7E838E;
}
</style>
border-color css
<style>
span { border-color: #7E838E; }
span { border-color: rgb(126,131,142); }
td.TdClassName
{
border-color: #7E838E;
}
.TagClassName
{
border-color: #7E838E;
}
</style>