Shades of Storm Grey #75798A
Tints of Storm Grey #75798A
RGB
CMYK
RGB Variations
Color information
#75798A (or 0x75798A) is known color: Storm Grey. HEX triplet: 75, 79 and 8A. RGB value is (117,121,138). Sum of RGB (Red+Green+Blue) = 117+121+138=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #75798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75798A is #8A8675. Grayscale: #797979. Windows color (decimal): -9078390 or 9075061. OLE color: 9075061.
HSL color Cylindrical-coordinate representation of color #75798A: hue angle of 228.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75798A is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 121 | 138 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.46 |
| HSL | 228.57º | 0.08% | 0.5% | - |
| HSV(B) | 228.57º | 0.15% | 0.54% | - |
| XYZ | 18.76 | 19.29 | 26.78 | - |
| YUV | 121.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 138 | 0.15 | 0.12 | 0 | 0.46 | 228.57 | 0.08 | 0.5 |
| Hex | 75 | 79 | 8A | F | C | 0 | 2E | E5 | 8 | 32 |
| Octal | 165 | 171 | 212 | 17 | 14 | 0 | 56 | 345 | 10 | 62 |
| Binary | 1110101 | 1111001 | 10001010 | 1111 | 1100 | 0 | 101110 | 11100101 | 1000 | 110010 |
Color Harmonies of #75798A
Complementary color
Monochromatic Colors of #75798A
Black with #75798A
Text Example
Text Example
White with #75798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75798A; }
p { color: rgb(117,121,138); }
H1.HeaderClassName
{
color: #75798A;
}
.AnyTagClassName
{
color: #75798A;
}
</style>
background-color css
<style>
a { background-color: #75798A; }
a { background-color: rgb(117,121,138); }
div.DivClassName
{
background-color: #75798A;
}
.BgClassName
{
background-color: #75798A;
}
</style>
border-color css
<style>
span { border-color: #75798A; }
span { border-color: rgb(117,121,138); }
td.TdClassName
{
border-color: #75798A;
}
.TagClassName
{
border-color: #75798A;
}
</style>