Shades of Storm Grey #737A97
Tints of Storm Grey #737A97
RGB
CMYK
RGB Variations
Color information
#737A97 (or 0x737A97) is known color: Storm Grey. HEX triplet: 73, 7A and 97. RGB value is (115,122,151). Sum of RGB (Red+Green+Blue) = 115+122+151=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #737A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A97 is #8C8568. Grayscale: #7B7B7B. Windows color (decimal): -9209193 or 9927283. OLE color: 9927283.
HSL color Cylindrical-coordinate representation of color #737A97: hue angle of 228.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #737A97 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 122 | 151 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.41 |
| HSL | 228.33º | 0.15% | 0.52% | - |
| HSV(B) | 228.33º | 0.24% | 0.59% | - |
| XYZ | 19.62 | 19.8 | 32.07 | - |
| YUV | 123.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 151 | 0.24 | 0.19 | 0 | 0.41 | 228.33 | 0.15 | 0.52 |
| Hex | 73 | 7A | 97 | 18 | 13 | 0 | 29 | E4 | F | 34 |
| Octal | 163 | 172 | 227 | 30 | 23 | 0 | 51 | 344 | 17 | 64 |
| Binary | 1110011 | 1111010 | 10010111 | 11000 | 10011 | 0 | 101001 | 11100100 | 1111 | 110100 |
Color Harmonies of #737A97
Complementary color
Monochromatic Colors of #737A97
Black with #737A97
Text Example
Text Example
White with #737A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A97; }
p { color: rgb(115,122,151); }
H1.HeaderClassName
{
color: #737A97;
}
.AnyTagClassName
{
color: #737A97;
}
</style>
background-color css
<style>
a { background-color: #737A97; }
a { background-color: rgb(115,122,151); }
div.DivClassName
{
background-color: #737A97;
}
.BgClassName
{
background-color: #737A97;
}
</style>
border-color css
<style>
span { border-color: #737A97; }
span { border-color: rgb(115,122,151); }
td.TdClassName
{
border-color: #737A97;
}
.TagClassName
{
border-color: #737A97;
}
</style>