Shades of Storm Grey #747895
Tints of Storm Grey #747895
RGB
CMYK
RGB Variations
Color information
#747895 (or 0x747895) is known color: Storm Grey. HEX triplet: 74, 78 and 95. RGB value is (116,120,149). Sum of RGB (Red+Green+Blue) = 116+120+149=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #747895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747895 is #8B876A. Grayscale: #797979. Windows color (decimal): -9144171 or 9795700. OLE color: 9795700.
HSL color Cylindrical-coordinate representation of color #747895: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #747895 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 120 | 149 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.42 |
| HSL | 232.73º | 0.13% | 0.52% | - |
| HSV(B) | 232.73º | 0.22% | 0.58% | - |
| XYZ | 19.34 | 19.32 | 31.14 | - |
| YUV | 122.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 149 | 0.22 | 0.19 | 0 | 0.42 | 232.73 | 0.13 | 0.52 |
| Hex | 74 | 78 | 95 | 16 | 13 | 0 | 2A | E9 | D | 34 |
| Octal | 164 | 170 | 225 | 26 | 23 | 0 | 52 | 351 | 15 | 64 |
| Binary | 1110100 | 1111000 | 10010101 | 10110 | 10011 | 0 | 101010 | 11101001 | 1101 | 110100 |
Color Harmonies of #747895
Complementary color
Monochromatic Colors of #747895
Black with #747895
Text Example
Text Example
White with #747895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747895; }
p { color: rgb(116,120,149); }
H1.HeaderClassName
{
color: #747895;
}
.AnyTagClassName
{
color: #747895;
}
</style>
background-color css
<style>
a { background-color: #747895; }
a { background-color: rgb(116,120,149); }
div.DivClassName
{
background-color: #747895;
}
.BgClassName
{
background-color: #747895;
}
</style>
border-color css
<style>
span { border-color: #747895; }
span { border-color: rgb(116,120,149); }
td.TdClassName
{
border-color: #747895;
}
.TagClassName
{
border-color: #747895;
}
</style>