Shades of Trendy Pink #7E527A
Tints of Trendy Pink #7E527A
RGB
CMYK
RGB Variations
Color information
#7E527A (or 0x7E527A) is known color: Trendy Pink. HEX triplet: 7E, 52 and 7A. RGB value is (126,82,122). Sum of RGB (Red+Green+Blue) = 126+82+122=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 126 - color contains mainly: red. Hex color #7E527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E527A is #81AD85. Grayscale: #636363. Windows color (decimal): -8498566 or 8016510. OLE color: 8016510.
HSL color Cylindrical-coordinate representation of color #7E527A: hue angle of 305.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E527A is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 122 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.51 |
| HSL | 305.45º | 0.21% | 0.41% | - |
| HSV(B) | 305.45º | 0.35% | 0.49% | - |
| XYZ | 15.13 | 11.88 | 19.91 | - |
| YUV | 99.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 122 | 0 | 0.35 | 0.03 | 0.51 | 305.45 | 0.21 | 0.41 |
| Hex | 7E | 52 | 7A | 0 | 23 | 3 | 33 | 131 | 15 | 29 |
| Octal | 176 | 122 | 172 | 0 | 43 | 3 | 63 | 461 | 25 | 51 |
| Binary | 1111110 | 1010010 | 1111010 | 0 | 100011 | 11 | 110011 | 100110001 | 10101 | 101001 |
Color Harmonies of #7E527A
Complementary color
Monochromatic Colors of #7E527A
Black with #7E527A
Text Example
Text Example
White with #7E527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E527A; }
p { color: rgb(126,82,122); }
H1.HeaderClassName
{
color: #7E527A;
}
.AnyTagClassName
{
color: #7E527A;
}
</style>
background-color css
<style>
a { background-color: #7E527A; }
a { background-color: rgb(126,82,122); }
div.DivClassName
{
background-color: #7E527A;
}
.BgClassName
{
background-color: #7E527A;
}
</style>
border-color css
<style>
span { border-color: #7E527A; }
span { border-color: rgb(126,82,122); }
td.TdClassName
{
border-color: #7E527A;
}
.TagClassName
{
border-color: #7E527A;
}
</style>