Shades of Trendy Pink #7E547F
Tints of Trendy Pink #7E547F
RGB
CMYK
RGB Variations
Color information
#7E547F (or 0x7E547F) is known color: Trendy Pink. HEX triplet: 7E, 54 and 7F. RGB value is (126,84,127). Sum of RGB (Red+Green+Blue) = 126+84+127=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E547F is #81AB80. Grayscale: #656565. Windows color (decimal): -8498049 or 8344702. OLE color: 8344702.
HSL color Cylindrical-coordinate representation of color #7E547F: hue angle of 298.6º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E547F is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 84 | 127 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.50 |
| HSL | 298.6º | 0.2% | 0.41% | - |
| HSV(B) | 298.6º | 0.34% | 0.5% | - |
| XYZ | 15.61 | 12.31 | 21.63 | - |
| YUV | 101.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 127 | 0.01 | 0.34 | 0 | 0.50 | 298.6 | 0.2 | 0.41 |
| Hex | 7E | 54 | 7F | 1 | 22 | 0 | 32 | 12B | 14 | 29 |
| Octal | 176 | 124 | 177 | 1 | 42 | 0 | 62 | 453 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1111111 | 1 | 100010 | 0 | 110010 | 100101011 | 10100 | 101001 |
Color Harmonies of #7E547F
Complementary color
Monochromatic Colors of #7E547F
Black with #7E547F
Text Example
Text Example
White with #7E547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E547F; }
p { color: rgb(126,84,127); }
H1.HeaderClassName
{
color: #7E547F;
}
.AnyTagClassName
{
color: #7E547F;
}
</style>
background-color css
<style>
a { background-color: #7E547F; }
a { background-color: rgb(126,84,127); }
div.DivClassName
{
background-color: #7E547F;
}
.BgClassName
{
background-color: #7E547F;
}
</style>
border-color css
<style>
span { border-color: #7E547F; }
span { border-color: rgb(126,84,127); }
td.TdClassName
{
border-color: #7E547F;
}
.TagClassName
{
border-color: #7E547F;
}
</style>