Shades of Storm Grey #757893
Tints of Storm Grey #757893
RGB
CMYK
RGB Variations
Color information
#757893 (or 0x757893) is known color: Storm Grey. HEX triplet: 75, 78 and 93. RGB value is (117,120,147). Sum of RGB (Red+Green+Blue) = 117+120+147=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #757893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757893 is #8A876C. Grayscale: #7A7A7A. Windows color (decimal): -9078637 or 9664629. OLE color: 9664629.
HSL color Cylindrical-coordinate representation of color #757893: hue angle of 234º 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 #757893 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 120 | 147 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.42 |
| HSL | 234º | 0.12% | 0.52% | - |
| HSV(B) | 234º | 0.2% | 0.58% | - |
| XYZ | 19.32 | 19.32 | 30.31 | - |
| YUV | 122.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 147 | 0.20 | 0.18 | 0 | 0.42 | 234 | 0.12 | 0.52 |
| Hex | 75 | 78 | 93 | 14 | 12 | 0 | 2A | EA | C | 34 |
| Octal | 165 | 170 | 223 | 24 | 22 | 0 | 52 | 352 | 14 | 64 |
| Binary | 1110101 | 1111000 | 10010011 | 10100 | 10010 | 0 | 101010 | 11101010 | 1100 | 110100 |
Color Harmonies of #757893
Complementary color
Monochromatic Colors of #757893
Black with #757893
Text Example
Text Example
White with #757893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757893; }
p { color: rgb(117,120,147); }
H1.HeaderClassName
{
color: #757893;
}
.AnyTagClassName
{
color: #757893;
}
</style>
background-color css
<style>
a { background-color: #757893; }
a { background-color: rgb(117,120,147); }
div.DivClassName
{
background-color: #757893;
}
.BgClassName
{
background-color: #757893;
}
</style>
border-color css
<style>
span { border-color: #757893; }
span { border-color: rgb(117,120,147); }
td.TdClassName
{
border-color: #757893;
}
.TagClassName
{
border-color: #757893;
}
</style>