Shades of Storm Grey #73758B
Tints of Storm Grey #73758B
RGB
CMYK
RGB Variations
Color information
#73758B (or 0x73758B) is known color: Storm Grey. HEX triplet: 73, 75 and 8B. RGB value is (115,117,139). Sum of RGB (Red+Green+Blue) = 115+117+139=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #73758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758B is #8C8A74. Grayscale: #767676. Windows color (decimal): -9210485 or 9139571. OLE color: 9139571.
HSL color Cylindrical-coordinate representation of color #73758B: hue angle of 235º 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 #73758B is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 117 | 139 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.45 |
| HSL | 235º | 0.09% | 0.5% | - |
| HSV(B) | 235º | 0.17% | 0.55% | - |
| XYZ | 18.09 | 18.23 | 26.99 | - |
| YUV | 118.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 139 | 0.17 | 0.16 | 0 | 0.45 | 235 | 0.09 | 0.5 |
| Hex | 73 | 75 | 8B | 11 | 10 | 0 | 2D | EB | 9 | 32 |
| Octal | 163 | 165 | 213 | 21 | 20 | 0 | 55 | 353 | 11 | 62 |
| Binary | 1110011 | 1110101 | 10001011 | 10001 | 10000 | 0 | 101101 | 11101011 | 1001 | 110010 |
Color Harmonies of #73758B
Complementary color
Monochromatic Colors of #73758B
Black with #73758B
Text Example
Text Example
White with #73758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73758B; }
p { color: rgb(115,117,139); }
H1.HeaderClassName
{
color: #73758B;
}
.AnyTagClassName
{
color: #73758B;
}
</style>
background-color css
<style>
a { background-color: #73758B; }
a { background-color: rgb(115,117,139); }
div.DivClassName
{
background-color: #73758B;
}
.BgClassName
{
background-color: #73758B;
}
</style>
border-color css
<style>
span { border-color: #73758B; }
span { border-color: rgb(115,117,139); }
td.TdClassName
{
border-color: #73758B;
}
.TagClassName
{
border-color: #73758B;
}
</style>