Shades of Storm Grey #757993
Tints of Storm Grey #757993
RGB
CMYK
RGB Variations
Color information
#757993 (or 0x757993) is known color: Storm Grey. HEX triplet: 75, 79 and 93. RGB value is (117,121,147). Sum of RGB (Red+Green+Blue) = 117+121+147=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #757993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757993 is #8A866C. Grayscale: #7A7A7A. Windows color (decimal): -9078381 or 9664885. OLE color: 9664885.
HSL color Cylindrical-coordinate representation of color #757993: hue angle of 232º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757993 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 121 | 147 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.42 |
| HSL | 232º | 0.12% | 0.52% | - |
| HSV(B) | 232º | 0.2% | 0.58% | - |
| XYZ | 19.44 | 19.56 | 30.36 | - |
| YUV | 122.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 147 | 0.20 | 0.18 | 0 | 0.42 | 232 | 0.12 | 0.52 |
| Hex | 75 | 79 | 93 | 14 | 12 | 0 | 2A | E8 | C | 34 |
| Octal | 165 | 171 | 223 | 24 | 22 | 0 | 52 | 350 | 14 | 64 |
| Binary | 1110101 | 1111001 | 10010011 | 10100 | 10010 | 0 | 101010 | 11101000 | 1100 | 110100 |
Color Harmonies of #757993
Complementary color
Monochromatic Colors of #757993
Black with #757993
Text Example
Text Example
White with #757993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757993; }
p { color: rgb(117,121,147); }
H1.HeaderClassName
{
color: #757993;
}
.AnyTagClassName
{
color: #757993;
}
</style>
background-color css
<style>
a { background-color: #757993; }
a { background-color: rgb(117,121,147); }
div.DivClassName
{
background-color: #757993;
}
.BgClassName
{
background-color: #757993;
}
</style>
border-color css
<style>
span { border-color: #757993; }
span { border-color: rgb(117,121,147); }
td.TdClassName
{
border-color: #757993;
}
.TagClassName
{
border-color: #757993;
}
</style>