Shades of Storm Grey #747A8D
Tints of Storm Grey #747A8D
RGB
CMYK
RGB Variations
Color information
#747A8D (or 0x747A8D) is known color: Storm Grey. HEX triplet: 74, 7A and 8D. RGB value is (116,122,141). Sum of RGB (Red+Green+Blue) = 116+122+141=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #747A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A8D is #8B8572. Grayscale: #7A7A7A. Windows color (decimal): -9143667 or 9271924. OLE color: 9271924.
HSL color Cylindrical-coordinate representation of color #747A8D: hue angle of 225.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747A8D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 122 | 141 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.45 |
| HSL | 225.6º | 0.1% | 0.5% | - |
| HSV(B) | 225.6º | 0.18% | 0.55% | - |
| XYZ | 18.97 | 19.56 | 27.97 | - |
| YUV | 122.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 141 | 0.18 | 0.13 | 0 | 0.45 | 225.6 | 0.1 | 0.5 |
| Hex | 74 | 7A | 8D | 12 | D | 0 | 2D | E2 | A | 32 |
| Octal | 164 | 172 | 215 | 22 | 15 | 0 | 55 | 342 | 12 | 62 |
| Binary | 1110100 | 1111010 | 10001101 | 10010 | 1101 | 0 | 101101 | 11100010 | 1010 | 110010 |
Color Harmonies of #747A8D
Complementary color
Monochromatic Colors of #747A8D
Black with #747A8D
Text Example
Text Example
White with #747A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A8D; }
p { color: rgb(116,122,141); }
H1.HeaderClassName
{
color: #747A8D;
}
.AnyTagClassName
{
color: #747A8D;
}
</style>
background-color css
<style>
a { background-color: #747A8D; }
a { background-color: rgb(116,122,141); }
div.DivClassName
{
background-color: #747A8D;
}
.BgClassName
{
background-color: #747A8D;
}
</style>
border-color css
<style>
span { border-color: #747A8D; }
span { border-color: rgb(116,122,141); }
td.TdClassName
{
border-color: #747A8D;
}
.TagClassName
{
border-color: #747A8D;
}
</style>