Shades of Solid Pink #7C4E57
Tints of Solid Pink #7C4E57
RGB
CMYK
RGB Variations
Color information
#7C4E57 (or 0x7C4E57) is known color: Solid Pink. HEX triplet: 7C, 4E and 57. RGB value is (124,78,87). Sum of RGB (Red+Green+Blue) = 124+78+87=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E57 is #83B1A8. Grayscale: #5C5C5C. Windows color (decimal): -8630697 or 5721724. OLE color: 5721724.
HSL color Cylindrical-coordinate representation of color #7C4E57: hue angle of 348.26º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C4E57 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 87 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.51 |
| HSL | 348.26º | 0.23% | 0.4% | - |
| HSV(B) | 348.26º | 0.37% | 0.49% | - |
| XYZ | 12.76 | 10.42 | 10.36 | - |
| YUV | 92.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 87 | 0 | 0.37 | 0.30 | 0.51 | 348.26 | 0.23 | 0.4 |
| Hex | 7C | 4E | 57 | 0 | 25 | 1E | 33 | 15C | 17 | 28 |
| Octal | 174 | 116 | 127 | 0 | 45 | 36 | 63 | 534 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1010111 | 0 | 100101 | 11110 | 110011 | 101011100 | 10111 | 101000 |
Color Harmonies of #7C4E57
Complementary color
Monochromatic Colors of #7C4E57
Black with #7C4E57
Text Example
Text Example
White with #7C4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E57; }
p { color: rgb(124,78,87); }
H1.HeaderClassName
{
color: #7C4E57;
}
.AnyTagClassName
{
color: #7C4E57;
}
</style>
background-color css
<style>
a { background-color: #7C4E57; }
a { background-color: rgb(124,78,87); }
div.DivClassName
{
background-color: #7C4E57;
}
.BgClassName
{
background-color: #7C4E57;
}
</style>
border-color css
<style>
span { border-color: #7C4E57; }
span { border-color: rgb(124,78,87); }
td.TdClassName
{
border-color: #7C4E57;
}
.TagClassName
{
border-color: #7C4E57;
}
</style>