Shades of Trendy Pink #7E5675
Tints of Trendy Pink #7E5675
RGB
CMYK
RGB Variations
Color information
#7E5675 (or 0x7E5675) is known color: Trendy Pink. HEX triplet: 7E, 56 and 75. RGB value is (126,86,117). Sum of RGB (Red+Green+Blue) = 126+86+117=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5675 is #81A98A. Grayscale: #656565. Windows color (decimal): -8497547 or 7689854. OLE color: 7689854.
HSL color Cylindrical-coordinate representation of color #7E5675: hue angle of 313.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E5675 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 117 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.51 |
| HSL | 313.5º | 0.19% | 0.42% | - |
| HSV(B) | 313.5º | 0.32% | 0.49% | - |
| XYZ | 15.14 | 12.38 | 18.42 | - |
| YUV | 101.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 117 | 0 | 0.32 | 0.07 | 0.51 | 313.5 | 0.19 | 0.42 |
| Hex | 7E | 56 | 75 | 0 | 20 | 7 | 33 | 13A | 13 | 2A |
| Octal | 176 | 126 | 165 | 0 | 40 | 7 | 63 | 472 | 23 | 52 |
| Binary | 1111110 | 1010110 | 1110101 | 0 | 100000 | 111 | 110011 | 100111010 | 10011 | 101010 |
Color Harmonies of #7E5675
Complementary color
Monochromatic Colors of #7E5675
Black with #7E5675
Text Example
Text Example
White with #7E5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5675; }
p { color: rgb(126,86,117); }
H1.HeaderClassName
{
color: #7E5675;
}
.AnyTagClassName
{
color: #7E5675;
}
</style>
background-color css
<style>
a { background-color: #7E5675; }
a { background-color: rgb(126,86,117); }
div.DivClassName
{
background-color: #7E5675;
}
.BgClassName
{
background-color: #7E5675;
}
</style>
border-color css
<style>
span { border-color: #7E5675; }
span { border-color: rgb(126,86,117); }
td.TdClassName
{
border-color: #7E5675;
}
.TagClassName
{
border-color: #7E5675;
}
</style>