Shades of Storm Grey #73778D
Tints of Storm Grey #73778D
RGB
CMYK
RGB Variations
Color information
#73778D (or 0x73778D) is known color: Storm Grey. HEX triplet: 73, 77 and 8D. RGB value is (115,119,141). Sum of RGB (Red+Green+Blue) = 115+119+141=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #73778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778D is #8C8872. Grayscale: #787878. Windows color (decimal): -9209971 or 9271155. OLE color: 9271155.
HSL color Cylindrical-coordinate representation of color #73778D: hue angle of 230.77º 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 #73778D is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 119 | 141 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.45 |
| HSL | 230.77º | 0.1% | 0.5% | - |
| HSV(B) | 230.77º | 0.18% | 0.55% | - |
| XYZ | 18.47 | 18.76 | 27.85 | - |
| YUV | 120.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 141 | 0.18 | 0.16 | 0 | 0.45 | 230.77 | 0.1 | 0.5 |
| Hex | 73 | 77 | 8D | 12 | 10 | 0 | 2D | E7 | A | 32 |
| Octal | 163 | 167 | 215 | 22 | 20 | 0 | 55 | 347 | 12 | 62 |
| Binary | 1110011 | 1110111 | 10001101 | 10010 | 10000 | 0 | 101101 | 11100111 | 1010 | 110010 |
Color Harmonies of #73778D
Complementary color
Monochromatic Colors of #73778D
Black with #73778D
Text Example
Text Example
White with #73778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73778D; }
p { color: rgb(115,119,141); }
H1.HeaderClassName
{
color: #73778D;
}
.AnyTagClassName
{
color: #73778D;
}
</style>
background-color css
<style>
a { background-color: #73778D; }
a { background-color: rgb(115,119,141); }
div.DivClassName
{
background-color: #73778D;
}
.BgClassName
{
background-color: #73778D;
}
</style>
border-color css
<style>
span { border-color: #73778D; }
span { border-color: rgb(115,119,141); }
td.TdClassName
{
border-color: #73778D;
}
.TagClassName
{
border-color: #73778D;
}
</style>