Shades of Trendy Pink #7E5373
Tints of Trendy Pink #7E5373
RGB
CMYK
RGB Variations
Color information
#7E5373 (or 0x7E5373) is known color: Trendy Pink. HEX triplet: 7E, 53 and 73. RGB value is (126,83,115). Sum of RGB (Red+Green+Blue) = 126+83+115=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5373 is #81AC8C. Grayscale: #636363. Windows color (decimal): -8498317 or 7558014. OLE color: 7558014.
HSL color Cylindrical-coordinate representation of color #7E5373: hue angle of 315.35º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5373 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 115 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.51 |
| HSL | 315.35º | 0.21% | 0.41% | - |
| HSV(B) | 315.35º | 0.34% | 0.49% | - |
| XYZ | 14.79 | 11.86 | 17.73 | - |
| YUV | 99.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 115 | 0 | 0.34 | 0.09 | 0.51 | 315.35 | 0.21 | 0.41 |
| Hex | 7E | 53 | 73 | 0 | 22 | 9 | 33 | 13B | 15 | 29 |
| Octal | 176 | 123 | 163 | 0 | 42 | 11 | 63 | 473 | 25 | 51 |
| Binary | 1111110 | 1010011 | 1110011 | 0 | 100010 | 1001 | 110011 | 100111011 | 10101 | 101001 |
Color Harmonies of #7E5373
Complementary color
Monochromatic Colors of #7E5373
Black with #7E5373
Text Example
Text Example
White with #7E5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5373; }
p { color: rgb(126,83,115); }
H1.HeaderClassName
{
color: #7E5373;
}
.AnyTagClassName
{
color: #7E5373;
}
</style>
background-color css
<style>
a { background-color: #7E5373; }
a { background-color: rgb(126,83,115); }
div.DivClassName
{
background-color: #7E5373;
}
.BgClassName
{
background-color: #7E5373;
}
</style>
border-color css
<style>
span { border-color: #7E5373; }
span { border-color: rgb(126,83,115); }
td.TdClassName
{
border-color: #7E5373;
}
.TagClassName
{
border-color: #7E5373;
}
</style>