Shades of Solid Pink #7C454D
Tints of Solid Pink #7C454D
RGB
CMYK
RGB Variations
Color information
#7C454D (or 0x7C454D) is known color: Solid Pink. HEX triplet: 7C, 45 and 4D. RGB value is (124,69,77). Sum of RGB (Red+Green+Blue) = 124+69+77=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C454D is #83BAB2. Grayscale: #565656. Windows color (decimal): -8633011 or 5064060. OLE color: 5064060.
HSL color Cylindrical-coordinate representation of color #7C454D: hue angle of 351.27º 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 #7C454D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 69 | 77 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.51 |
| HSL | 351.27º | 0.28% | 0.38% | - |
| HSV(B) | 351.27º | 0.44% | 0.49% | - |
| XYZ | 11.78 | 9.08 | 8.15 | - |
| YUV | 86.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 77 | 0 | 0.44 | 0.38 | 0.51 | 351.27 | 0.28 | 0.38 |
| Hex | 7C | 45 | 4D | 0 | 2C | 26 | 33 | 15F | 1C | 26 |
| Octal | 174 | 105 | 115 | 0 | 54 | 46 | 63 | 537 | 34 | 46 |
| Binary | 1111100 | 1000101 | 1001101 | 0 | 101100 | 100110 | 110011 | 101011111 | 11100 | 100110 |
Color Harmonies of #7C454D
Complementary color
Monochromatic Colors of #7C454D
Black with #7C454D
Text Example
Text Example
White with #7C454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C454D; }
p { color: rgb(124,69,77); }
H1.HeaderClassName
{
color: #7C454D;
}
.AnyTagClassName
{
color: #7C454D;
}
</style>
background-color css
<style>
a { background-color: #7C454D; }
a { background-color: rgb(124,69,77); }
div.DivClassName
{
background-color: #7C454D;
}
.BgClassName
{
background-color: #7C454D;
}
</style>
border-color css
<style>
span { border-color: #7C454D; }
span { border-color: rgb(124,69,77); }
td.TdClassName
{
border-color: #7C454D;
}
.TagClassName
{
border-color: #7C454D;
}
</style>