Shades of Storm Grey #75758D
Tints of Storm Grey #75758D
RGB
CMYK
RGB Variations
Color information
#75758D (or 0x75758D) is known color: Storm Grey. HEX triplet: 75, 75 and 8D. RGB value is (117,117,141). Sum of RGB (Red+Green+Blue) = 117+117+141=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 117 (46.09% from 255 or 31.2% 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 #75758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75758D is #8A8A72. Grayscale: #777777. Windows color (decimal): -9079411 or 9270645. OLE color: 9270645.
HSL color Cylindrical-coordinate representation of color #75758D: hue angle of 240º 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 #75758D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 117 | 141 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.45 |
| HSL | 240º | 0.1% | 0.51% | - |
| HSV(B) | 240º | 0.17% | 0.55% | - |
| XYZ | 18.51 | 18.43 | 27.78 | - |
| YUV | 119.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 141 | 0.17 | 0.17 | 0 | 0.45 | 240 | 0.1 | 0.51 |
| Hex | 75 | 75 | 8D | 11 | 11 | 0 | 2D | F0 | A | 33 |
| Octal | 165 | 165 | 215 | 21 | 21 | 0 | 55 | 360 | 12 | 63 |
| Binary | 1110101 | 1110101 | 10001101 | 10001 | 10001 | 0 | 101101 | 11110000 | 1010 | 110011 |
Color Harmonies of #75758D
Complementary color
Monochromatic Colors of #75758D
Black with #75758D
Text Example
Text Example
White with #75758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75758D; }
p { color: rgb(117,117,141); }
H1.HeaderClassName
{
color: #75758D;
}
.AnyTagClassName
{
color: #75758D;
}
</style>
background-color css
<style>
a { background-color: #75758D; }
a { background-color: rgb(117,117,141); }
div.DivClassName
{
background-color: #75758D;
}
.BgClassName
{
background-color: #75758D;
}
</style>
border-color css
<style>
span { border-color: #75758D; }
span { border-color: rgb(117,117,141); }
td.TdClassName
{
border-color: #75758D;
}
.TagClassName
{
border-color: #75758D;
}
</style>