Shades of Storm Grey #737684
Tints of Storm Grey #737684
RGB
CMYK
RGB Variations
Color information
#737684 (or 0x737684) is known color: Storm Grey. HEX triplet: 73, 76 and 84. RGB value is (115,118,132). Sum of RGB (Red+Green+Blue) = 115+118+132=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #737684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737684 is #8C897B. Grayscale: #767676. Windows color (decimal): -9210236 or 8681075. OLE color: 8681075.
HSL color Cylindrical-coordinate representation of color #737684: hue angle of 229.41º 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 #737684 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 118 | 132 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.48 |
| HSL | 229.41º | 0.07% | 0.48% | - |
| HSV(B) | 229.41º | 0.13% | 0.52% | - |
| XYZ | 17.71 | 18.27 | 24.42 | - |
| YUV | 118.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 132 | 0.13 | 0.11 | 0 | 0.48 | 229.41 | 0.07 | 0.48 |
| Hex | 73 | 76 | 84 | D | B | 0 | 30 | E5 | 7 | 30 |
| Octal | 163 | 166 | 204 | 15 | 13 | 0 | 60 | 345 | 7 | 60 |
| Binary | 1110011 | 1110110 | 10000100 | 1101 | 1011 | 0 | 110000 | 11100101 | 111 | 110000 |
Color Harmonies of #737684
Complementary color
Monochromatic Colors of #737684
Black with #737684
Text Example
Text Example
White with #737684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737684; }
p { color: rgb(115,118,132); }
H1.HeaderClassName
{
color: #737684;
}
.AnyTagClassName
{
color: #737684;
}
</style>
background-color css
<style>
a { background-color: #737684; }
a { background-color: rgb(115,118,132); }
div.DivClassName
{
background-color: #737684;
}
.BgClassName
{
background-color: #737684;
}
</style>
border-color css
<style>
span { border-color: #737684; }
span { border-color: rgb(115,118,132); }
td.TdClassName
{
border-color: #737684;
}
.TagClassName
{
border-color: #737684;
}
</style>