Shades of Grey #7E7574
Tints of Grey #7E7574
RGB
CMYK
RGB Variations
Color information
#7E7574 (or 0x7E7574) is known color: Grey. HEX triplet: 7E, 75 and 74. RGB value is (126,117,116). Sum of RGB (Red+Green+Blue) = 126+117+116=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7574 is #818A8B. Grayscale: #777777. Windows color (decimal): -8489612 or 7632254. OLE color: 7632254.
HSL color Cylindrical-coordinate representation of color #7E7574: hue angle of 6º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E7574 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 116 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.51 |
| HSL | 6º | 0.04% | 0.47% | - |
| HSV(B) | 6º | 0.08% | 0.49% | - |
| XYZ | 18.12 | 18.42 | 19.12 | - |
| YUV | 119.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 116 | 0 | 0.07 | 0.08 | 0.51 | 6 | 0.04 | 0.47 |
| Hex | 7E | 75 | 74 | 0 | 7 | 8 | 33 | 6 | 4 | 2F |
| Octal | 176 | 165 | 164 | 0 | 7 | 10 | 63 | 6 | 4 | 57 |
| Binary | 1111110 | 1110101 | 1110100 | 0 | 111 | 1000 | 110011 | 110 | 100 | 101111 |
Color Harmonies of #7E7574
Complementary color
Monochromatic Colors of #7E7574
Black with #7E7574
Text Example
Text Example
White with #7E7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7574; }
p { color: rgb(126,117,116); }
H1.HeaderClassName
{
color: #7E7574;
}
.AnyTagClassName
{
color: #7E7574;
}
</style>
background-color css
<style>
a { background-color: #7E7574; }
a { background-color: rgb(126,117,116); }
div.DivClassName
{
background-color: #7E7574;
}
.BgClassName
{
background-color: #7E7574;
}
</style>
border-color css
<style>
span { border-color: #7E7574; }
span { border-color: rgb(126,117,116); }
td.TdClassName
{
border-color: #7E7574;
}
.TagClassName
{
border-color: #7E7574;
}
</style>