Shades of Storm Grey #737A88
Tints of Storm Grey #737A88
RGB
CMYK
RGB Variations
Color information
#737A88 (or 0x737A88) is known color: Storm Grey. HEX triplet: 73, 7A and 88. RGB value is (115,122,136). Sum of RGB (Red+Green+Blue) = 115+122+136=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #737A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A88 is #8C8577. Grayscale: #797979. Windows color (decimal): -9209208 or 8944243. OLE color: 8944243.
HSL color Cylindrical-coordinate representation of color #737A88: hue angle of 220º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737A88 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 122 | 136 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.47 |
| HSL | 220º | 0.08% | 0.49% | - |
| HSV(B) | 220º | 0.15% | 0.53% | - |
| XYZ | 18.47 | 19.34 | 26.05 | - |
| YUV | 121.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 136 | 0.15 | 0.10 | 0 | 0.47 | 220 | 0.08 | 0.49 |
| Hex | 73 | 7A | 88 | F | A | 0 | 2F | DC | 8 | 31 |
| Octal | 163 | 172 | 210 | 17 | 12 | 0 | 57 | 334 | 10 | 61 |
| Binary | 1110011 | 1111010 | 10001000 | 1111 | 1010 | 0 | 101111 | 11011100 | 1000 | 110001 |
Color Harmonies of #737A88
Complementary color
Monochromatic Colors of #737A88
Black with #737A88
Text Example
Text Example
White with #737A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A88; }
p { color: rgb(115,122,136); }
H1.HeaderClassName
{
color: #737A88;
}
.AnyTagClassName
{
color: #737A88;
}
</style>
background-color css
<style>
a { background-color: #737A88; }
a { background-color: rgb(115,122,136); }
div.DivClassName
{
background-color: #737A88;
}
.BgClassName
{
background-color: #737A88;
}
</style>
border-color css
<style>
span { border-color: #737A88; }
span { border-color: rgb(115,122,136); }
td.TdClassName
{
border-color: #737A88;
}
.TagClassName
{
border-color: #737A88;
}
</style>