Shades of Storm Grey #75758B
Tints of Storm Grey #75758B
RGB
CMYK
RGB Variations
Color information
#75758B (or 0x75758B) is known color: Storm Grey. HEX triplet: 75, 75 and 8B. RGB value is (117,117,139). Sum of RGB (Red+Green+Blue) = 117+117+139=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #75758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75758B is #8A8A74. Grayscale: #777777. Windows color (decimal): -9079413 or 9139573. OLE color: 9139573.
HSL color Cylindrical-coordinate representation of color #75758B: hue angle of 240º 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 #75758B is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 117 | 139 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.45 |
| HSL | 240º | 0.09% | 0.5% | - |
| HSV(B) | 240º | 0.16% | 0.55% | - |
| XYZ | 18.36 | 18.37 | 27 | - |
| YUV | 119.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 139 | 0.16 | 0.16 | 0 | 0.45 | 240 | 0.09 | 0.5 |
| Hex | 75 | 75 | 8B | 10 | 10 | 0 | 2D | F0 | 9 | 32 |
| Octal | 165 | 165 | 213 | 20 | 20 | 0 | 55 | 360 | 11 | 62 |
| Binary | 1110101 | 1110101 | 10001011 | 10000 | 10000 | 0 | 101101 | 11110000 | 1001 | 110010 |
Color Harmonies of #75758B
Complementary color
Monochromatic Colors of #75758B
Black with #75758B
Text Example
Text Example
White with #75758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75758B; }
p { color: rgb(117,117,139); }
H1.HeaderClassName
{
color: #75758B;
}
.AnyTagClassName
{
color: #75758B;
}
</style>
background-color css
<style>
a { background-color: #75758B; }
a { background-color: rgb(117,117,139); }
div.DivClassName
{
background-color: #75758B;
}
.BgClassName
{
background-color: #75758B;
}
</style>
border-color css
<style>
span { border-color: #75758B; }
span { border-color: rgb(117,117,139); }
td.TdClassName
{
border-color: #75758B;
}
.TagClassName
{
border-color: #75758B;
}
</style>