Shades of Storm Grey #757785
Tints of Storm Grey #757785
RGB
CMYK
RGB Variations
Color information
#757785 (or 0x757785) is known color: Storm Grey. HEX triplet: 75, 77 and 85. RGB value is (117,119,133). Sum of RGB (Red+Green+Blue) = 117+119+133=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #757785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757785 is #8A887A. Grayscale: #777777. Windows color (decimal): -9078907 or 8746869. OLE color: 8746869.
HSL color Cylindrical-coordinate representation of color #757785: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757785 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 119 | 133 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.48 |
| HSL | 232.5º | 0.06% | 0.49% | - |
| HSV(B) | 232.5º | 0.12% | 0.52% | - |
| XYZ | 18.17 | 18.67 | 24.84 | - |
| YUV | 120 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 133 | 0.12 | 0.11 | 0 | 0.48 | 232.5 | 0.06 | 0.49 |
| Hex | 75 | 77 | 85 | C | B | 0 | 30 | E8 | 6 | 31 |
| Octal | 165 | 167 | 205 | 14 | 13 | 0 | 60 | 350 | 6 | 61 |
| Binary | 1110101 | 1110111 | 10000101 | 1100 | 1011 | 0 | 110000 | 11101000 | 110 | 110001 |
Color Harmonies of #757785
Complementary color
Monochromatic Colors of #757785
Black with #757785
Text Example
Text Example
White with #757785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757785; }
p { color: rgb(117,119,133); }
H1.HeaderClassName
{
color: #757785;
}
.AnyTagClassName
{
color: #757785;
}
</style>
background-color css
<style>
a { background-color: #757785; }
a { background-color: rgb(117,119,133); }
div.DivClassName
{
background-color: #757785;
}
.BgClassName
{
background-color: #757785;
}
</style>
border-color css
<style>
span { border-color: #757785; }
span { border-color: rgb(117,119,133); }
td.TdClassName
{
border-color: #757785;
}
.TagClassName
{
border-color: #757785;
}
</style>