Shades of Storm Grey #737A8C
Tints of Storm Grey #737A8C
RGB
CMYK
RGB Variations
Color information
#737A8C (or 0x737A8C) is known color: Storm Grey. HEX triplet: 73, 7A and 8C. RGB value is (115,122,140). Sum of RGB (Red+Green+Blue) = 115+122+140=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #737A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737A8C is #8C8573. Grayscale: #797979. Windows color (decimal): -9209204 or 9206387. OLE color: 9206387.
HSL color Cylindrical-coordinate representation of color #737A8C: hue angle of 223.2º 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 #737A8C is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 122 | 140 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.45 |
| HSL | 223.2º | 0.1% | 0.5% | - |
| HSV(B) | 223.2º | 0.18% | 0.55% | - |
| XYZ | 18.76 | 19.46 | 27.58 | - |
| YUV | 121.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 140 | 0.18 | 0.13 | 0 | 0.45 | 223.2 | 0.1 | 0.5 |
| Hex | 73 | 7A | 8C | 12 | D | 0 | 2D | DF | A | 32 |
| Octal | 163 | 172 | 214 | 22 | 15 | 0 | 55 | 337 | 12 | 62 |
| Binary | 1110011 | 1111010 | 10001100 | 10010 | 1101 | 0 | 101101 | 11011111 | 1010 | 110010 |
Color Harmonies of #737A8C
Complementary color
Monochromatic Colors of #737A8C
Black with #737A8C
Text Example
Text Example
White with #737A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A8C; }
p { color: rgb(115,122,140); }
H1.HeaderClassName
{
color: #737A8C;
}
.AnyTagClassName
{
color: #737A8C;
}
</style>
background-color css
<style>
a { background-color: #737A8C; }
a { background-color: rgb(115,122,140); }
div.DivClassName
{
background-color: #737A8C;
}
.BgClassName
{
background-color: #737A8C;
}
</style>
border-color css
<style>
span { border-color: #737A8C; }
span { border-color: rgb(115,122,140); }
td.TdClassName
{
border-color: #737A8C;
}
.TagClassName
{
border-color: #737A8C;
}
</style>