Shades of Solid Pink #7C4548
Tints of Solid Pink #7C4548
RGB
CMYK
RGB Variations
Color information
#7C4548 (or 0x7C4548) is known color: Solid Pink. HEX triplet: 7C, 45 and 48. RGB value is (124,69,72). Sum of RGB (Red+Green+Blue) = 124+69+72=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4548 is #83BAB7. Grayscale: #555555. Windows color (decimal): -8633016 or 4736380. OLE color: 4736380.
HSL color Cylindrical-coordinate representation of color #7C4548: hue angle of 356.73º 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 #7C4548 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 72 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.51 |
| HSL | 356.73º | 0.28% | 0.38% | - |
| HSV(B) | 356.73º | 0.44% | 0.49% | - |
| XYZ | 11.61 | 9.01 | 7.26 | - |
| YUV | 85.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 72 | 0 | 0.44 | 0.42 | 0.51 | 356.73 | 0.28 | 0.38 |
| Hex | 7C | 45 | 48 | 0 | 2C | 2A | 33 | 165 | 1C | 26 |
| Octal | 174 | 105 | 110 | 0 | 54 | 52 | 63 | 545 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1001000 | 0 | 101100 | 101010 | 110011 | 101100101 | 11100 | 100110 |
Color Harmonies of #7C4548
Complementary color
Monochromatic Colors of #7C4548
Black with #7C4548
Text Example
Text Example
White with #7C4548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4548; }
p { color: rgb(124,69,72); }
H1.HeaderClassName
{
color: #7C4548;
}
.AnyTagClassName
{
color: #7C4548;
}
</style>
background-color css
<style>
a { background-color: #7C4548; }
a { background-color: rgb(124,69,72); }
div.DivClassName
{
background-color: #7C4548;
}
.BgClassName
{
background-color: #7C4548;
}
</style>
border-color css
<style>
span { border-color: #7C4548; }
span { border-color: rgb(124,69,72); }
td.TdClassName
{
border-color: #7C4548;
}
.TagClassName
{
border-color: #7C4548;
}
</style>