Shades of Solid Pink #7E5058
Tints of Solid Pink #7E5058
RGB
CMYK
RGB Variations
Color information
#7E5058 (or 0x7E5058) is known color: Solid Pink. HEX triplet: 7E, 50 and 58. RGB value is (126,80,88). Sum of RGB (Red+Green+Blue) = 126+80+88=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5058 is #81AFA7. Grayscale: #5E5E5E. Windows color (decimal): -8499112 or 5787774. OLE color: 5787774.
HSL color Cylindrical-coordinate representation of color #7E5058: hue angle of 349.57º 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 #7E5058 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 88 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.51 |
| HSL | 349.57º | 0.22% | 0.4% | - |
| HSV(B) | 349.57º | 0.37% | 0.49% | - |
| XYZ | 13.23 | 10.88 | 10.63 | - |
| YUV | 94.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 88 | 0 | 0.37 | 0.30 | 0.51 | 349.57 | 0.22 | 0.4 |
| Hex | 7E | 50 | 58 | 0 | 25 | 1E | 33 | 15E | 16 | 28 |
| Octal | 176 | 120 | 130 | 0 | 45 | 36 | 63 | 536 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1011000 | 0 | 100101 | 11110 | 110011 | 101011110 | 10110 | 101000 |
Color Harmonies of #7E5058
Complementary color
Monochromatic Colors of #7E5058
Black with #7E5058
Text Example
Text Example
White with #7E5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5058; }
p { color: rgb(126,80,88); }
H1.HeaderClassName
{
color: #7E5058;
}
.AnyTagClassName
{
color: #7E5058;
}
</style>
background-color css
<style>
a { background-color: #7E5058; }
a { background-color: rgb(126,80,88); }
div.DivClassName
{
background-color: #7E5058;
}
.BgClassName
{
background-color: #7E5058;
}
</style>
border-color css
<style>
span { border-color: #7E5058; }
span { border-color: rgb(126,80,88); }
td.TdClassName
{
border-color: #7E5058;
}
.TagClassName
{
border-color: #7E5058;
}
</style>