Shades of Solid Pink #7C5058
Tints of Solid Pink #7C5058
RGB
CMYK
RGB Variations
Color information
#7C5058 (or 0x7C5058) is known color: Solid Pink. HEX triplet: 7C, 50 and 58. RGB value is (124,80,88). Sum of RGB (Red+Green+Blue) = 124+80+88=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5058 is #83AFA7. Grayscale: #5E5E5E. Windows color (decimal): -8630184 or 5787772. OLE color: 5787772.
HSL color Cylindrical-coordinate representation of color #7C5058: hue angle of 349.09º 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 #7C5058 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 88 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.51 |
| HSL | 349.09º | 0.22% | 0.4% | - |
| HSV(B) | 349.09º | 0.35% | 0.49% | - |
| XYZ | 12.94 | 10.73 | 10.62 | - |
| YUV | 94.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 88 | 0 | 0.35 | 0.29 | 0.51 | 349.09 | 0.22 | 0.4 |
| Hex | 7C | 50 | 58 | 0 | 23 | 1D | 33 | 15D | 16 | 28 |
| Octal | 174 | 120 | 130 | 0 | 43 | 35 | 63 | 535 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1011000 | 0 | 100011 | 11101 | 110011 | 101011101 | 10110 | 101000 |
Color Harmonies of #7C5058
Complementary color
Monochromatic Colors of #7C5058
Black with #7C5058
Text Example
Text Example
White with #7C5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5058; }
p { color: rgb(124,80,88); }
H1.HeaderClassName
{
color: #7C5058;
}
.AnyTagClassName
{
color: #7C5058;
}
</style>
background-color css
<style>
a { background-color: #7C5058; }
a { background-color: rgb(124,80,88); }
div.DivClassName
{
background-color: #7C5058;
}
.BgClassName
{
background-color: #7C5058;
}
</style>
border-color css
<style>
span { border-color: #7C5058; }
span { border-color: rgb(124,80,88); }
td.TdClassName
{
border-color: #7C5058;
}
.TagClassName
{
border-color: #7C5058;
}
</style>