Shades of Storm Grey #737685
Tints of Storm Grey #737685
RGB
CMYK
RGB Variations
Color information
#737685 (or 0x737685) is known color: Storm Grey. HEX triplet: 73, 76 and 85. RGB value is (115,118,133). Sum of RGB (Red+Green+Blue) = 115+118+133=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #737685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737685 is #8C897A. Grayscale: #767676. Windows color (decimal): -9210235 or 8746611. OLE color: 8746611.
HSL color Cylindrical-coordinate representation of color #737685: hue angle of 230º 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 #737685 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 118 | 133 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.48 |
| HSL | 230º | 0.07% | 0.49% | - |
| HSV(B) | 230º | 0.14% | 0.52% | - |
| XYZ | 17.78 | 18.3 | 24.78 | - |
| YUV | 118.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 133 | 0.14 | 0.11 | 0 | 0.48 | 230 | 0.07 | 0.49 |
| Hex | 73 | 76 | 85 | E | B | 0 | 30 | E6 | 7 | 31 |
| Octal | 163 | 166 | 205 | 16 | 13 | 0 | 60 | 346 | 7 | 61 |
| Binary | 1110011 | 1110110 | 10000101 | 1110 | 1011 | 0 | 110000 | 11100110 | 111 | 110001 |
Color Harmonies of #737685
Complementary color
Monochromatic Colors of #737685
Black with #737685
Text Example
Text Example
White with #737685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737685; }
p { color: rgb(115,118,133); }
H1.HeaderClassName
{
color: #737685;
}
.AnyTagClassName
{
color: #737685;
}
</style>
background-color css
<style>
a { background-color: #737685; }
a { background-color: rgb(115,118,133); }
div.DivClassName
{
background-color: #737685;
}
.BgClassName
{
background-color: #737685;
}
</style>
border-color css
<style>
span { border-color: #737685; }
span { border-color: rgb(115,118,133); }
td.TdClassName
{
border-color: #737685;
}
.TagClassName
{
border-color: #737685;
}
</style>