Shades of Storm Grey #757A8B
Tints of Storm Grey #757A8B
RGB
CMYK
RGB Variations
Color information
#757A8B (or 0x757A8B) is known color: Storm Grey. HEX triplet: 75, 7A and 8B. RGB value is (117,122,139). Sum of RGB (Red+Green+Blue) = 117+122+139=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #757A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8B is #8A8574. Grayscale: #7A7A7A. Windows color (decimal): -9078133 or 9140853. OLE color: 9140853.
HSL color Cylindrical-coordinate representation of color #757A8B: hue angle of 226.36º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757A8B is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 122 | 139 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.45 |
| HSL | 226.36º | 0.09% | 0.5% | - |
| HSV(B) | 226.36º | 0.16% | 0.55% | - |
| XYZ | 18.96 | 19.57 | 27.2 | - |
| YUV | 122.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 139 | 0.16 | 0.12 | 0 | 0.45 | 226.36 | 0.09 | 0.5 |
| Hex | 75 | 7A | 8B | 10 | C | 0 | 2D | E2 | 9 | 32 |
| Octal | 165 | 172 | 213 | 20 | 14 | 0 | 55 | 342 | 11 | 62 |
| Binary | 1110101 | 1111010 | 10001011 | 10000 | 1100 | 0 | 101101 | 11100010 | 1001 | 110010 |
Color Harmonies of #757A8B
Complementary color
Monochromatic Colors of #757A8B
Black with #757A8B
Text Example
Text Example
White with #757A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A8B; }
p { color: rgb(117,122,139); }
H1.HeaderClassName
{
color: #757A8B;
}
.AnyTagClassName
{
color: #757A8B;
}
</style>
background-color css
<style>
a { background-color: #757A8B; }
a { background-color: rgb(117,122,139); }
div.DivClassName
{
background-color: #757A8B;
}
.BgClassName
{
background-color: #757A8B;
}
</style>
border-color css
<style>
span { border-color: #757A8B; }
span { border-color: rgb(117,122,139); }
td.TdClassName
{
border-color: #757A8B;
}
.TagClassName
{
border-color: #757A8B;
}
</style>