Shades of Storm Grey #737583
Tints of Storm Grey #737583
RGB
CMYK
RGB Variations
Color information
#737583 (or 0x737583) is known color: Storm Grey. HEX triplet: 73, 75 and 83. RGB value is (115,117,131). Sum of RGB (Red+Green+Blue) = 115+117+131=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #737583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737583 is #8C8A7C. Grayscale: #757575. Windows color (decimal): -9210493 or 8615283. OLE color: 8615283.
HSL color Cylindrical-coordinate representation of color #737583: hue angle of 232.5º degrees, saturation: 0.07, 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 #737583 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 117 | 131 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.49 |
| HSL | 232.5º | 0.07% | 0.48% | - |
| HSV(B) | 232.5º | 0.12% | 0.51% | - |
| XYZ | 17.53 | 18.01 | 24.02 | - |
| YUV | 118 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 131 | 0.12 | 0.11 | 0 | 0.49 | 232.5 | 0.07 | 0.48 |
| Hex | 73 | 75 | 83 | C | B | 0 | 31 | E8 | 7 | 30 |
| Octal | 163 | 165 | 203 | 14 | 13 | 0 | 61 | 350 | 7 | 60 |
| Binary | 1110011 | 1110101 | 10000011 | 1100 | 1011 | 0 | 110001 | 11101000 | 111 | 110000 |
Color Harmonies of #737583
Complementary color
Monochromatic Colors of #737583
Black with #737583
Text Example
Text Example
White with #737583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737583; }
p { color: rgb(115,117,131); }
H1.HeaderClassName
{
color: #737583;
}
.AnyTagClassName
{
color: #737583;
}
</style>
background-color css
<style>
a { background-color: #737583; }
a { background-color: rgb(115,117,131); }
div.DivClassName
{
background-color: #737583;
}
.BgClassName
{
background-color: #737583;
}
</style>
border-color css
<style>
span { border-color: #737583; }
span { border-color: rgb(115,117,131); }
td.TdClassName
{
border-color: #737583;
}
.TagClassName
{
border-color: #737583;
}
</style>