Shades of Storm Grey #757C88
Tints of Storm Grey #757C88
RGB
CMYK
RGB Variations
Color information
#757C88 (or 0x757C88) is known color: Storm Grey. HEX triplet: 75, 7C and 88. RGB value is (117,124,136). Sum of RGB (Red+Green+Blue) = 117+124+136=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 136 - color contains mainly: blue. Hex color #757C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757C88 is #8A8377. Grayscale: #7B7B7B. Windows color (decimal): -9077624 or 8944757. OLE color: 8944757.
HSL color Cylindrical-coordinate representation of color #757C88: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757C88 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 124 | 136 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.47 |
| HSL | 217.89º | 0.08% | 0.5% | - |
| HSV(B) | 217.89º | 0.14% | 0.53% | - |
| XYZ | 18.99 | 19.97 | 26.15 | - |
| YUV | 123.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 136 | 0.14 | 0.09 | 0 | 0.47 | 217.89 | 0.08 | 0.5 |
| Hex | 75 | 7C | 88 | E | 9 | 0 | 2F | DA | 8 | 32 |
| Octal | 165 | 174 | 210 | 16 | 11 | 0 | 57 | 332 | 10 | 62 |
| Binary | 1110101 | 1111100 | 10001000 | 1110 | 1001 | 0 | 101111 | 11011010 | 1000 | 110010 |
Color Harmonies of #757C88
Complementary color
Monochromatic Colors of #757C88
Black with #757C88
Text Example
Text Example
White with #757C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C88; }
p { color: rgb(117,124,136); }
H1.HeaderClassName
{
color: #757C88;
}
.AnyTagClassName
{
color: #757C88;
}
</style>
background-color css
<style>
a { background-color: #757C88; }
a { background-color: rgb(117,124,136); }
div.DivClassName
{
background-color: #757C88;
}
.BgClassName
{
background-color: #757C88;
}
</style>
border-color css
<style>
span { border-color: #757C88; }
span { border-color: rgb(117,124,136); }
td.TdClassName
{
border-color: #757C88;
}
.TagClassName
{
border-color: #757C88;
}
</style>