Shades of Storm Grey #73768E
Tints of Storm Grey #73768E
RGB
CMYK
RGB Variations
Color information
#73768E (or 0x73768E) is known color: Storm Grey. HEX triplet: 73, 76 and 8E. RGB value is (115,118,142). Sum of RGB (Red+Green+Blue) = 115+118+142=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #73768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73768E is #8C8971. Grayscale: #777777. Windows color (decimal): -9210226 or 9336435. OLE color: 9336435.
HSL color Cylindrical-coordinate representation of color #73768E: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73768E is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 118 | 142 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.44 |
| HSL | 233.33º | 0.11% | 0.5% | - |
| HSV(B) | 233.33º | 0.19% | 0.56% | - |
| XYZ | 18.43 | 18.55 | 28.2 | - |
| YUV | 119.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 142 | 0.19 | 0.17 | 0 | 0.44 | 233.33 | 0.11 | 0.5 |
| Hex | 73 | 76 | 8E | 13 | 11 | 0 | 2C | E9 | B | 32 |
| Octal | 163 | 166 | 216 | 23 | 21 | 0 | 54 | 351 | 13 | 62 |
| Binary | 1110011 | 1110110 | 10001110 | 10011 | 10001 | 0 | 101100 | 11101001 | 1011 | 110010 |
Color Harmonies of #73768E
Complementary color
Monochromatic Colors of #73768E
Black with #73768E
Text Example
Text Example
White with #73768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73768E; }
p { color: rgb(115,118,142); }
H1.HeaderClassName
{
color: #73768E;
}
.AnyTagClassName
{
color: #73768E;
}
</style>
background-color css
<style>
a { background-color: #73768E; }
a { background-color: rgb(115,118,142); }
div.DivClassName
{
background-color: #73768E;
}
.BgClassName
{
background-color: #73768E;
}
</style>
border-color css
<style>
span { border-color: #73768E; }
span { border-color: rgb(115,118,142); }
td.TdClassName
{
border-color: #73768E;
}
.TagClassName
{
border-color: #73768E;
}
</style>