Shades of Storm Grey #757A8D
Tints of Storm Grey #757A8D
RGB
CMYK
RGB Variations
Color information
#757A8D (or 0x757A8D) is known color: Storm Grey. HEX triplet: 75, 7A and 8D. RGB value is (117,122,141). Sum of RGB (Red+Green+Blue) = 117+122+141=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #757A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8D is #8A8572. Grayscale: #7A7A7A. Windows color (decimal): -9078131 or 9271925. OLE color: 9271925.
HSL color Cylindrical-coordinate representation of color #757A8D: hue angle of 227.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757A8D is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 122 | 141 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.45 |
| HSL | 227.5º | 0.1% | 0.51% | - |
| HSV(B) | 227.5º | 0.17% | 0.55% | - |
| XYZ | 19.1 | 19.62 | 27.98 | - |
| YUV | 122.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 141 | 0.17 | 0.13 | 0 | 0.45 | 227.5 | 0.1 | 0.51 |
| Hex | 75 | 7A | 8D | 11 | D | 0 | 2D | E4 | A | 33 |
| Octal | 165 | 172 | 215 | 21 | 15 | 0 | 55 | 344 | 12 | 63 |
| Binary | 1110101 | 1111010 | 10001101 | 10001 | 1101 | 0 | 101101 | 11100100 | 1010 | 110011 |
Color Harmonies of #757A8D
Complementary color
Monochromatic Colors of #757A8D
Black with #757A8D
Text Example
Text Example
White with #757A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A8D; }
p { color: rgb(117,122,141); }
H1.HeaderClassName
{
color: #757A8D;
}
.AnyTagClassName
{
color: #757A8D;
}
</style>
background-color css
<style>
a { background-color: #757A8D; }
a { background-color: rgb(117,122,141); }
div.DivClassName
{
background-color: #757A8D;
}
.BgClassName
{
background-color: #757A8D;
}
</style>
border-color css
<style>
span { border-color: #757A8D; }
span { border-color: rgb(117,122,141); }
td.TdClassName
{
border-color: #757A8D;
}
.TagClassName
{
border-color: #757A8D;
}
</style>