Shades of Storm Grey #747A8C
Tints of Storm Grey #747A8C
RGB
CMYK
RGB Variations
Color information
#747A8C (or 0x747A8C) is known color: Storm Grey. HEX triplet: 74, 7A and 8C. RGB value is (116,122,140). Sum of RGB (Red+Green+Blue) = 116+122+140=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #747A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A8C is #8B8573. Grayscale: #7A7A7A. Windows color (decimal): -9143668 or 9206388. OLE color: 9206388.
HSL color Cylindrical-coordinate representation of color #747A8C: hue angle of 225º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747A8C is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 122 | 140 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.45 |
| HSL | 225º | 0.09% | 0.5% | - |
| HSV(B) | 225º | 0.17% | 0.55% | - |
| XYZ | 18.9 | 19.53 | 27.58 | - |
| YUV | 122.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 140 | 0.17 | 0.13 | 0 | 0.45 | 225 | 0.09 | 0.5 |
| Hex | 74 | 7A | 8C | 11 | D | 0 | 2D | E1 | 9 | 32 |
| Octal | 164 | 172 | 214 | 21 | 15 | 0 | 55 | 341 | 11 | 62 |
| Binary | 1110100 | 1111010 | 10001100 | 10001 | 1101 | 0 | 101101 | 11100001 | 1001 | 110010 |
Color Harmonies of #747A8C
Complementary color
Monochromatic Colors of #747A8C
Black with #747A8C
Text Example
Text Example
White with #747A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A8C; }
p { color: rgb(116,122,140); }
H1.HeaderClassName
{
color: #747A8C;
}
.AnyTagClassName
{
color: #747A8C;
}
</style>
background-color css
<style>
a { background-color: #747A8C; }
a { background-color: rgb(116,122,140); }
div.DivClassName
{
background-color: #747A8C;
}
.BgClassName
{
background-color: #747A8C;
}
</style>
border-color css
<style>
span { border-color: #747A8C; }
span { border-color: rgb(116,122,140); }
td.TdClassName
{
border-color: #747A8C;
}
.TagClassName
{
border-color: #747A8C;
}
</style>