Shades of Storm Grey #747897
Tints of Storm Grey #747897
RGB
CMYK
RGB Variations
Color information
#747897 (or 0x747897) is known color: Storm Grey. HEX triplet: 74, 78 and 97. RGB value is (116,120,151). Sum of RGB (Red+Green+Blue) = 116+120+151=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #747897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747897 is #8B8768. Grayscale: #7A7A7A. Windows color (decimal): -9144169 or 9926772. OLE color: 9926772.
HSL color Cylindrical-coordinate representation of color #747897: hue angle of 233.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747897 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 120 | 151 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.41 |
| HSL | 233.14º | 0.14% | 0.52% | - |
| HSV(B) | 233.14º | 0.23% | 0.59% | - |
| XYZ | 19.5 | 19.38 | 31.99 | - |
| YUV | 122.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 151 | 0.23 | 0.21 | 0 | 0.41 | 233.14 | 0.14 | 0.52 |
| Hex | 74 | 78 | 97 | 17 | 15 | 0 | 29 | E9 | E | 34 |
| Octal | 164 | 170 | 227 | 27 | 25 | 0 | 51 | 351 | 16 | 64 |
| Binary | 1110100 | 1111000 | 10010111 | 10111 | 10101 | 0 | 101001 | 11101001 | 1110 | 110100 |
Color Harmonies of #747897
Complementary color
Monochromatic Colors of #747897
Black with #747897
Text Example
Text Example
White with #747897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747897; }
p { color: rgb(116,120,151); }
H1.HeaderClassName
{
color: #747897;
}
.AnyTagClassName
{
color: #747897;
}
</style>
background-color css
<style>
a { background-color: #747897; }
a { background-color: rgb(116,120,151); }
div.DivClassName
{
background-color: #747897;
}
.BgClassName
{
background-color: #747897;
}
</style>
border-color css
<style>
span { border-color: #747897; }
span { border-color: rgb(116,120,151); }
td.TdClassName
{
border-color: #747897;
}
.TagClassName
{
border-color: #747897;
}
</style>