Shades of Storm Grey #737A8D
Tints of Storm Grey #737A8D
RGB
CMYK
RGB Variations
Color information
#737A8D (or 0x737A8D) is known color: Storm Grey. HEX triplet: 73, 7A and 8D. RGB value is (115,122,141). Sum of RGB (Red+Green+Blue) = 115+122+141=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #737A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A8D is #8C8572. Grayscale: #797979. Windows color (decimal): -9209203 or 9271923. OLE color: 9271923.
HSL color Cylindrical-coordinate representation of color #737A8D: hue angle of 223.85º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #737A8D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 122 | 141 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.45 |
| HSL | 223.85º | 0.1% | 0.5% | - |
| HSV(B) | 223.85º | 0.18% | 0.55% | - |
| XYZ | 18.84 | 19.49 | 27.97 | - |
| YUV | 122.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 141 | 0.18 | 0.13 | 0 | 0.45 | 223.85 | 0.1 | 0.5 |
| Hex | 73 | 7A | 8D | 12 | D | 0 | 2D | E0 | A | 32 |
| Octal | 163 | 172 | 215 | 22 | 15 | 0 | 55 | 340 | 12 | 62 |
| Binary | 1110011 | 1111010 | 10001101 | 10010 | 1101 | 0 | 101101 | 11100000 | 1010 | 110010 |
Color Harmonies of #737A8D
Complementary color
Monochromatic Colors of #737A8D
Black with #737A8D
Text Example
Text Example
White with #737A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A8D; }
p { color: rgb(115,122,141); }
H1.HeaderClassName
{
color: #737A8D;
}
.AnyTagClassName
{
color: #737A8D;
}
</style>
background-color css
<style>
a { background-color: #737A8D; }
a { background-color: rgb(115,122,141); }
div.DivClassName
{
background-color: #737A8D;
}
.BgClassName
{
background-color: #737A8D;
}
</style>
border-color css
<style>
span { border-color: #737A8D; }
span { border-color: rgb(115,122,141); }
td.TdClassName
{
border-color: #737A8D;
}
.TagClassName
{
border-color: #737A8D;
}
</style>