Shades of Solid Pink #7C4E51
Tints of Solid Pink #7C4E51
RGB
CMYK
RGB Variations
Color information
#7C4E51 (or 0x7C4E51) is known color: Solid Pink. HEX triplet: 7C, 4E and 51. RGB value is (124,78,81). Sum of RGB (Red+Green+Blue) = 124+78+81=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E51 is #83B1AE. Grayscale: #5C5C5C. Windows color (decimal): -8630703 or 5328508. OLE color: 5328508.
HSL color Cylindrical-coordinate representation of color #7C4E51: hue angle of 356.09º 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 #7C4E51 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 81 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.51 |
| HSL | 356.09º | 0.23% | 0.4% | - |
| HSV(B) | 356.09º | 0.37% | 0.49% | - |
| XYZ | 12.52 | 10.33 | 9.12 | - |
| YUV | 92.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 81 | 0 | 0.37 | 0.35 | 0.51 | 356.09 | 0.23 | 0.4 |
| Hex | 7C | 4E | 51 | 0 | 25 | 23 | 33 | 164 | 17 | 28 |
| Octal | 174 | 116 | 121 | 0 | 45 | 43 | 63 | 544 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1010001 | 0 | 100101 | 100011 | 110011 | 101100100 | 10111 | 101000 |
Color Harmonies of #7C4E51
Complementary color
Monochromatic Colors of #7C4E51
Black with #7C4E51
Text Example
Text Example
White with #7C4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E51; }
p { color: rgb(124,78,81); }
H1.HeaderClassName
{
color: #7C4E51;
}
.AnyTagClassName
{
color: #7C4E51;
}
</style>
background-color css
<style>
a { background-color: #7C4E51; }
a { background-color: rgb(124,78,81); }
div.DivClassName
{
background-color: #7C4E51;
}
.BgClassName
{
background-color: #7C4E51;
}
</style>
border-color css
<style>
span { border-color: #7C4E51; }
span { border-color: rgb(124,78,81); }
td.TdClassName
{
border-color: #7C4E51;
}
.TagClassName
{
border-color: #7C4E51;
}
</style>