Shades of Solid Pink #7C4648
Tints of Solid Pink #7C4648
RGB
CMYK
RGB Variations
Color information
#7C4648 (or 0x7C4648) is known color: Solid Pink. HEX triplet: 7C, 46 and 48. RGB value is (124,70,72). Sum of RGB (Red+Green+Blue) = 124+70+72=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4648 is #83B9B7. Grayscale: #565656. Windows color (decimal): -8632760 or 4736636. OLE color: 4736636.
HSL color Cylindrical-coordinate representation of color #7C4648: hue angle of 357.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C4648 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 70 | 72 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.51 |
| HSL | 357.78º | 0.28% | 0.38% | - |
| HSV(B) | 357.78º | 0.44% | 0.49% | - |
| XYZ | 11.67 | 9.13 | 7.28 | - |
| YUV | 86.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 72 | 0 | 0.44 | 0.42 | 0.51 | 357.78 | 0.28 | 0.38 |
| Hex | 7C | 46 | 48 | 0 | 2C | 2A | 33 | 166 | 1C | 26 |
| Octal | 174 | 106 | 110 | 0 | 54 | 52 | 63 | 546 | 34 | 46 |
| Binary | 1111100 | 1000110 | 1001000 | 0 | 101100 | 101010 | 110011 | 101100110 | 11100 | 100110 |
Color Harmonies of #7C4648
Complementary color
Monochromatic Colors of #7C4648
Black with #7C4648
Text Example
Text Example
White with #7C4648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4648; }
p { color: rgb(124,70,72); }
H1.HeaderClassName
{
color: #7C4648;
}
.AnyTagClassName
{
color: #7C4648;
}
</style>
background-color css
<style>
a { background-color: #7C4648; }
a { background-color: rgb(124,70,72); }
div.DivClassName
{
background-color: #7C4648;
}
.BgClassName
{
background-color: #7C4648;
}
</style>
border-color css
<style>
span { border-color: #7C4648; }
span { border-color: rgb(124,70,72); }
td.TdClassName
{
border-color: #7C4648;
}
.TagClassName
{
border-color: #7C4648;
}
</style>