Shades of Storm Grey #737A84
Tints of Storm Grey #737A84
RGB
CMYK
RGB Variations
Color information
#737A84 (or 0x737A84) is known color: Storm Grey. HEX triplet: 73, 7A and 84. RGB value is (115,122,132). Sum of RGB (Red+Green+Blue) = 115+122+132=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #737A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A84 is #8C857B. Grayscale: #787878. Windows color (decimal): -9209212 or 8682099. OLE color: 8682099.
HSL color Cylindrical-coordinate representation of color #737A84: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737A84 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 122 | 132 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.48 |
| HSL | 215.29º | 0.07% | 0.48% | - |
| HSV(B) | 215.29º | 0.13% | 0.52% | - |
| XYZ | 18.19 | 19.23 | 24.58 | - |
| YUV | 121.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 132 | 0.13 | 0.08 | 0 | 0.48 | 215.29 | 0.07 | 0.48 |
| Hex | 73 | 7A | 84 | D | 8 | 0 | 30 | D7 | 7 | 30 |
| Octal | 163 | 172 | 204 | 15 | 10 | 0 | 60 | 327 | 7 | 60 |
| Binary | 1110011 | 1111010 | 10000100 | 1101 | 1000 | 0 | 110000 | 11010111 | 111 | 110000 |
Color Harmonies of #737A84
Complementary color
Monochromatic Colors of #737A84
Black with #737A84
Text Example
Text Example
White with #737A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A84; }
p { color: rgb(115,122,132); }
H1.HeaderClassName
{
color: #737A84;
}
.AnyTagClassName
{
color: #737A84;
}
</style>
background-color css
<style>
a { background-color: #737A84; }
a { background-color: rgb(115,122,132); }
div.DivClassName
{
background-color: #737A84;
}
.BgClassName
{
background-color: #737A84;
}
</style>
border-color css
<style>
span { border-color: #737A84; }
span { border-color: rgb(115,122,132); }
td.TdClassName
{
border-color: #737A84;
}
.TagClassName
{
border-color: #737A84;
}
</style>