Shades of Storm Grey #757882
Tints of Storm Grey #757882
RGB
CMYK
RGB Variations
Color information
#757882 (or 0x757882) is known color: Storm Grey. HEX triplet: 75, 78 and 82. RGB value is (117,120,130). Sum of RGB (Red+Green+Blue) = 117+120+130=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 130 - color contains mainly: blue. Hex color #757882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757882 is #8A877D. Grayscale: #787878. Windows color (decimal): -9078654 or 8550517. OLE color: 8550517.
HSL color Cylindrical-coordinate representation of color #757882: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757882 is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 120 | 130 | - |
| CMYK | 0.1 | 0.08 | 0 | 0.49 |
| HSL | 226.15º | 0.05% | 0.48% | - |
| HSV(B) | 226.15º | 0.1% | 0.51% | - |
| XYZ | 18.08 | 18.83 | 23.8 | - |
| YUV | 120.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 130 | 0.1 | 0.08 | 0 | 0.49 | 226.15 | 0.05 | 0.48 |
| Hex | 75 | 78 | 82 | A | 8 | 0 | 31 | E2 | 5 | 30 |
| Octal | 165 | 170 | 202 | 12 | 10 | 0 | 61 | 342 | 5 | 60 |
| Binary | 1110101 | 1111000 | 10000010 | 1010 | 1000 | 0 | 110001 | 11100010 | 101 | 110000 |
Color Harmonies of #757882
Complementary color
Monochromatic Colors of #757882
Black with #757882
Text Example
Text Example
White with #757882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757882; }
p { color: rgb(117,120,130); }
H1.HeaderClassName
{
color: #757882;
}
.AnyTagClassName
{
color: #757882;
}
</style>
background-color css
<style>
a { background-color: #757882; }
a { background-color: rgb(117,120,130); }
div.DivClassName
{
background-color: #757882;
}
.BgClassName
{
background-color: #757882;
}
</style>
border-color css
<style>
span { border-color: #757882; }
span { border-color: rgb(117,120,130); }
td.TdClassName
{
border-color: #757882;
}
.TagClassName
{
border-color: #757882;
}
</style>