Shades of Storm Grey #747992
Tints of Storm Grey #747992
RGB
CMYK
RGB Variations
Color information
#747992 (or 0x747992) is known color: Storm Grey. HEX triplet: 74, 79 and 92. RGB value is (116,121,146). Sum of RGB (Red+Green+Blue) = 116+121+146=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #747992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747992 is #8B866D. Grayscale: #7A7A7A. Windows color (decimal): -9143918 or 9599348. OLE color: 9599348.
HSL color Cylindrical-coordinate representation of color #747992: hue angle of 230º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747992 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 121 | 146 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.43 |
| HSL | 230º | 0.12% | 0.51% | - |
| HSV(B) | 230º | 0.21% | 0.57% | - |
| XYZ | 19.23 | 19.46 | 29.94 | - |
| YUV | 122.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 146 | 0.21 | 0.17 | 0 | 0.43 | 230 | 0.12 | 0.51 |
| Hex | 74 | 79 | 92 | 15 | 11 | 0 | 2B | E6 | C | 33 |
| Octal | 164 | 171 | 222 | 25 | 21 | 0 | 53 | 346 | 14 | 63 |
| Binary | 1110100 | 1111001 | 10010010 | 10101 | 10001 | 0 | 101011 | 11100110 | 1100 | 110011 |
Color Harmonies of #747992
Complementary color
Monochromatic Colors of #747992
Black with #747992
Text Example
Text Example
White with #747992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747992; }
p { color: rgb(116,121,146); }
H1.HeaderClassName
{
color: #747992;
}
.AnyTagClassName
{
color: #747992;
}
</style>
background-color css
<style>
a { background-color: #747992; }
a { background-color: rgb(116,121,146); }
div.DivClassName
{
background-color: #747992;
}
.BgClassName
{
background-color: #747992;
}
</style>
border-color css
<style>
span { border-color: #747992; }
span { border-color: rgb(116,121,146); }
td.TdClassName
{
border-color: #747992;
}
.TagClassName
{
border-color: #747992;
}
</style>