Shades of Storm Grey #75777C
Tints of Storm Grey #75777C
RGB
CMYK
RGB Variations
Color information
#75777C (or 0x75777C) is known color: Storm Grey. HEX triplet: 75, 77 and 7C. RGB value is (117,119,124). Sum of RGB (Red+Green+Blue) = 117+119+124=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 124 - color contains mainly: blue. Hex color #75777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75777C is #8A8883. Grayscale: #767676. Windows color (decimal): -9078916 or 8157045. OLE color: 8157045.
HSL color Cylindrical-coordinate representation of color #75777C: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75777C is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 119 | 124 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.51 |
| HSL | 222.86º | 0.03% | 0.47% | - |
| HSV(B) | 222.86º | 0.06% | 0.49% | - |
| XYZ | 17.57 | 18.43 | 21.7 | - |
| YUV | 118.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 124 | 0.06 | 0.04 | 0 | 0.51 | 222.86 | 0.03 | 0.47 |
| Hex | 75 | 77 | 7C | 6 | 4 | 0 | 33 | DF | 3 | 2F |
| Octal | 165 | 167 | 174 | 6 | 4 | 0 | 63 | 337 | 3 | 57 |
| Binary | 1110101 | 1110111 | 1111100 | 110 | 100 | 0 | 110011 | 11011111 | 11 | 101111 |
Color Harmonies of #75777C
Complementary color
Monochromatic Colors of #75777C
Black with #75777C
Text Example
Text Example
White with #75777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75777C; }
p { color: rgb(117,119,124); }
H1.HeaderClassName
{
color: #75777C;
}
.AnyTagClassName
{
color: #75777C;
}
</style>
background-color css
<style>
a { background-color: #75777C; }
a { background-color: rgb(117,119,124); }
div.DivClassName
{
background-color: #75777C;
}
.BgClassName
{
background-color: #75777C;
}
</style>
border-color css
<style>
span { border-color: #75777C; }
span { border-color: rgb(117,119,124); }
td.TdClassName
{
border-color: #75777C;
}
.TagClassName
{
border-color: #75777C;
}
</style>