Shades of Solid Pink #7C5056
Tints of Solid Pink #7C5056
RGB
CMYK
RGB Variations
Color information
#7C5056 (or 0x7C5056) is known color: Solid Pink. HEX triplet: 7C, 50 and 56. RGB value is (124,80,86). Sum of RGB (Red+Green+Blue) = 124+80+86=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5056 is #83AFA9. Grayscale: #5D5D5D. Windows color (decimal): -8630186 or 5656700. OLE color: 5656700.
HSL color Cylindrical-coordinate representation of color #7C5056: hue angle of 351.82º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C5056 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 86 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.51 |
| HSL | 351.82º | 0.22% | 0.4% | - |
| HSV(B) | 351.82º | 0.35% | 0.49% | - |
| XYZ | 12.86 | 10.69 | 10.19 | - |
| YUV | 93.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 86 | 0 | 0.35 | 0.31 | 0.51 | 351.82 | 0.22 | 0.4 |
| Hex | 7C | 50 | 56 | 0 | 23 | 1F | 33 | 160 | 16 | 28 |
| Octal | 174 | 120 | 126 | 0 | 43 | 37 | 63 | 540 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1010110 | 0 | 100011 | 11111 | 110011 | 101100000 | 10110 | 101000 |
Color Harmonies of #7C5056
Complementary color
Monochromatic Colors of #7C5056
Black with #7C5056
Text Example
Text Example
White with #7C5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5056; }
p { color: rgb(124,80,86); }
H1.HeaderClassName
{
color: #7C5056;
}
.AnyTagClassName
{
color: #7C5056;
}
</style>
background-color css
<style>
a { background-color: #7C5056; }
a { background-color: rgb(124,80,86); }
div.DivClassName
{
background-color: #7C5056;
}
.BgClassName
{
background-color: #7C5056;
}
</style>
border-color css
<style>
span { border-color: #7C5056; }
span { border-color: rgb(124,80,86); }
td.TdClassName
{
border-color: #7C5056;
}
.TagClassName
{
border-color: #7C5056;
}
</style>