Shades of Storm Grey #75778F
Tints of Storm Grey #75778F
RGB
CMYK
RGB Variations
Color information
#75778F (or 0x75778F) is known color: Storm Grey. HEX triplet: 75, 77 and 8F. RGB value is (117,119,143). Sum of RGB (Red+Green+Blue) = 117+119+143=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #75778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778F is #8A8870. Grayscale: #797979. Windows color (decimal): -9078897 or 9402229. OLE color: 9402229.
HSL color Cylindrical-coordinate representation of color #75778F: hue angle of 235.38º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75778F is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 119 | 143 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.44 |
| HSL | 235.38º | 0.1% | 0.51% | - |
| HSV(B) | 235.38º | 0.18% | 0.56% | - |
| XYZ | 18.89 | 18.96 | 28.65 | - |
| YUV | 121.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 143 | 0.18 | 0.17 | 0 | 0.44 | 235.38 | 0.1 | 0.51 |
| Hex | 75 | 77 | 8F | 12 | 11 | 0 | 2C | EB | A | 33 |
| Octal | 165 | 167 | 217 | 22 | 21 | 0 | 54 | 353 | 12 | 63 |
| Binary | 1110101 | 1110111 | 10001111 | 10010 | 10001 | 0 | 101100 | 11101011 | 1010 | 110011 |
Color Harmonies of #75778F
Complementary color
Monochromatic Colors of #75778F
Black with #75778F
Text Example
Text Example
White with #75778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75778F; }
p { color: rgb(117,119,143); }
H1.HeaderClassName
{
color: #75778F;
}
.AnyTagClassName
{
color: #75778F;
}
</style>
background-color css
<style>
a { background-color: #75778F; }
a { background-color: rgb(117,119,143); }
div.DivClassName
{
background-color: #75778F;
}
.BgClassName
{
background-color: #75778F;
}
</style>
border-color css
<style>
span { border-color: #75778F; }
span { border-color: rgb(117,119,143); }
td.TdClassName
{
border-color: #75778F;
}
.TagClassName
{
border-color: #75778F;
}
</style>