Shades of Storm Grey #737B8D
Tints of Storm Grey #737B8D
RGB
CMYK
RGB Variations
Color information
#737B8D (or 0x737B8D) is known color: Storm Grey. HEX triplet: 73, 7B and 8D. RGB value is (115,123,141). Sum of RGB (Red+Green+Blue) = 115+123+141=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #737B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737B8D is #8C8472. Grayscale: #7A7A7A. Windows color (decimal): -9208947 or 9272179. OLE color: 9272179.
HSL color Cylindrical-coordinate representation of color #737B8D: hue angle of 221.54º 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 #737B8D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 123 | 141 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.45 |
| HSL | 221.54º | 0.1% | 0.5% | - |
| HSV(B) | 221.54º | 0.18% | 0.55% | - |
| XYZ | 18.96 | 19.73 | 28.01 | - |
| YUV | 122.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 141 | 0.18 | 0.13 | 0 | 0.45 | 221.54 | 0.1 | 0.5 |
| Hex | 73 | 7B | 8D | 12 | D | 0 | 2D | DE | A | 32 |
| Octal | 163 | 173 | 215 | 22 | 15 | 0 | 55 | 336 | 12 | 62 |
| Binary | 1110011 | 1111011 | 10001101 | 10010 | 1101 | 0 | 101101 | 11011110 | 1010 | 110010 |
Color Harmonies of #737B8D
Complementary color
Monochromatic Colors of #737B8D
Black with #737B8D
Text Example
Text Example
White with #737B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B8D; }
p { color: rgb(115,123,141); }
H1.HeaderClassName
{
color: #737B8D;
}
.AnyTagClassName
{
color: #737B8D;
}
</style>
background-color css
<style>
a { background-color: #737B8D; }
a { background-color: rgb(115,123,141); }
div.DivClassName
{
background-color: #737B8D;
}
.BgClassName
{
background-color: #737B8D;
}
</style>
border-color css
<style>
span { border-color: #737B8D; }
span { border-color: rgb(115,123,141); }
td.TdClassName
{
border-color: #737B8D;
}
.TagClassName
{
border-color: #737B8D;
}
</style>