Shades of Solid Pink #7C4F58
Tints of Solid Pink #7C4F58
RGB
CMYK
RGB Variations
Color information
#7C4F58 (or 0x7C4F58) is known color: Solid Pink. HEX triplet: 7C, 4F and 58. RGB value is (124,79,88). Sum of RGB (Red+Green+Blue) = 124+79+88=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F58 is #83B0A7. Grayscale: #5D5D5D. Windows color (decimal): -8630440 or 5787516. OLE color: 5787516.
HSL color Cylindrical-coordinate representation of color #7C4F58: hue angle of 348º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F58 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 88 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.51 |
| HSL | 348º | 0.22% | 0.4% | - |
| HSV(B) | 348º | 0.36% | 0.49% | - |
| XYZ | 12.87 | 10.58 | 10.6 | - |
| YUV | 93.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 88 | 0 | 0.36 | 0.29 | 0.51 | 348 | 0.22 | 0.4 |
| Hex | 7C | 4F | 58 | 0 | 24 | 1D | 33 | 15C | 16 | 28 |
| Octal | 174 | 117 | 130 | 0 | 44 | 35 | 63 | 534 | 26 | 50 |
| Binary | 1111100 | 1001111 | 1011000 | 0 | 100100 | 11101 | 110011 | 101011100 | 10110 | 101000 |
Color Harmonies of #7C4F58
Complementary color
Monochromatic Colors of #7C4F58
Black with #7C4F58
Text Example
Text Example
White with #7C4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F58; }
p { color: rgb(124,79,88); }
H1.HeaderClassName
{
color: #7C4F58;
}
.AnyTagClassName
{
color: #7C4F58;
}
</style>
background-color css
<style>
a { background-color: #7C4F58; }
a { background-color: rgb(124,79,88); }
div.DivClassName
{
background-color: #7C4F58;
}
.BgClassName
{
background-color: #7C4F58;
}
</style>
border-color css
<style>
span { border-color: #7C4F58; }
span { border-color: rgb(124,79,88); }
td.TdClassName
{
border-color: #7C4F58;
}
.TagClassName
{
border-color: #7C4F58;
}
</style>