Shades of Storm Grey #757994
Tints of Storm Grey #757994
RGB
CMYK
RGB Variations
Color information
#757994 (or 0x757994) is known color: Storm Grey. HEX triplet: 75, 79 and 94. RGB value is (117,121,148). Sum of RGB (Red+Green+Blue) = 117+121+148=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #757994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757994 is #8A866B. Grayscale: #7A7A7A. Windows color (decimal): -9078380 or 9730421. OLE color: 9730421.
HSL color Cylindrical-coordinate representation of color #757994: hue angle of 232.26º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757994 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 121 | 148 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.42 |
| HSL | 232.26º | 0.13% | 0.52% | - |
| HSV(B) | 232.26º | 0.21% | 0.58% | - |
| XYZ | 19.52 | 19.59 | 30.77 | - |
| YUV | 122.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 148 | 0.21 | 0.18 | 0 | 0.42 | 232.26 | 0.13 | 0.52 |
| Hex | 75 | 79 | 94 | 15 | 12 | 0 | 2A | E8 | D | 34 |
| Octal | 165 | 171 | 224 | 25 | 22 | 0 | 52 | 350 | 15 | 64 |
| Binary | 1110101 | 1111001 | 10010100 | 10101 | 10010 | 0 | 101010 | 11101000 | 1101 | 110100 |
Color Harmonies of #757994
Complementary color
Monochromatic Colors of #757994
Black with #757994
Text Example
Text Example
White with #757994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757994; }
p { color: rgb(117,121,148); }
H1.HeaderClassName
{
color: #757994;
}
.AnyTagClassName
{
color: #757994;
}
</style>
background-color css
<style>
a { background-color: #757994; }
a { background-color: rgb(117,121,148); }
div.DivClassName
{
background-color: #757994;
}
.BgClassName
{
background-color: #757994;
}
</style>
border-color css
<style>
span { border-color: #757994; }
span { border-color: rgb(117,121,148); }
td.TdClassName
{
border-color: #757994;
}
.TagClassName
{
border-color: #757994;
}
</style>