Shades of Storm Grey #747A82
Tints of Storm Grey #747A82
RGB
CMYK
RGB Variations
Color information
#747A82 (or 0x747A82) is known color: Storm Grey. HEX triplet: 74, 7A and 82. RGB value is (116,122,130). Sum of RGB (Red+Green+Blue) = 116+122+130=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 130 - color contains mainly: blue. Hex color #747A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A82 is #8B857D. Grayscale: #797979. Windows color (decimal): -9143678 or 8551028. OLE color: 8551028.
HSL color Cylindrical-coordinate representation of color #747A82: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747A82 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 122 | 130 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.49 |
| HSL | 214.29º | 0.06% | 0.48% | - |
| HSV(B) | 214.29º | 0.11% | 0.51% | - |
| XYZ | 18.19 | 19.24 | 23.87 | - |
| YUV | 121.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 130 | 0.11 | 0.06 | 0 | 0.49 | 214.29 | 0.06 | 0.48 |
| Hex | 74 | 7A | 82 | B | 6 | 0 | 31 | D6 | 6 | 30 |
| Octal | 164 | 172 | 202 | 13 | 6 | 0 | 61 | 326 | 6 | 60 |
| Binary | 1110100 | 1111010 | 10000010 | 1011 | 110 | 0 | 110001 | 11010110 | 110 | 110000 |
Color Harmonies of #747A82
Complementary color
Monochromatic Colors of #747A82
Black with #747A82
Text Example
Text Example
White with #747A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A82; }
p { color: rgb(116,122,130); }
H1.HeaderClassName
{
color: #747A82;
}
.AnyTagClassName
{
color: #747A82;
}
</style>
background-color css
<style>
a { background-color: #747A82; }
a { background-color: rgb(116,122,130); }
div.DivClassName
{
background-color: #747A82;
}
.BgClassName
{
background-color: #747A82;
}
</style>
border-color css
<style>
span { border-color: #747A82; }
span { border-color: rgb(116,122,130); }
td.TdClassName
{
border-color: #747A82;
}
.TagClassName
{
border-color: #747A82;
}
</style>