Shades of Storm Grey #757C91
Tints of Storm Grey #757C91
RGB
CMYK
RGB Variations
Color information
#757C91 (or 0x757C91) is known color: Storm Grey. HEX triplet: 75, 7C and 91. RGB value is (117,124,145). Sum of RGB (Red+Green+Blue) = 117+124+145=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #757C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C91 is #8A836E. Grayscale: #7C7C7C. Windows color (decimal): -9077615 or 9534581. OLE color: 9534581.
HSL color Cylindrical-coordinate representation of color #757C91: hue angle of 225º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757C91 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 124 | 145 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.43 |
| HSL | 225º | 0.11% | 0.51% | - |
| HSV(B) | 225º | 0.19% | 0.57% | - |
| XYZ | 19.65 | 20.24 | 29.66 | - |
| YUV | 124.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 145 | 0.19 | 0.14 | 0 | 0.43 | 225 | 0.11 | 0.51 |
| Hex | 75 | 7C | 91 | 13 | E | 0 | 2B | E1 | B | 33 |
| Octal | 165 | 174 | 221 | 23 | 16 | 0 | 53 | 341 | 13 | 63 |
| Binary | 1110101 | 1111100 | 10010001 | 10011 | 1110 | 0 | 101011 | 11100001 | 1011 | 110011 |
Color Harmonies of #757C91
Complementary color
Monochromatic Colors of #757C91
Black with #757C91
Text Example
Text Example
White with #757C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C91; }
p { color: rgb(117,124,145); }
H1.HeaderClassName
{
color: #757C91;
}
.AnyTagClassName
{
color: #757C91;
}
</style>
background-color css
<style>
a { background-color: #757C91; }
a { background-color: rgb(117,124,145); }
div.DivClassName
{
background-color: #757C91;
}
.BgClassName
{
background-color: #757C91;
}
</style>
border-color css
<style>
span { border-color: #757C91; }
span { border-color: rgb(117,124,145); }
td.TdClassName
{
border-color: #757C91;
}
.TagClassName
{
border-color: #757C91;
}
</style>