Shades of Trendy Pink #7E537F
Tints of Trendy Pink #7E537F
RGB
CMYK
RGB Variations
Color information
#7E537F (or 0x7E537F) is known color: Trendy Pink. HEX triplet: 7E, 53 and 7F. RGB value is (126,83,127). Sum of RGB (Red+Green+Blue) = 126+83+127=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E537F is #81AC80. Grayscale: #646464. Windows color (decimal): -8498305 or 8344446. OLE color: 8344446.
HSL color Cylindrical-coordinate representation of color #7E537F: hue angle of 298.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E537F is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 83 | 127 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.50 |
| HSL | 298.64º | 0.21% | 0.41% | - |
| HSV(B) | 298.64º | 0.35% | 0.5% | - |
| XYZ | 15.53 | 12.15 | 21.61 | - |
| YUV | 100.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 127 | 0.01 | 0.35 | 0 | 0.50 | 298.64 | 0.21 | 0.41 |
| Hex | 7E | 53 | 7F | 1 | 23 | 0 | 32 | 12B | 15 | 29 |
| Octal | 176 | 123 | 177 | 1 | 43 | 0 | 62 | 453 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1111111 | 1 | 100011 | 0 | 110010 | 100101011 | 10101 | 101001 |
Color Harmonies of #7E537F
Complementary color
Monochromatic Colors of #7E537F
Black with #7E537F
Text Example
Text Example
White with #7E537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E537F; }
p { color: rgb(126,83,127); }
H1.HeaderClassName
{
color: #7E537F;
}
.AnyTagClassName
{
color: #7E537F;
}
</style>
background-color css
<style>
a { background-color: #7E537F; }
a { background-color: rgb(126,83,127); }
div.DivClassName
{
background-color: #7E537F;
}
.BgClassName
{
background-color: #7E537F;
}
</style>
border-color css
<style>
span { border-color: #7E537F; }
span { border-color: rgb(126,83,127); }
td.TdClassName
{
border-color: #7E537F;
}
.TagClassName
{
border-color: #7E537F;
}
</style>