Shades of Storm Grey #757894
Tints of Storm Grey #757894
RGB
CMYK
RGB Variations
Color information
#757894 (or 0x757894) is known color: Storm Grey. HEX triplet: 75, 78 and 94. RGB value is (117,120,148). Sum of RGB (Red+Green+Blue) = 117+120+148=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #757894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757894 is #8A876B. Grayscale: #7A7A7A. Windows color (decimal): -9078636 or 9730165. OLE color: 9730165.
HSL color Cylindrical-coordinate representation of color #757894: hue angle of 234.19º 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 #757894 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 120 | 148 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.42 |
| HSL | 234.19º | 0.13% | 0.52% | - |
| HSV(B) | 234.19º | 0.21% | 0.58% | - |
| XYZ | 19.4 | 19.35 | 30.73 | - |
| YUV | 122.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 148 | 0.21 | 0.19 | 0 | 0.42 | 234.19 | 0.13 | 0.52 |
| Hex | 75 | 78 | 94 | 15 | 13 | 0 | 2A | EA | D | 34 |
| Octal | 165 | 170 | 224 | 25 | 23 | 0 | 52 | 352 | 15 | 64 |
| Binary | 1110101 | 1111000 | 10010100 | 10101 | 10011 | 0 | 101010 | 11101010 | 1101 | 110100 |
Color Harmonies of #757894
Complementary color
Monochromatic Colors of #757894
Black with #757894
Text Example
Text Example
White with #757894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757894; }
p { color: rgb(117,120,148); }
H1.HeaderClassName
{
color: #757894;
}
.AnyTagClassName
{
color: #757894;
}
</style>
background-color css
<style>
a { background-color: #757894; }
a { background-color: rgb(117,120,148); }
div.DivClassName
{
background-color: #757894;
}
.BgClassName
{
background-color: #757894;
}
</style>
border-color css
<style>
span { border-color: #757894; }
span { border-color: rgb(117,120,148); }
td.TdClassName
{
border-color: #757894;
}
.TagClassName
{
border-color: #757894;
}
</style>