Shades of Solid Pink #7C454C
Tints of Solid Pink #7C454C
RGB
CMYK
RGB Variations
Color information
#7C454C (or 0x7C454C) is known color: Solid Pink. HEX triplet: 7C, 45 and 4C. RGB value is (124,69,76). Sum of RGB (Red+Green+Blue) = 124+69+76=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C454C is #83BAB3. Grayscale: #565656. Windows color (decimal): -8633012 or 4998524. OLE color: 4998524.
HSL color Cylindrical-coordinate representation of color #7C454C: hue angle of 352.36º 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 #7C454C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 76 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.51 |
| HSL | 352.36º | 0.28% | 0.38% | - |
| HSV(B) | 352.36º | 0.44% | 0.49% | - |
| XYZ | 11.74 | 9.06 | 7.97 | - |
| YUV | 86.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 76 | 0 | 0.44 | 0.39 | 0.51 | 352.36 | 0.28 | 0.38 |
| Hex | 7C | 45 | 4C | 0 | 2C | 27 | 33 | 160 | 1C | 26 |
| Octal | 174 | 105 | 114 | 0 | 54 | 47 | 63 | 540 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1001100 | 0 | 101100 | 100111 | 110011 | 101100000 | 11100 | 100110 |
Color Harmonies of #7C454C
Complementary color
Monochromatic Colors of #7C454C
Black with #7C454C
Text Example
Text Example
White with #7C454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C454C; }
p { color: rgb(124,69,76); }
H1.HeaderClassName
{
color: #7C454C;
}
.AnyTagClassName
{
color: #7C454C;
}
</style>
background-color css
<style>
a { background-color: #7C454C; }
a { background-color: rgb(124,69,76); }
div.DivClassName
{
background-color: #7C454C;
}
.BgClassName
{
background-color: #7C454C;
}
</style>
border-color css
<style>
span { border-color: #7C454C; }
span { border-color: rgb(124,69,76); }
td.TdClassName
{
border-color: #7C454C;
}
.TagClassName
{
border-color: #7C454C;
}
</style>