Shades of Storm Grey #757A8A
Tints of Storm Grey #757A8A
RGB
CMYK
RGB Variations
Color information
#757A8A (or 0x757A8A) is known color: Storm Grey. HEX triplet: 75, 7A and 8A. RGB value is (117,122,138). Sum of RGB (Red+Green+Blue) = 117+122+138=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #757A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8A is #8A8575. Grayscale: #7A7A7A. Windows color (decimal): -9078134 or 9075317. OLE color: 9075317.
HSL color Cylindrical-coordinate representation of color #757A8A: hue angle of 225.71º 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 #757A8A is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 122 | 138 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.46 |
| HSL | 225.71º | 0.08% | 0.5% | - |
| HSV(B) | 225.71º | 0.15% | 0.54% | - |
| XYZ | 18.88 | 19.54 | 26.82 | - |
| YUV | 122.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 138 | 0.15 | 0.12 | 0 | 0.46 | 225.71 | 0.08 | 0.5 |
| Hex | 75 | 7A | 8A | F | C | 0 | 2E | E2 | 8 | 32 |
| Octal | 165 | 172 | 212 | 17 | 14 | 0 | 56 | 342 | 10 | 62 |
| Binary | 1110101 | 1111010 | 10001010 | 1111 | 1100 | 0 | 101110 | 11100010 | 1000 | 110010 |
Color Harmonies of #757A8A
Complementary color
Monochromatic Colors of #757A8A
Black with #757A8A
Text Example
Text Example
White with #757A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A8A; }
p { color: rgb(117,122,138); }
H1.HeaderClassName
{
color: #757A8A;
}
.AnyTagClassName
{
color: #757A8A;
}
</style>
background-color css
<style>
a { background-color: #757A8A; }
a { background-color: rgb(117,122,138); }
div.DivClassName
{
background-color: #757A8A;
}
.BgClassName
{
background-color: #757A8A;
}
</style>
border-color css
<style>
span { border-color: #757A8A; }
span { border-color: rgb(117,122,138); }
td.TdClassName
{
border-color: #757A8A;
}
.TagClassName
{
border-color: #757A8A;
}
</style>