Shades of Storm Grey #737A91
Tints of Storm Grey #737A91
RGB
CMYK
RGB Variations
Color information
#737A91 (or 0x737A91) is known color: Storm Grey. HEX triplet: 73, 7A and 91. RGB value is (115,122,145). Sum of RGB (Red+Green+Blue) = 115+122+145=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #737A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A91 is #8C856E. Grayscale: #7A7A7A. Windows color (decimal): -9209199 or 9534067. OLE color: 9534067.
HSL color Cylindrical-coordinate representation of color #737A91: hue angle of 226º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #737A91 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 122 | 145 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.43 |
| HSL | 226º | 0.12% | 0.51% | - |
| HSV(B) | 226º | 0.21% | 0.57% | - |
| XYZ | 19.14 | 19.61 | 29.56 | - |
| YUV | 122.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 145 | 0.21 | 0.16 | 0 | 0.43 | 226 | 0.12 | 0.51 |
| Hex | 73 | 7A | 91 | 15 | 10 | 0 | 2B | E2 | C | 33 |
| Octal | 163 | 172 | 221 | 25 | 20 | 0 | 53 | 342 | 14 | 63 |
| Binary | 1110011 | 1111010 | 10010001 | 10101 | 10000 | 0 | 101011 | 11100010 | 1100 | 110011 |
Color Harmonies of #737A91
Complementary color
Monochromatic Colors of #737A91
Black with #737A91
Text Example
Text Example
White with #737A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A91; }
p { color: rgb(115,122,145); }
H1.HeaderClassName
{
color: #737A91;
}
.AnyTagClassName
{
color: #737A91;
}
</style>
background-color css
<style>
a { background-color: #737A91; }
a { background-color: rgb(115,122,145); }
div.DivClassName
{
background-color: #737A91;
}
.BgClassName
{
background-color: #737A91;
}
</style>
border-color css
<style>
span { border-color: #737A91; }
span { border-color: rgb(115,122,145); }
td.TdClassName
{
border-color: #737A91;
}
.TagClassName
{
border-color: #737A91;
}
</style>