Shades of Solid Pink #7C4E55
Tints of Solid Pink #7C4E55
RGB
CMYK
RGB Variations
Color information
#7C4E55 (or 0x7C4E55) is known color: Solid Pink. HEX triplet: 7C, 4E and 55. RGB value is (124,78,85). Sum of RGB (Red+Green+Blue) = 124+78+85=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E55 is #83B1AA. Grayscale: #5C5C5C. Windows color (decimal): -8630699 or 5590652. OLE color: 5590652.
HSL color Cylindrical-coordinate representation of color #7C4E55: hue angle of 350.87º 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 #7C4E55 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 85 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.51 |
| HSL | 350.87º | 0.23% | 0.4% | - |
| HSV(B) | 350.87º | 0.37% | 0.49% | - |
| XYZ | 12.68 | 10.39 | 9.93 | - |
| YUV | 92.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 85 | 0 | 0.37 | 0.31 | 0.51 | 350.87 | 0.23 | 0.4 |
| Hex | 7C | 4E | 55 | 0 | 25 | 1F | 33 | 15F | 17 | 28 |
| Octal | 174 | 116 | 125 | 0 | 45 | 37 | 63 | 537 | 27 | 50 |
| Binary | 1111100 | 1001110 | 1010101 | 0 | 100101 | 11111 | 110011 | 101011111 | 10111 | 101000 |
Color Harmonies of #7C4E55
Complementary color
Monochromatic Colors of #7C4E55
Black with #7C4E55
Text Example
Text Example
White with #7C4E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E55; }
p { color: rgb(124,78,85); }
H1.HeaderClassName
{
color: #7C4E55;
}
.AnyTagClassName
{
color: #7C4E55;
}
</style>
background-color css
<style>
a { background-color: #7C4E55; }
a { background-color: rgb(124,78,85); }
div.DivClassName
{
background-color: #7C4E55;
}
.BgClassName
{
background-color: #7C4E55;
}
</style>
border-color css
<style>
span { border-color: #7C4E55; }
span { border-color: rgb(124,78,85); }
td.TdClassName
{
border-color: #7C4E55;
}
.TagClassName
{
border-color: #7C4E55;
}
</style>