Shades of Storm Grey #7D8291
Tints of Storm Grey #7D8291
RGB
CMYK
RGB Variations
Color information
#7D8291 (or 0x7D8291) is known color: Storm Grey. HEX triplet: 7D, 82 and 91. RGB value is (125,130,145). Sum of RGB (Red+Green+Blue) = 125+130+145=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8291 is #827D6E. Grayscale: #828282. Windows color (decimal): -8551791 or 9536125. OLE color: 9536125.
HSL color Cylindrical-coordinate representation of color #7D8291: hue angle of 225º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D8291 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 130 | 145 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.43 |
| HSL | 225º | 0.08% | 0.53% | - |
| HSV(B) | 225º | 0.14% | 0.57% | - |
| XYZ | 21.55 | 22.37 | 29.97 | - |
| YUV | 130.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 145 | 0.14 | 0.10 | 0 | 0.43 | 225 | 0.08 | 0.53 |
| Hex | 7D | 82 | 91 | E | A | 0 | 2B | E1 | 8 | 35 |
| Octal | 175 | 202 | 221 | 16 | 12 | 0 | 53 | 341 | 10 | 65 |
| Binary | 1111101 | 10000010 | 10010001 | 1110 | 1010 | 0 | 101011 | 11100001 | 1000 | 110101 |
Color Harmonies of #7D8291
Complementary color
Monochromatic Colors of #7D8291
Black with #7D8291
Text Example
Text Example
White with #7D8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8291; }
p { color: rgb(125,130,145); }
H1.HeaderClassName
{
color: #7D8291;
}
.AnyTagClassName
{
color: #7D8291;
}
</style>
background-color css
<style>
a { background-color: #7D8291; }
a { background-color: rgb(125,130,145); }
div.DivClassName
{
background-color: #7D8291;
}
.BgClassName
{
background-color: #7D8291;
}
</style>
border-color css
<style>
span { border-color: #7D8291; }
span { border-color: rgb(125,130,145); }
td.TdClassName
{
border-color: #7D8291;
}
.TagClassName
{
border-color: #7D8291;
}
</style>