Shades of Storm Grey #737885
Tints of Storm Grey #737885
RGB
CMYK
RGB Variations
Color information
#737885 (or 0x737885) is known color: Storm Grey. HEX triplet: 73, 78 and 85. RGB value is (115,120,133). Sum of RGB (Red+Green+Blue) = 115+120+133=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #737885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737885 is #8C877A. Grayscale: #777777. Windows color (decimal): -9209723 or 8747123. OLE color: 8747123.
HSL color Cylindrical-coordinate representation of color #737885: hue angle of 223.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #737885 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 120 | 133 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.48 |
| HSL | 223.33º | 0.07% | 0.49% | - |
| HSV(B) | 223.33º | 0.14% | 0.52% | - |
| XYZ | 18.02 | 18.77 | 24.86 | - |
| YUV | 119.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 133 | 0.14 | 0.10 | 0 | 0.48 | 223.33 | 0.07 | 0.49 |
| Hex | 73 | 78 | 85 | E | A | 0 | 30 | DF | 7 | 31 |
| Octal | 163 | 170 | 205 | 16 | 12 | 0 | 60 | 337 | 7 | 61 |
| Binary | 1110011 | 1111000 | 10000101 | 1110 | 1010 | 0 | 110000 | 11011111 | 111 | 110001 |
Color Harmonies of #737885
Complementary color
Monochromatic Colors of #737885
Black with #737885
Text Example
Text Example
White with #737885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737885; }
p { color: rgb(115,120,133); }
H1.HeaderClassName
{
color: #737885;
}
.AnyTagClassName
{
color: #737885;
}
</style>
background-color css
<style>
a { background-color: #737885; }
a { background-color: rgb(115,120,133); }
div.DivClassName
{
background-color: #737885;
}
.BgClassName
{
background-color: #737885;
}
</style>
border-color css
<style>
span { border-color: #737885; }
span { border-color: rgb(115,120,133); }
td.TdClassName
{
border-color: #737885;
}
.TagClassName
{
border-color: #737885;
}
</style>