Shades of Storm Grey #75778D
Tints of Storm Grey #75778D
RGB
CMYK
RGB Variations
Color information
#75778D (or 0x75778D) is known color: Storm Grey. HEX triplet: 75, 77 and 8D. RGB value is (117,119,141). Sum of RGB (Red+Green+Blue) = 117+119+141=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #75778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75778D is #8A8872. Grayscale: #787878. Windows color (decimal): -9078899 or 9271157. OLE color: 9271157.
HSL color Cylindrical-coordinate representation of color #75778D: hue angle of 235º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75778D is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 119 | 141 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.45 |
| HSL | 235º | 0.1% | 0.51% | - |
| HSV(B) | 235º | 0.17% | 0.55% | - |
| XYZ | 18.74 | 18.9 | 27.86 | - |
| YUV | 120.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 141 | 0.17 | 0.16 | 0 | 0.45 | 235 | 0.1 | 0.51 |
| Hex | 75 | 77 | 8D | 11 | 10 | 0 | 2D | EB | A | 33 |
| Octal | 165 | 167 | 215 | 21 | 20 | 0 | 55 | 353 | 12 | 63 |
| Binary | 1110101 | 1110111 | 10001101 | 10001 | 10000 | 0 | 101101 | 11101011 | 1010 | 110011 |
Color Harmonies of #75778D
Complementary color
Monochromatic Colors of #75778D
Black with #75778D
Text Example
Text Example
White with #75778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75778D; }
p { color: rgb(117,119,141); }
H1.HeaderClassName
{
color: #75778D;
}
.AnyTagClassName
{
color: #75778D;
}
</style>
background-color css
<style>
a { background-color: #75778D; }
a { background-color: rgb(117,119,141); }
div.DivClassName
{
background-color: #75778D;
}
.BgClassName
{
background-color: #75778D;
}
</style>
border-color css
<style>
span { border-color: #75778D; }
span { border-color: rgb(117,119,141); }
td.TdClassName
{
border-color: #75778D;
}
.TagClassName
{
border-color: #75778D;
}
</style>