Shades of Storm Grey #737682
Tints of Storm Grey #737682
RGB
CMYK
RGB Variations
Color information
#737682 (or 0x737682) is known color: Storm Grey. HEX triplet: 73, 76 and 82. RGB value is (115,118,130). Sum of RGB (Red+Green+Blue) = 115+118+130=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #737682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737682 is #8C897D. Grayscale: #767676. Windows color (decimal): -9210238 or 8550003. OLE color: 8550003.
HSL color Cylindrical-coordinate representation of color #737682: hue angle of 228º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737682 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 118 | 130 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.49 |
| HSL | 228º | 0.06% | 0.48% | - |
| HSV(B) | 228º | 0.12% | 0.51% | - |
| XYZ | 17.58 | 18.21 | 23.71 | - |
| YUV | 118.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 130 | 0.12 | 0.09 | 0 | 0.49 | 228 | 0.06 | 0.48 |
| Hex | 73 | 76 | 82 | C | 9 | 0 | 31 | E4 | 6 | 30 |
| Octal | 163 | 166 | 202 | 14 | 11 | 0 | 61 | 344 | 6 | 60 |
| Binary | 1110011 | 1110110 | 10000010 | 1100 | 1001 | 0 | 110001 | 11100100 | 110 | 110000 |
Color Harmonies of #737682
Complementary color
Monochromatic Colors of #737682
Black with #737682
Text Example
Text Example
White with #737682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737682; }
p { color: rgb(115,118,130); }
H1.HeaderClassName
{
color: #737682;
}
.AnyTagClassName
{
color: #737682;
}
</style>
background-color css
<style>
a { background-color: #737682; }
a { background-color: rgb(115,118,130); }
div.DivClassName
{
background-color: #737682;
}
.BgClassName
{
background-color: #737682;
}
</style>
border-color css
<style>
span { border-color: #737682; }
span { border-color: rgb(115,118,130); }
td.TdClassName
{
border-color: #737682;
}
.TagClassName
{
border-color: #737682;
}
</style>