Shades of Storm Grey #737893
Tints of Storm Grey #737893
RGB
CMYK
RGB Variations
Color information
#737893 (or 0x737893) is known color: Storm Grey. HEX triplet: 73, 78 and 93. RGB value is (115,120,147). Sum of RGB (Red+Green+Blue) = 115+120+147=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #737893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737893 is #8C876C. Grayscale: #797979. Windows color (decimal): -9209709 or 9664627. OLE color: 9664627.
HSL color Cylindrical-coordinate representation of color #737893: hue angle of 230.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737893 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 120 | 147 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.42 |
| HSL | 230.63º | 0.13% | 0.51% | - |
| HSV(B) | 230.63º | 0.22% | 0.58% | - |
| XYZ | 19.05 | 19.18 | 30.3 | - |
| YUV | 121.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 147 | 0.22 | 0.18 | 0 | 0.42 | 230.63 | 0.13 | 0.51 |
| Hex | 73 | 78 | 93 | 16 | 12 | 0 | 2A | E7 | D | 33 |
| Octal | 163 | 170 | 223 | 26 | 22 | 0 | 52 | 347 | 15 | 63 |
| Binary | 1110011 | 1111000 | 10010011 | 10110 | 10010 | 0 | 101010 | 11100111 | 1101 | 110011 |
Color Harmonies of #737893
Complementary color
Monochromatic Colors of #737893
Black with #737893
Text Example
Text Example
White with #737893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737893; }
p { color: rgb(115,120,147); }
H1.HeaderClassName
{
color: #737893;
}
.AnyTagClassName
{
color: #737893;
}
</style>
background-color css
<style>
a { background-color: #737893; }
a { background-color: rgb(115,120,147); }
div.DivClassName
{
background-color: #737893;
}
.BgClassName
{
background-color: #737893;
}
</style>
border-color css
<style>
span { border-color: #737893; }
span { border-color: rgb(115,120,147); }
td.TdClassName
{
border-color: #737893;
}
.TagClassName
{
border-color: #737893;
}
</style>