Shades of Storm Grey #757589
Tints of Storm Grey #757589
RGB
CMYK
RGB Variations
Color information
#757589 (or 0x757589) is known color: Storm Grey. HEX triplet: 75, 75 and 89. RGB value is (117,117,137). Sum of RGB (Red+Green+Blue) = 117+117+137=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #757589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757589 is #8A8A76. Grayscale: #777777. Windows color (decimal): -9079415 or 9008501. OLE color: 9008501.
HSL color Cylindrical-coordinate representation of color #757589: hue angle of 240º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757589 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 117 | 137 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.46 |
| HSL | 240º | 0.08% | 0.5% | - |
| HSV(B) | 240º | 0.15% | 0.54% | - |
| XYZ | 18.21 | 18.31 | 26.24 | - |
| YUV | 119.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 137 | 0.15 | 0.15 | 0 | 0.46 | 240 | 0.08 | 0.5 |
| Hex | 75 | 75 | 89 | F | F | 0 | 2E | F0 | 8 | 32 |
| Octal | 165 | 165 | 211 | 17 | 17 | 0 | 56 | 360 | 10 | 62 |
| Binary | 1110101 | 1110101 | 10001001 | 1111 | 1111 | 0 | 101110 | 11110000 | 1000 | 110010 |
Color Harmonies of #757589
Complementary color
Monochromatic Colors of #757589
Black with #757589
Text Example
Text Example
White with #757589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757589; }
p { color: rgb(117,117,137); }
H1.HeaderClassName
{
color: #757589;
}
.AnyTagClassName
{
color: #757589;
}
</style>
background-color css
<style>
a { background-color: #757589; }
a { background-color: rgb(117,117,137); }
div.DivClassName
{
background-color: #757589;
}
.BgClassName
{
background-color: #757589;
}
</style>
border-color css
<style>
span { border-color: #757589; }
span { border-color: rgb(117,117,137); }
td.TdClassName
{
border-color: #757589;
}
.TagClassName
{
border-color: #757589;
}
</style>