Shades of Trendy Pink #84577E
Tints of Trendy Pink #84577E
RGB
CMYK
RGB Variations
Color information
#84577E (or 0x84577E) is known color: Trendy Pink. HEX triplet: 84, 57 and 7E. RGB value is (132,87,126). Sum of RGB (Red+Green+Blue) = 132+87+126=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84577E is #7BA881. Grayscale: #686868. Windows color (decimal): -8104066 or 8279940. OLE color: 8279940.
HSL color Cylindrical-coordinate representation of color #84577E: hue angle of 308º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84577E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 126 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.48 |
| HSL | 308º | 0.21% | 0.43% | - |
| HSV(B) | 308º | 0.34% | 0.52% | - |
| XYZ | 16.69 | 13.23 | 21.41 | - |
| YUV | 104.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 126 | 0 | 0.34 | 0.05 | 0.48 | 308 | 0.21 | 0.43 |
| Hex | 84 | 57 | 7E | 0 | 22 | 5 | 30 | 134 | 15 | 2B |
| Octal | 204 | 127 | 176 | 0 | 42 | 5 | 60 | 464 | 25 | 53 |
| Binary | 10000100 | 1010111 | 1111110 | 0 | 100010 | 101 | 110000 | 100110100 | 10101 | 101011 |
Color Harmonies of #84577E
Complementary color
Monochromatic Colors of #84577E
Black with #84577E
Text Example
Text Example
White with #84577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84577E; }
p { color: rgb(132,87,126); }
H1.HeaderClassName
{
color: #84577E;
}
.AnyTagClassName
{
color: #84577E;
}
</style>
background-color css
<style>
a { background-color: #84577E; }
a { background-color: rgb(132,87,126); }
div.DivClassName
{
background-color: #84577E;
}
.BgClassName
{
background-color: #84577E;
}
</style>
border-color css
<style>
span { border-color: #84577E; }
span { border-color: rgb(132,87,126); }
td.TdClassName
{
border-color: #84577E;
}
.TagClassName
{
border-color: #84577E;
}
</style>