Shades of Solid Pink #7E454C
Tints of Solid Pink #7E454C
RGB
CMYK
RGB Variations
Color information
#7E454C (or 0x7E454C) is known color: Solid Pink. HEX triplet: 7E, 45 and 4C. RGB value is (126,69,76). Sum of RGB (Red+Green+Blue) = 126+69+76=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E454C is #81BAB3. Grayscale: #565656. Windows color (decimal): -8501940 or 4998526. OLE color: 4998526.
HSL color Cylindrical-coordinate representation of color #7E454C: hue angle of 352.63º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E454C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 69 | 76 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.51 |
| HSL | 352.63º | 0.29% | 0.38% | - |
| HSV(B) | 352.63º | 0.45% | 0.49% | - |
| XYZ | 12.04 | 9.21 | 7.98 | - |
| YUV | 86.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 76 | 0 | 0.45 | 0.40 | 0.51 | 352.63 | 0.29 | 0.38 |
| Hex | 7E | 45 | 4C | 0 | 2D | 28 | 33 | 161 | 1D | 26 |
| Octal | 176 | 105 | 114 | 0 | 55 | 50 | 63 | 541 | 35 | 46 |
| Binary | 1111110 | 1000101 | 1001100 | 0 | 101101 | 101000 | 110011 | 101100001 | 11101 | 100110 |
Color Harmonies of #7E454C
Complementary color
Monochromatic Colors of #7E454C
Black with #7E454C
Text Example
Text Example
White with #7E454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E454C; }
p { color: rgb(126,69,76); }
H1.HeaderClassName
{
color: #7E454C;
}
.AnyTagClassName
{
color: #7E454C;
}
</style>
background-color css
<style>
a { background-color: #7E454C; }
a { background-color: rgb(126,69,76); }
div.DivClassName
{
background-color: #7E454C;
}
.BgClassName
{
background-color: #7E454C;
}
</style>
border-color css
<style>
span { border-color: #7E454C; }
span { border-color: rgb(126,69,76); }
td.TdClassName
{
border-color: #7E454C;
}
.TagClassName
{
border-color: #7E454C;
}
</style>