Shades of Solid Pink #7C464A
Tints of Solid Pink #7C464A
RGB
CMYK
RGB Variations
Color information
#7C464A (or 0x7C464A) is known color: Solid Pink. HEX triplet: 7C, 46 and 4A. RGB value is (124,70,74). Sum of RGB (Red+Green+Blue) = 124+70+74=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C464A is #83B9B5. Grayscale: #565656. Windows color (decimal): -8632758 or 4867708. OLE color: 4867708.
HSL color Cylindrical-coordinate representation of color #7C464A: hue angle of 355.56º 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 #7C464A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 74 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.51 |
| HSL | 355.56º | 0.28% | 0.38% | - |
| HSV(B) | 355.56º | 0.44% | 0.49% | - |
| XYZ | 11.74 | 9.16 | 7.63 | - |
| YUV | 86.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 74 | 0 | 0.44 | 0.40 | 0.51 | 355.56 | 0.28 | 0.38 |
| Hex | 7C | 46 | 4A | 0 | 2C | 28 | 33 | 164 | 1C | 26 |
| Octal | 174 | 106 | 112 | 0 | 54 | 50 | 63 | 544 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1001010 | 0 | 101100 | 101000 | 110011 | 101100100 | 11100 | 100110 |
Color Harmonies of #7C464A
Complementary color
Monochromatic Colors of #7C464A
Black with #7C464A
Text Example
Text Example
White with #7C464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C464A; }
p { color: rgb(124,70,74); }
H1.HeaderClassName
{
color: #7C464A;
}
.AnyTagClassName
{
color: #7C464A;
}
</style>
background-color css
<style>
a { background-color: #7C464A; }
a { background-color: rgb(124,70,74); }
div.DivClassName
{
background-color: #7C464A;
}
.BgClassName
{
background-color: #7C464A;
}
</style>
border-color css
<style>
span { border-color: #7C464A; }
span { border-color: rgb(124,70,74); }
td.TdClassName
{
border-color: #7C464A;
}
.TagClassName
{
border-color: #7C464A;
}
</style>