Shades of Storm Grey #737B8B
Tints of Storm Grey #737B8B
RGB
CMYK
RGB Variations
Color information
#737B8B (or 0x737B8B) is known color: Storm Grey. HEX triplet: 73, 7B and 8B. RGB value is (115,123,139). Sum of RGB (Red+Green+Blue) = 115+123+139=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #737B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737B8B is #8C8474. Grayscale: #7A7A7A. Windows color (decimal): -9208949 or 9141107. OLE color: 9141107.
HSL color Cylindrical-coordinate representation of color #737B8B: hue angle of 220º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #737B8B is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 123 | 139 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.45 |
| HSL | 220º | 0.09% | 0.5% | - |
| HSV(B) | 220º | 0.17% | 0.55% | - |
| XYZ | 18.81 | 19.67 | 27.23 | - |
| YUV | 122.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 139 | 0.17 | 0.12 | 0 | 0.45 | 220 | 0.09 | 0.5 |
| Hex | 73 | 7B | 8B | 11 | C | 0 | 2D | DC | 9 | 32 |
| Octal | 163 | 173 | 213 | 21 | 14 | 0 | 55 | 334 | 11 | 62 |
| Binary | 1110011 | 1111011 | 10001011 | 10001 | 1100 | 0 | 101101 | 11011100 | 1001 | 110010 |
Color Harmonies of #737B8B
Complementary color
Monochromatic Colors of #737B8B
Black with #737B8B
Text Example
Text Example
White with #737B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737B8B; }
p { color: rgb(115,123,139); }
H1.HeaderClassName
{
color: #737B8B;
}
.AnyTagClassName
{
color: #737B8B;
}
</style>
background-color css
<style>
a { background-color: #737B8B; }
a { background-color: rgb(115,123,139); }
div.DivClassName
{
background-color: #737B8B;
}
.BgClassName
{
background-color: #737B8B;
}
</style>
border-color css
<style>
span { border-color: #737B8B; }
span { border-color: rgb(115,123,139); }
td.TdClassName
{
border-color: #737B8B;
}
.TagClassName
{
border-color: #737B8B;
}
</style>