Shades of Storm Grey #757688
Tints of Storm Grey #757688
RGB
CMYK
RGB Variations
Color information
#757688 (or 0x757688) is known color: Storm Grey. HEX triplet: 75, 76 and 88. RGB value is (117,118,136). Sum of RGB (Red+Green+Blue) = 117+118+136=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #757688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757688 is #8A8977. Grayscale: #777777. Windows color (decimal): -9079160 or 8943221. OLE color: 8943221.
HSL color Cylindrical-coordinate representation of color #757688: hue angle of 236.84º 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 #757688 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 118 | 136 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.47 |
| HSL | 236.84º | 0.08% | 0.5% | - |
| HSV(B) | 236.84º | 0.14% | 0.53% | - |
| XYZ | 18.26 | 18.52 | 25.9 | - |
| YUV | 119.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 136 | 0.14 | 0.13 | 0 | 0.47 | 236.84 | 0.08 | 0.5 |
| Hex | 75 | 76 | 88 | E | D | 0 | 2F | ED | 8 | 32 |
| Octal | 165 | 166 | 210 | 16 | 15 | 0 | 57 | 355 | 10 | 62 |
| Binary | 1110101 | 1110110 | 10001000 | 1110 | 1101 | 0 | 101111 | 11101101 | 1000 | 110010 |
Color Harmonies of #757688
Complementary color
Monochromatic Colors of #757688
Black with #757688
Text Example
Text Example
White with #757688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757688; }
p { color: rgb(117,118,136); }
H1.HeaderClassName
{
color: #757688;
}
.AnyTagClassName
{
color: #757688;
}
</style>
background-color css
<style>
a { background-color: #757688; }
a { background-color: rgb(117,118,136); }
div.DivClassName
{
background-color: #757688;
}
.BgClassName
{
background-color: #757688;
}
</style>
border-color css
<style>
span { border-color: #757688; }
span { border-color: rgb(117,118,136); }
td.TdClassName
{
border-color: #757688;
}
.TagClassName
{
border-color: #757688;
}
</style>