Shades of Grey #7D7574
Tints of Grey #7D7574
RGB
CMYK
RGB Variations
Color information
#7D7574 (or 0x7D7574) is known color: Grey. HEX triplet: 7D, 75 and 74. RGB value is (125,117,116). Sum of RGB (Red+Green+Blue) = 125+117+116=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7574 is #828A8B. Grayscale: #777777. Windows color (decimal): -8555148 or 7632253. OLE color: 7632253.
HSL color Cylindrical-coordinate representation of color #7D7574: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D7574 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 116 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.51 |
| HSL | 6.67º | 0.04% | 0.47% | - |
| HSV(B) | 6.67º | 0.07% | 0.49% | - |
| XYZ | 17.97 | 18.34 | 19.12 | - |
| YUV | 119.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 116 | 0 | 0.06 | 0.07 | 0.51 | 6.67 | 0.04 | 0.47 |
| Hex | 7D | 75 | 74 | 0 | 6 | 7 | 33 | 7 | 4 | 2F |
| Octal | 175 | 165 | 164 | 0 | 6 | 7 | 63 | 7 | 4 | 57 |
| Binary | 1111101 | 1110101 | 1110100 | 0 | 110 | 111 | 110011 | 111 | 100 | 101111 |
Color Harmonies of #7D7574
Complementary color
Monochromatic Colors of #7D7574
Black with #7D7574
Text Example
Text Example
White with #7D7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7574; }
p { color: rgb(125,117,116); }
H1.HeaderClassName
{
color: #7D7574;
}
.AnyTagClassName
{
color: #7D7574;
}
</style>
background-color css
<style>
a { background-color: #7D7574; }
a { background-color: rgb(125,117,116); }
div.DivClassName
{
background-color: #7D7574;
}
.BgClassName
{
background-color: #7D7574;
}
</style>
border-color css
<style>
span { border-color: #7D7574; }
span { border-color: rgb(125,117,116); }
td.TdClassName
{
border-color: #7D7574;
}
.TagClassName
{
border-color: #7D7574;
}
</style>