Shades of Solid Pink #7C4850
Tints of Solid Pink #7C4850
RGB
CMYK
RGB Variations
Color information
#7C4850 (or 0x7C4850) is known color: Solid Pink. HEX triplet: 7C, 48 and 50. RGB value is (124,72,80). Sum of RGB (Red+Green+Blue) = 124+72+80=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4850 is #83B7AF. Grayscale: #585858. Windows color (decimal): -8632240 or 5261436. OLE color: 5261436.
HSL color Cylindrical-coordinate representation of color #7C4850: hue angle of 350.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C4850 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 80 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.51 |
| HSL | 350.77º | 0.27% | 0.38% | - |
| HSV(B) | 350.77º | 0.42% | 0.49% | - |
| XYZ | 12.08 | 9.5 | 8.79 | - |
| YUV | 88.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 80 | 0 | 0.42 | 0.35 | 0.51 | 350.77 | 0.27 | 0.38 |
| Hex | 7C | 48 | 50 | 0 | 2A | 23 | 33 | 15F | 1B | 26 |
| Octal | 174 | 110 | 120 | 0 | 52 | 43 | 63 | 537 | 33 | 46 |
| Binary | 1111100 | 1001000 | 1010000 | 0 | 101010 | 100011 | 110011 | 101011111 | 11011 | 100110 |
Color Harmonies of #7C4850
Complementary color
Monochromatic Colors of #7C4850
Black with #7C4850
Text Example
Text Example
White with #7C4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4850; }
p { color: rgb(124,72,80); }
H1.HeaderClassName
{
color: #7C4850;
}
.AnyTagClassName
{
color: #7C4850;
}
</style>
background-color css
<style>
a { background-color: #7C4850; }
a { background-color: rgb(124,72,80); }
div.DivClassName
{
background-color: #7C4850;
}
.BgClassName
{
background-color: #7C4850;
}
</style>
border-color css
<style>
span { border-color: #7C4850; }
span { border-color: rgb(124,72,80); }
td.TdClassName
{
border-color: #7C4850;
}
.TagClassName
{
border-color: #7C4850;
}
</style>