Shades of Solid Pink #7E5059
Tints of Solid Pink #7E5059
RGB
CMYK
RGB Variations
Color information
#7E5059 (or 0x7E5059) is known color: Solid Pink. HEX triplet: 7E, 50 and 59. RGB value is (126,80,89). Sum of RGB (Red+Green+Blue) = 126+80+89=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5059 is #81AFA6. Grayscale: #5E5E5E. Windows color (decimal): -8499111 or 5853310. OLE color: 5853310.
HSL color Cylindrical-coordinate representation of color #7E5059: hue angle of 348.26º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5059 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 89 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.51 |
| HSL | 348.26º | 0.22% | 0.4% | - |
| HSV(B) | 348.26º | 0.37% | 0.49% | - |
| XYZ | 13.28 | 10.89 | 10.85 | - |
| YUV | 94.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 89 | 0 | 0.37 | 0.29 | 0.51 | 348.26 | 0.22 | 0.4 |
| Hex | 7E | 50 | 59 | 0 | 25 | 1D | 33 | 15C | 16 | 28 |
| Octal | 176 | 120 | 131 | 0 | 45 | 35 | 63 | 534 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1011001 | 0 | 100101 | 11101 | 110011 | 101011100 | 10110 | 101000 |
Color Harmonies of #7E5059
Complementary color
Monochromatic Colors of #7E5059
Black with #7E5059
Text Example
Text Example
White with #7E5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5059; }
p { color: rgb(126,80,89); }
H1.HeaderClassName
{
color: #7E5059;
}
.AnyTagClassName
{
color: #7E5059;
}
</style>
background-color css
<style>
a { background-color: #7E5059; }
a { background-color: rgb(126,80,89); }
div.DivClassName
{
background-color: #7E5059;
}
.BgClassName
{
background-color: #7E5059;
}
</style>
border-color css
<style>
span { border-color: #7E5059; }
span { border-color: rgb(126,80,89); }
td.TdClassName
{
border-color: #7E5059;
}
.TagClassName
{
border-color: #7E5059;
}
</style>