Shades of Storm Grey #737585
Tints of Storm Grey #737585
RGB
CMYK
RGB Variations
Color information
#737585 (or 0x737585) is known color: Storm Grey. HEX triplet: 73, 75 and 85. RGB value is (115,117,133). Sum of RGB (Red+Green+Blue) = 115+117+133=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #737585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737585 is #8C8A7A. Grayscale: #767676. Windows color (decimal): -9210491 or 8746355. OLE color: 8746355.
HSL color Cylindrical-coordinate representation of color #737585: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737585 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 117 | 133 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.48 |
| HSL | 233.33º | 0.07% | 0.49% | - |
| HSV(B) | 233.33º | 0.14% | 0.52% | - |
| XYZ | 17.67 | 18.06 | 24.75 | - |
| YUV | 118.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 133 | 0.14 | 0.12 | 0 | 0.48 | 233.33 | 0.07 | 0.49 |
| Hex | 73 | 75 | 85 | E | C | 0 | 30 | E9 | 7 | 31 |
| Octal | 163 | 165 | 205 | 16 | 14 | 0 | 60 | 351 | 7 | 61 |
| Binary | 1110011 | 1110101 | 10000101 | 1110 | 1100 | 0 | 110000 | 11101001 | 111 | 110001 |
Color Harmonies of #737585
Complementary color
Monochromatic Colors of #737585
Black with #737585
Text Example
Text Example
White with #737585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737585; }
p { color: rgb(115,117,133); }
H1.HeaderClassName
{
color: #737585;
}
.AnyTagClassName
{
color: #737585;
}
</style>
background-color css
<style>
a { background-color: #737585; }
a { background-color: rgb(115,117,133); }
div.DivClassName
{
background-color: #737585;
}
.BgClassName
{
background-color: #737585;
}
</style>
border-color css
<style>
span { border-color: #737585; }
span { border-color: rgb(115,117,133); }
td.TdClassName
{
border-color: #737585;
}
.TagClassName
{
border-color: #737585;
}
</style>