Shades of Trendy Pink #84607F
Tints of Trendy Pink #84607F
RGB
CMYK
RGB Variations
Color information
#84607F (or 0x84607F) is known color: Trendy Pink. HEX triplet: 84, 60 and 7F. RGB value is (132,96,127). Sum of RGB (Red+Green+Blue) = 132+96+127=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607F is #7B9F80. Grayscale: #6E6E6E. Windows color (decimal): -8101761 or 8347780. OLE color: 8347780.
HSL color Cylindrical-coordinate representation of color #84607F: hue angle of 308.33º 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 #84607F is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 127 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.48 |
| HSL | 308.33º | 0.16% | 0.45% | - |
| HSV(B) | 308.33º | 0.27% | 0.52% | - |
| XYZ | 17.53 | 14.8 | 22.01 | - |
| YUV | 110.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 127 | 0 | 0.27 | 0.04 | 0.48 | 308.33 | 0.16 | 0.45 |
| Hex | 84 | 60 | 7F | 0 | 1B | 4 | 30 | 134 | 10 | 2D |
| Octal | 204 | 140 | 177 | 0 | 33 | 4 | 60 | 464 | 20 | 55 |
| Binary | 10000100 | 1100000 | 1111111 | 0 | 11011 | 100 | 110000 | 100110100 | 10000 | 101101 |
Color Harmonies of #84607F
Complementary color
Monochromatic Colors of #84607F
Black with #84607F
Text Example
Text Example
White with #84607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84607F; }
p { color: rgb(132,96,127); }
H1.HeaderClassName
{
color: #84607F;
}
.AnyTagClassName
{
color: #84607F;
}
</style>
background-color css
<style>
a { background-color: #84607F; }
a { background-color: rgb(132,96,127); }
div.DivClassName
{
background-color: #84607F;
}
.BgClassName
{
background-color: #84607F;
}
</style>
border-color css
<style>
span { border-color: #84607F; }
span { border-color: rgb(132,96,127); }
td.TdClassName
{
border-color: #84607F;
}
.TagClassName
{
border-color: #84607F;
}
</style>