Shades of Trendy Pink #84607E
Tints of Trendy Pink #84607E
RGB
CMYK
RGB Variations
Color information
#84607E (or 0x84607E) is known color: Trendy Pink. HEX triplet: 84, 60 and 7E. RGB value is (132,96,126). Sum of RGB (Red+Green+Blue) = 132+96+126=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607E is #7B9F81. Grayscale: #6E6E6E. Windows color (decimal): -8101762 or 8282244. OLE color: 8282244.
HSL color Cylindrical-coordinate representation of color #84607E: hue angle of 310º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84607E is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 126 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.48 |
| HSL | 310º | 0.16% | 0.45% | - |
| HSV(B) | 310º | 0.27% | 0.52% | - |
| XYZ | 17.46 | 14.78 | 21.67 | - |
| YUV | 110.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 126 | 0 | 0.27 | 0.05 | 0.48 | 310 | 0.16 | 0.45 |
| Hex | 84 | 60 | 7E | 0 | 1B | 5 | 30 | 136 | 10 | 2D |
| Octal | 204 | 140 | 176 | 0 | 33 | 5 | 60 | 466 | 20 | 55 |
| Binary | 10000100 | 1100000 | 1111110 | 0 | 11011 | 101 | 110000 | 100110110 | 10000 | 101101 |
Color Harmonies of #84607E
Complementary color
Monochromatic Colors of #84607E
Black with #84607E
Text Example
Text Example
White with #84607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84607E; }
p { color: rgb(132,96,126); }
H1.HeaderClassName
{
color: #84607E;
}
.AnyTagClassName
{
color: #84607E;
}
</style>
background-color css
<style>
a { background-color: #84607E; }
a { background-color: rgb(132,96,126); }
div.DivClassName
{
background-color: #84607E;
}
.BgClassName
{
background-color: #84607E;
}
</style>
border-color css
<style>
span { border-color: #84607E; }
span { border-color: rgb(132,96,126); }
td.TdClassName
{
border-color: #84607E;
}
.TagClassName
{
border-color: #84607E;
}
</style>