Shades of Storm Grey #737B84
Tints of Storm Grey #737B84
RGB
CMYK
RGB Variations
Color information
#737B84 (or 0x737B84) is known color: Storm Grey. HEX triplet: 73, 7B and 84. RGB value is (115,123,132). Sum of RGB (Red+Green+Blue) = 115+123+132=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #737B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737B84 is #8C847B. Grayscale: #797979. Windows color (decimal): -9208956 or 8682355. OLE color: 8682355.
HSL color Cylindrical-coordinate representation of color #737B84: hue angle of 211.76º 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 #737B84 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 123 | 132 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.48 |
| HSL | 211.76º | 0.07% | 0.48% | - |
| HSV(B) | 211.76º | 0.13% | 0.52% | - |
| XYZ | 18.32 | 19.48 | 24.62 | - |
| YUV | 121.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 132 | 0.13 | 0.07 | 0 | 0.48 | 211.76 | 0.07 | 0.48 |
| Hex | 73 | 7B | 84 | D | 7 | 0 | 30 | D4 | 7 | 30 |
| Octal | 163 | 173 | 204 | 15 | 7 | 0 | 60 | 324 | 7 | 60 |
| Binary | 1110011 | 1111011 | 10000100 | 1101 | 111 | 0 | 110000 | 11010100 | 111 | 110000 |
Color Harmonies of #737B84
Complementary color
Monochromatic Colors of #737B84
Black with #737B84
Text Example
Text Example
White with #737B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B84; }
p { color: rgb(115,123,132); }
H1.HeaderClassName
{
color: #737B84;
}
.AnyTagClassName
{
color: #737B84;
}
</style>
background-color css
<style>
a { background-color: #737B84; }
a { background-color: rgb(115,123,132); }
div.DivClassName
{
background-color: #737B84;
}
.BgClassName
{
background-color: #737B84;
}
</style>
border-color css
<style>
span { border-color: #737B84; }
span { border-color: rgb(115,123,132); }
td.TdClassName
{
border-color: #737B84;
}
.TagClassName
{
border-color: #737B84;
}
</style>