Shades of Storm Grey #757D8B
Tints of Storm Grey #757D8B
RGB
CMYK
RGB Variations
Color information
#757D8B (or 0x757D8B) is known color: Storm Grey. HEX triplet: 75, 7D and 8B. RGB value is (117,125,139). Sum of RGB (Red+Green+Blue) = 117+125+139=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #757D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D8B is #8A8274. Grayscale: #7C7C7C. Windows color (decimal): -9077365 or 9141621. OLE color: 9141621.
HSL color Cylindrical-coordinate representation of color #757D8B: hue angle of 218.18º 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 #757D8B is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 125 | 139 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.45 |
| HSL | 218.18º | 0.09% | 0.5% | - |
| HSV(B) | 218.18º | 0.16% | 0.55% | - |
| XYZ | 19.33 | 20.31 | 27.33 | - |
| YUV | 124.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 139 | 0.16 | 0.10 | 0 | 0.45 | 218.18 | 0.09 | 0.5 |
| Hex | 75 | 7D | 8B | 10 | A | 0 | 2D | DA | 9 | 32 |
| Octal | 165 | 175 | 213 | 20 | 12 | 0 | 55 | 332 | 11 | 62 |
| Binary | 1110101 | 1111101 | 10001011 | 10000 | 1010 | 0 | 101101 | 11011010 | 1001 | 110010 |
Color Harmonies of #757D8B
Complementary color
Monochromatic Colors of #757D8B
Black with #757D8B
Text Example
Text Example
White with #757D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D8B; }
p { color: rgb(117,125,139); }
H1.HeaderClassName
{
color: #757D8B;
}
.AnyTagClassName
{
color: #757D8B;
}
</style>
background-color css
<style>
a { background-color: #757D8B; }
a { background-color: rgb(117,125,139); }
div.DivClassName
{
background-color: #757D8B;
}
.BgClassName
{
background-color: #757D8B;
}
</style>
border-color css
<style>
span { border-color: #757D8B; }
span { border-color: rgb(117,125,139); }
td.TdClassName
{
border-color: #757D8B;
}
.TagClassName
{
border-color: #757D8B;
}
</style>