Shades of Storm Grey #757895
Tints of Storm Grey #757895
RGB
CMYK
RGB Variations
Color information
#757895 (or 0x757895) is known color: Storm Grey. HEX triplet: 75, 78 and 95. RGB value is (117,120,149). Sum of RGB (Red+Green+Blue) = 117+120+149=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #757895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757895 is #8A876A. Grayscale: #7A7A7A. Windows color (decimal): -9078635 or 9795701. OLE color: 9795701.
HSL color Cylindrical-coordinate representation of color #757895: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757895 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 120 | 149 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.42 |
| HSL | 234.38º | 0.13% | 0.52% | - |
| HSV(B) | 234.38º | 0.21% | 0.58% | - |
| XYZ | 19.48 | 19.38 | 31.15 | - |
| YUV | 122.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 149 | 0.21 | 0.19 | 0 | 0.42 | 234.38 | 0.13 | 0.52 |
| Hex | 75 | 78 | 95 | 15 | 13 | 0 | 2A | EA | D | 34 |
| Octal | 165 | 170 | 225 | 25 | 23 | 0 | 52 | 352 | 15 | 64 |
| Binary | 1110101 | 1111000 | 10010101 | 10101 | 10011 | 0 | 101010 | 11101010 | 1101 | 110100 |
Color Harmonies of #757895
Complementary color
Monochromatic Colors of #757895
Black with #757895
Text Example
Text Example
White with #757895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757895; }
p { color: rgb(117,120,149); }
H1.HeaderClassName
{
color: #757895;
}
.AnyTagClassName
{
color: #757895;
}
</style>
background-color css
<style>
a { background-color: #757895; }
a { background-color: rgb(117,120,149); }
div.DivClassName
{
background-color: #757895;
}
.BgClassName
{
background-color: #757895;
}
</style>
border-color css
<style>
span { border-color: #757895; }
span { border-color: rgb(117,120,149); }
td.TdClassName
{
border-color: #757895;
}
.TagClassName
{
border-color: #757895;
}
</style>