Shades of Trendy Pink #7E547B
Tints of Trendy Pink #7E547B
RGB
CMYK
RGB Variations
Color information
#7E547B (or 0x7E547B) is known color: Trendy Pink. HEX triplet: 7E, 54 and 7B. RGB value is (126,84,123). Sum of RGB (Red+Green+Blue) = 126+84+123=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E547B is #81AB84. Grayscale: #646464. Windows color (decimal): -8498053 or 8082558. OLE color: 8082558.
HSL color Cylindrical-coordinate representation of color #7E547B: hue angle of 304.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E547B is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 123 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.51 |
| HSL | 304.29º | 0.2% | 0.41% | - |
| HSV(B) | 304.29º | 0.33% | 0.49% | - |
| XYZ | 15.35 | 12.21 | 20.29 | - |
| YUV | 101 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 123 | 0 | 0.33 | 0.02 | 0.51 | 304.29 | 0.2 | 0.41 |
| Hex | 7E | 54 | 7B | 0 | 21 | 2 | 33 | 130 | 14 | 29 |
| Octal | 176 | 124 | 173 | 0 | 41 | 2 | 63 | 460 | 24 | 51 |
| Binary | 1111110 | 1010100 | 1111011 | 0 | 100001 | 10 | 110011 | 100110000 | 10100 | 101001 |
Color Harmonies of #7E547B
Complementary color
Monochromatic Colors of #7E547B
Black with #7E547B
Text Example
Text Example
White with #7E547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E547B; }
p { color: rgb(126,84,123); }
H1.HeaderClassName
{
color: #7E547B;
}
.AnyTagClassName
{
color: #7E547B;
}
</style>
background-color css
<style>
a { background-color: #7E547B; }
a { background-color: rgb(126,84,123); }
div.DivClassName
{
background-color: #7E547B;
}
.BgClassName
{
background-color: #7E547B;
}
</style>
border-color css
<style>
span { border-color: #7E547B; }
span { border-color: rgb(126,84,123); }
td.TdClassName
{
border-color: #7E547B;
}
.TagClassName
{
border-color: #7E547B;
}
</style>