Shades of Solid Pink #7C4F56
Tints of Solid Pink #7C4F56
RGB
CMYK
RGB Variations
Color information
#7C4F56 (or 0x7C4F56) is known color: Solid Pink. HEX triplet: 7C, 4F and 56. RGB value is (124,79,86). Sum of RGB (Red+Green+Blue) = 124+79+86=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F56 is #83B0A9. Grayscale: #5D5D5D. Windows color (decimal): -8630442 or 5656444. OLE color: 5656444.
HSL color Cylindrical-coordinate representation of color #7C4F56: hue angle of 350.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F56 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 86 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.51 |
| HSL | 350.67º | 0.22% | 0.4% | - |
| HSV(B) | 350.67º | 0.36% | 0.49% | - |
| XYZ | 12.79 | 10.55 | 10.17 | - |
| YUV | 93.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 86 | 0 | 0.36 | 0.31 | 0.51 | 350.67 | 0.22 | 0.4 |
| Hex | 7C | 4F | 56 | 0 | 24 | 1F | 33 | 15F | 16 | 28 |
| Octal | 174 | 117 | 126 | 0 | 44 | 37 | 63 | 537 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1010110 | 0 | 100100 | 11111 | 110011 | 101011111 | 10110 | 101000 |
Color Harmonies of #7C4F56
Complementary color
Monochromatic Colors of #7C4F56
Black with #7C4F56
Text Example
Text Example
White with #7C4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F56; }
p { color: rgb(124,79,86); }
H1.HeaderClassName
{
color: #7C4F56;
}
.AnyTagClassName
{
color: #7C4F56;
}
</style>
background-color css
<style>
a { background-color: #7C4F56; }
a { background-color: rgb(124,79,86); }
div.DivClassName
{
background-color: #7C4F56;
}
.BgClassName
{
background-color: #7C4F56;
}
</style>
border-color css
<style>
span { border-color: #7C4F56; }
span { border-color: rgb(124,79,86); }
td.TdClassName
{
border-color: #7C4F56;
}
.TagClassName
{
border-color: #7C4F56;
}
</style>