Shades of Storm Grey #737686
Tints of Storm Grey #737686
RGB
CMYK
RGB Variations
Color information
#737686 (or 0x737686) is known color: Storm Grey. HEX triplet: 73, 76 and 86. RGB value is (115,118,134). Sum of RGB (Red+Green+Blue) = 115+118+134=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #737686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737686 is #8C8979. Grayscale: #767676. Windows color (decimal): -9210234 or 8812147. OLE color: 8812147.
HSL color Cylindrical-coordinate representation of color #737686: hue angle of 230.53º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737686 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 118 | 134 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.47 |
| HSL | 230.53º | 0.08% | 0.49% | - |
| HSV(B) | 230.53º | 0.14% | 0.53% | - |
| XYZ | 17.85 | 18.32 | 25.15 | - |
| YUV | 118.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 134 | 0.14 | 0.12 | 0 | 0.47 | 230.53 | 0.08 | 0.49 |
| Hex | 73 | 76 | 86 | E | C | 0 | 2F | E7 | 8 | 31 |
| Octal | 163 | 166 | 206 | 16 | 14 | 0 | 57 | 347 | 10 | 61 |
| Binary | 1110011 | 1110110 | 10000110 | 1110 | 1100 | 0 | 101111 | 11100111 | 1000 | 110001 |
Color Harmonies of #737686
Complementary color
Monochromatic Colors of #737686
Black with #737686
Text Example
Text Example
White with #737686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737686; }
p { color: rgb(115,118,134); }
H1.HeaderClassName
{
color: #737686;
}
.AnyTagClassName
{
color: #737686;
}
</style>
background-color css
<style>
a { background-color: #737686; }
a { background-color: rgb(115,118,134); }
div.DivClassName
{
background-color: #737686;
}
.BgClassName
{
background-color: #737686;
}
</style>
border-color css
<style>
span { border-color: #737686; }
span { border-color: rgb(115,118,134); }
td.TdClassName
{
border-color: #737686;
}
.TagClassName
{
border-color: #737686;
}
</style>