Shades of Storm Grey #747891
Tints of Storm Grey #747891
RGB
CMYK
RGB Variations
Color information
#747891 (or 0x747891) is known color: Storm Grey. HEX triplet: 74, 78 and 91. RGB value is (116,120,145). Sum of RGB (Red+Green+Blue) = 116+120+145=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #747891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747891 is #8B876E. Grayscale: #797979. Windows color (decimal): -9144175 or 9533556. OLE color: 9533556.
HSL color Cylindrical-coordinate representation of color #747891: hue angle of 231.72º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747891 is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 120 | 145 | - |
| CMYK | 0.2 | 0.17 | 0 | 0.43 |
| HSL | 231.72º | 0.12% | 0.51% | - |
| HSV(B) | 231.72º | 0.2% | 0.57% | - |
| XYZ | 19.03 | 19.19 | 29.49 | - |
| YUV | 121.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 145 | 0.2 | 0.17 | 0 | 0.43 | 231.72 | 0.12 | 0.51 |
| Hex | 74 | 78 | 91 | 14 | 11 | 0 | 2B | E8 | C | 33 |
| Octal | 164 | 170 | 221 | 24 | 21 | 0 | 53 | 350 | 14 | 63 |
| Binary | 1110100 | 1111000 | 10010001 | 10100 | 10001 | 0 | 101011 | 11101000 | 1100 | 110011 |
Color Harmonies of #747891
Complementary color
Monochromatic Colors of #747891
Black with #747891
Text Example
Text Example
White with #747891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747891; }
p { color: rgb(116,120,145); }
H1.HeaderClassName
{
color: #747891;
}
.AnyTagClassName
{
color: #747891;
}
</style>
background-color css
<style>
a { background-color: #747891; }
a { background-color: rgb(116,120,145); }
div.DivClassName
{
background-color: #747891;
}
.BgClassName
{
background-color: #747891;
}
</style>
border-color css
<style>
span { border-color: #747891; }
span { border-color: rgb(116,120,145); }
td.TdClassName
{
border-color: #747891;
}
.TagClassName
{
border-color: #747891;
}
</style>