Shades of Storm Grey #75777E
Tints of Storm Grey #75777E
RGB
CMYK
RGB Variations
Color information
#75777E (or 0x75777E) is known color: Storm Grey. HEX triplet: 75, 77 and 7E. RGB value is (117,119,126). Sum of RGB (Red+Green+Blue) = 117+119+126=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 126 - color contains mainly: blue. Hex color #75777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75777E is #8A8881. Grayscale: #777777. Windows color (decimal): -9078914 or 8288117. OLE color: 8288117.
HSL color Cylindrical-coordinate representation of color #75777E: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #75777E is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 119 | 126 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.51 |
| HSL | 226.67º | 0.04% | 0.48% | - |
| HSV(B) | 226.67º | 0.07% | 0.49% | - |
| XYZ | 17.7 | 18.48 | 22.37 | - |
| YUV | 119.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 126 | 0.07 | 0.06 | 0 | 0.51 | 226.67 | 0.04 | 0.48 |
| Hex | 75 | 77 | 7E | 7 | 6 | 0 | 33 | E3 | 4 | 30 |
| Octal | 165 | 167 | 176 | 7 | 6 | 0 | 63 | 343 | 4 | 60 |
| Binary | 1110101 | 1110111 | 1111110 | 111 | 110 | 0 | 110011 | 11100011 | 100 | 110000 |
Color Harmonies of #75777E
Complementary color
Monochromatic Colors of #75777E
Black with #75777E
Text Example
Text Example
White with #75777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75777E; }
p { color: rgb(117,119,126); }
H1.HeaderClassName
{
color: #75777E;
}
.AnyTagClassName
{
color: #75777E;
}
</style>
background-color css
<style>
a { background-color: #75777E; }
a { background-color: rgb(117,119,126); }
div.DivClassName
{
background-color: #75777E;
}
.BgClassName
{
background-color: #75777E;
}
</style>
border-color css
<style>
span { border-color: #75777E; }
span { border-color: rgb(117,119,126); }
td.TdClassName
{
border-color: #75777E;
}
.TagClassName
{
border-color: #75777E;
}
</style>