Shades of Storm Grey #747695
Tints of Storm Grey #747695
RGB
CMYK
RGB Variations
Color information
#747695 (or 0x747695) is known color: Storm Grey. HEX triplet: 74, 76 and 95. RGB value is (116,118,149). Sum of RGB (Red+Green+Blue) = 116+118+149=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #747695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747695 is #8B896A. Grayscale: #787878. Windows color (decimal): -9144683 or 9795188. OLE color: 9795188.
HSL color Cylindrical-coordinate representation of color #747695: hue angle of 236.36º 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 #747695 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 118 | 149 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.42 |
| HSL | 236.36º | 0.13% | 0.52% | - |
| HSV(B) | 236.36º | 0.22% | 0.58% | - |
| XYZ | 19.11 | 18.84 | 31.06 | - |
| YUV | 120.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 149 | 0.22 | 0.21 | 0 | 0.42 | 236.36 | 0.13 | 0.52 |
| Hex | 74 | 76 | 95 | 16 | 15 | 0 | 2A | EC | D | 34 |
| Octal | 164 | 166 | 225 | 26 | 25 | 0 | 52 | 354 | 15 | 64 |
| Binary | 1110100 | 1110110 | 10010101 | 10110 | 10101 | 0 | 101010 | 11101100 | 1101 | 110100 |
Color Harmonies of #747695
Complementary color
Monochromatic Colors of #747695
Black with #747695
Text Example
Text Example
White with #747695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747695; }
p { color: rgb(116,118,149); }
H1.HeaderClassName
{
color: #747695;
}
.AnyTagClassName
{
color: #747695;
}
</style>
background-color css
<style>
a { background-color: #747695; }
a { background-color: rgb(116,118,149); }
div.DivClassName
{
background-color: #747695;
}
.BgClassName
{
background-color: #747695;
}
</style>
border-color css
<style>
span { border-color: #747695; }
span { border-color: rgb(116,118,149); }
td.TdClassName
{
border-color: #747695;
}
.TagClassName
{
border-color: #747695;
}
</style>