Shades of Storm Grey #73788D
Tints of Storm Grey #73788D
RGB
CMYK
RGB Variations
Color information
#73788D (or 0x73788D) is known color: Storm Grey. HEX triplet: 73, 78 and 8D. RGB value is (115,120,141). Sum of RGB (Red+Green+Blue) = 115+120+141=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #73788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73788D is #8C8772. Grayscale: #787878. Windows color (decimal): -9209715 or 9271411. OLE color: 9271411.
HSL color Cylindrical-coordinate representation of color #73788D: hue angle of 228.46º 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 #73788D is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 120 | 141 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.45 |
| HSL | 228.46º | 0.1% | 0.5% | - |
| HSV(B) | 228.46º | 0.18% | 0.55% | - |
| XYZ | 18.59 | 19 | 27.89 | - |
| YUV | 120.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 141 | 0.18 | 0.15 | 0 | 0.45 | 228.46 | 0.1 | 0.5 |
| Hex | 73 | 78 | 8D | 12 | F | 0 | 2D | E4 | A | 32 |
| Octal | 163 | 170 | 215 | 22 | 17 | 0 | 55 | 344 | 12 | 62 |
| Binary | 1110011 | 1111000 | 10001101 | 10010 | 1111 | 0 | 101101 | 11100100 | 1010 | 110010 |
Color Harmonies of #73788D
Complementary color
Monochromatic Colors of #73788D
Black with #73788D
Text Example
Text Example
White with #73788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73788D; }
p { color: rgb(115,120,141); }
H1.HeaderClassName
{
color: #73788D;
}
.AnyTagClassName
{
color: #73788D;
}
</style>
background-color css
<style>
a { background-color: #73788D; }
a { background-color: rgb(115,120,141); }
div.DivClassName
{
background-color: #73788D;
}
.BgClassName
{
background-color: #73788D;
}
</style>
border-color css
<style>
span { border-color: #73788D; }
span { border-color: rgb(115,120,141); }
td.TdClassName
{
border-color: #73788D;
}
.TagClassName
{
border-color: #73788D;
}
</style>