Shades of Solid Pink #7C464D
Tints of Solid Pink #7C464D
RGB
CMYK
RGB Variations
Color information
#7C464D (or 0x7C464D) is known color: Solid Pink. HEX triplet: 7C, 46 and 4D. RGB value is (124,70,77). Sum of RGB (Red+Green+Blue) = 124+70+77=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C464D is #83B9B2. Grayscale: #565656. Windows color (decimal): -8632755 or 5064316. OLE color: 5064316.
HSL color Cylindrical-coordinate representation of color #7C464D: hue angle of 352.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C464D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 77 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.51 |
| HSL | 352.22º | 0.28% | 0.38% | - |
| HSV(B) | 352.22º | 0.44% | 0.49% | - |
| XYZ | 11.84 | 9.2 | 8.17 | - |
| YUV | 86.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 77 | 0 | 0.44 | 0.38 | 0.51 | 352.22 | 0.28 | 0.38 |
| Hex | 7C | 46 | 4D | 0 | 2C | 26 | 33 | 160 | 1C | 26 |
| Octal | 174 | 106 | 115 | 0 | 54 | 46 | 63 | 540 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1001101 | 0 | 101100 | 100110 | 110011 | 101100000 | 11100 | 100110 |
Color Harmonies of #7C464D
Complementary color
Monochromatic Colors of #7C464D
Black with #7C464D
Text Example
Text Example
White with #7C464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C464D; }
p { color: rgb(124,70,77); }
H1.HeaderClassName
{
color: #7C464D;
}
.AnyTagClassName
{
color: #7C464D;
}
</style>
background-color css
<style>
a { background-color: #7C464D; }
a { background-color: rgb(124,70,77); }
div.DivClassName
{
background-color: #7C464D;
}
.BgClassName
{
background-color: #7C464D;
}
</style>
border-color css
<style>
span { border-color: #7C464D; }
span { border-color: rgb(124,70,77); }
td.TdClassName
{
border-color: #7C464D;
}
.TagClassName
{
border-color: #7C464D;
}
</style>