Shades of Storm Grey #757788
Tints of Storm Grey #757788
RGB
CMYK
RGB Variations
Color information
#757788 (or 0x757788) is known color: Storm Grey. HEX triplet: 75, 77 and 88. RGB value is (117,119,136). Sum of RGB (Red+Green+Blue) = 117+119+136=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #757788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757788 is #8A8877. Grayscale: #787878. Windows color (decimal): -9078904 or 8943477. OLE color: 8943477.
HSL color Cylindrical-coordinate representation of color #757788: hue angle of 233.68º 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 #757788 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 119 | 136 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.47 |
| HSL | 233.68º | 0.08% | 0.5% | - |
| HSV(B) | 233.68º | 0.14% | 0.53% | - |
| XYZ | 18.38 | 18.75 | 25.94 | - |
| YUV | 120.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 136 | 0.14 | 0.12 | 0 | 0.47 | 233.68 | 0.08 | 0.5 |
| Hex | 75 | 77 | 88 | E | C | 0 | 2F | EA | 8 | 32 |
| Octal | 165 | 167 | 210 | 16 | 14 | 0 | 57 | 352 | 10 | 62 |
| Binary | 1110101 | 1110111 | 10001000 | 1110 | 1100 | 0 | 101111 | 11101010 | 1000 | 110010 |
Color Harmonies of #757788
Complementary color
Monochromatic Colors of #757788
Black with #757788
Text Example
Text Example
White with #757788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757788; }
p { color: rgb(117,119,136); }
H1.HeaderClassName
{
color: #757788;
}
.AnyTagClassName
{
color: #757788;
}
</style>
background-color css
<style>
a { background-color: #757788; }
a { background-color: rgb(117,119,136); }
div.DivClassName
{
background-color: #757788;
}
.BgClassName
{
background-color: #757788;
}
</style>
border-color css
<style>
span { border-color: #757788; }
span { border-color: rgb(117,119,136); }
td.TdClassName
{
border-color: #757788;
}
.TagClassName
{
border-color: #757788;
}
</style>