Shades of Solid Pink #7C464B
Tints of Solid Pink #7C464B
RGB
CMYK
RGB Variations
Color information
#7C464B (or 0x7C464B) is known color: Solid Pink. HEX triplet: 7C, 46 and 4B. RGB value is (124,70,75). Sum of RGB (Red+Green+Blue) = 124+70+75=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C464B is #83B9B4. Grayscale: #565656. Windows color (decimal): -8632757 or 4933244. OLE color: 4933244.
HSL color Cylindrical-coordinate representation of color #7C464B: hue angle of 354.44º 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 #7C464B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 75 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.51 |
| HSL | 354.44º | 0.28% | 0.38% | - |
| HSV(B) | 354.44º | 0.44% | 0.49% | - |
| XYZ | 11.77 | 9.17 | 7.81 | - |
| YUV | 86.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 75 | 0 | 0.44 | 0.40 | 0.51 | 354.44 | 0.28 | 0.38 |
| Hex | 7C | 46 | 4B | 0 | 2C | 28 | 33 | 162 | 1C | 26 |
| Octal | 174 | 106 | 113 | 0 | 54 | 50 | 63 | 542 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1001011 | 0 | 101100 | 101000 | 110011 | 101100010 | 11100 | 100110 |
Color Harmonies of #7C464B
Complementary color
Monochromatic Colors of #7C464B
Black with #7C464B
Text Example
Text Example
White with #7C464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C464B; }
p { color: rgb(124,70,75); }
H1.HeaderClassName
{
color: #7C464B;
}
.AnyTagClassName
{
color: #7C464B;
}
</style>
background-color css
<style>
a { background-color: #7C464B; }
a { background-color: rgb(124,70,75); }
div.DivClassName
{
background-color: #7C464B;
}
.BgClassName
{
background-color: #7C464B;
}
</style>
border-color css
<style>
span { border-color: #7C464B; }
span { border-color: rgb(124,70,75); }
td.TdClassName
{
border-color: #7C464B;
}
.TagClassName
{
border-color: #7C464B;
}
</style>