Shades of Solid Pink #7E4C4E
Tints of Solid Pink #7E4C4E
RGB
CMYK
RGB Variations
Color information
#7E4C4E (or 0x7E4C4E) is known color: Solid Pink. HEX triplet: 7E, 4C and 4E. RGB value is (126,76,78). Sum of RGB (Red+Green+Blue) = 126+76+78=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4C4E is #81B3B1. Grayscale: #5B5B5B. Windows color (decimal): -8500146 or 5131390. OLE color: 5131390.
HSL color Cylindrical-coordinate representation of color #7E4C4E: hue angle of 357.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E4C4E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 76 | 78 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.51 |
| HSL | 357.6º | 0.25% | 0.4% | - |
| HSV(B) | 357.6º | 0.4% | 0.49% | - |
| XYZ | 12.56 | 10.15 | 8.51 | - |
| YUV | 91.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 78 | 0 | 0.40 | 0.38 | 0.51 | 357.6 | 0.25 | 0.4 |
| Hex | 7E | 4C | 4E | 0 | 28 | 26 | 33 | 166 | 19 | 28 |
| Octal | 176 | 114 | 116 | 0 | 50 | 46 | 63 | 546 | 31 | 50 |
| Binary | 1111110 | 1001100 | 1001110 | 0 | 101000 | 100110 | 110011 | 101100110 | 11001 | 101000 |
Color Harmonies of #7E4C4E
Complementary color
Monochromatic Colors of #7E4C4E
Black with #7E4C4E
Text Example
Text Example
White with #7E4C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4C4E; }
p { color: rgb(126,76,78); }
H1.HeaderClassName
{
color: #7E4C4E;
}
.AnyTagClassName
{
color: #7E4C4E;
}
</style>
background-color css
<style>
a { background-color: #7E4C4E; }
a { background-color: rgb(126,76,78); }
div.DivClassName
{
background-color: #7E4C4E;
}
.BgClassName
{
background-color: #7E4C4E;
}
</style>
border-color css
<style>
span { border-color: #7E4C4E; }
span { border-color: rgb(126,76,78); }
td.TdClassName
{
border-color: #7E4C4E;
}
.TagClassName
{
border-color: #7E4C4E;
}
</style>