Shades of Purple Taupe #4D454C
Tints of Purple Taupe #4D454C
RGB
CMYK
RGB Variations
Color information
#4D454C (or 0x4D454C) is known color: Purple Taupe. HEX triplet: 4D, 45 and 4C. RGB value is (77,69,76). Sum of RGB (Red+Green+Blue) = 77+69+76=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 77 - color contains mainly: red. Hex color #4D454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D454C is #B2BAB3. Grayscale: #484848. Windows color (decimal): -11713204 or 4998477. OLE color: 4998477.
HSL color Cylindrical-coordinate representation of color #4D454C: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D454C is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 69 | 76 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.70 |
| HSL | 307.5º | 0.05% | 0.29% | - |
| HSV(B) | 307.5º | 0.1% | 0.3% | - |
| XYZ | 6.49 | 6.36 | 7.72 | - |
| YUV | 72.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 76 | 0 | 0.10 | 0.01 | 0.70 | 307.5 | 0.05 | 0.29 |
| Hex | 4D | 45 | 4C | 0 | A | 1 | 46 | 134 | 5 | 1D |
| Octal | 115 | 105 | 114 | 0 | 12 | 1 | 106 | 464 | 5 | 35 |
| Binary | 1001101 | 1000101 | 1001100 | 0 | 1010 | 1 | 1000110 | 100110100 | 101 | 11101 |
Color Harmonies of #4D454C
Complementary color
Monochromatic Colors of #4D454C
Black with #4D454C
Text Example
Text Example
White with #4D454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D454C; }
p { color: rgb(77,69,76); }
H1.HeaderClassName
{
color: #4D454C;
}
.AnyTagClassName
{
color: #4D454C;
}
</style>
background-color css
<style>
a { background-color: #4D454C; }
a { background-color: rgb(77,69,76); }
div.DivClassName
{
background-color: #4D454C;
}
.BgClassName
{
background-color: #4D454C;
}
</style>
border-color css
<style>
span { border-color: #4D454C; }
span { border-color: rgb(77,69,76); }
td.TdClassName
{
border-color: #4D454C;
}
.TagClassName
{
border-color: #4D454C;
}
</style>