Shades of Storm Grey #747A8E
Tints of Storm Grey #747A8E
RGB
CMYK
RGB Variations
Color information
#747A8E (or 0x747A8E) is known color: Storm Grey. HEX triplet: 74, 7A and 8E. RGB value is (116,122,142). Sum of RGB (Red+Green+Blue) = 116+122+142=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #747A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A8E is #8B8571. Grayscale: #7A7A7A. Windows color (decimal): -9143666 or 9337460. OLE color: 9337460.
HSL color Cylindrical-coordinate representation of color #747A8E: hue angle of 226.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747A8E is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 122 | 142 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.44 |
| HSL | 226.15º | 0.1% | 0.51% | - |
| HSV(B) | 226.15º | 0.18% | 0.56% | - |
| XYZ | 19.04 | 19.59 | 28.37 | - |
| YUV | 122.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 142 | 0.18 | 0.14 | 0 | 0.44 | 226.15 | 0.1 | 0.51 |
| Hex | 74 | 7A | 8E | 12 | E | 0 | 2C | E2 | A | 33 |
| Octal | 164 | 172 | 216 | 22 | 16 | 0 | 54 | 342 | 12 | 63 |
| Binary | 1110100 | 1111010 | 10001110 | 10010 | 1110 | 0 | 101100 | 11100010 | 1010 | 110011 |
Color Harmonies of #747A8E
Complementary color
Monochromatic Colors of #747A8E
Black with #747A8E
Text Example
Text Example
White with #747A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A8E; }
p { color: rgb(116,122,142); }
H1.HeaderClassName
{
color: #747A8E;
}
.AnyTagClassName
{
color: #747A8E;
}
</style>
background-color css
<style>
a { background-color: #747A8E; }
a { background-color: rgb(116,122,142); }
div.DivClassName
{
background-color: #747A8E;
}
.BgClassName
{
background-color: #747A8E;
}
</style>
border-color css
<style>
span { border-color: #747A8E; }
span { border-color: rgb(116,122,142); }
td.TdClassName
{
border-color: #747A8E;
}
.TagClassName
{
border-color: #747A8E;
}
</style>