Shades of Trendy Pink #865E7C
Tints of Trendy Pink #865E7C
RGB
CMYK
RGB Variations
Color information
#865E7C (or 0x865E7C) is known color: Trendy Pink. HEX triplet: 86, 5E and 7C. RGB value is (134,94,124). Sum of RGB (Red+Green+Blue) = 134+94+124=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #865E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E7C is #79A183. Grayscale: #6D6D6D. Windows color (decimal): -7971204 or 8150662. OLE color: 8150662.
HSL color Cylindrical-coordinate representation of color #865E7C: hue angle of 315º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #865E7C is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 124 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.47 |
| HSL | 315º | 0.18% | 0.45% | - |
| HSV(B) | 315º | 0.3% | 0.53% | - |
| XYZ | 17.47 | 14.53 | 20.95 | - |
| YUV | 109.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 124 | 0 | 0.30 | 0.07 | 0.47 | 315 | 0.18 | 0.45 |
| Hex | 86 | 5E | 7C | 0 | 1E | 7 | 2F | 13B | 12 | 2D |
| Octal | 206 | 136 | 174 | 0 | 36 | 7 | 57 | 473 | 22 | 55 |
| Binary | 10000110 | 1011110 | 1111100 | 0 | 11110 | 111 | 101111 | 100111011 | 10010 | 101101 |
Color Harmonies of #865E7C
Complementary color
Monochromatic Colors of #865E7C
Black with #865E7C
Text Example
Text Example
White with #865E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E7C; }
p { color: rgb(134,94,124); }
H1.HeaderClassName
{
color: #865E7C;
}
.AnyTagClassName
{
color: #865E7C;
}
</style>
background-color css
<style>
a { background-color: #865E7C; }
a { background-color: rgb(134,94,124); }
div.DivClassName
{
background-color: #865E7C;
}
.BgClassName
{
background-color: #865E7C;
}
</style>
border-color css
<style>
span { border-color: #865E7C; }
span { border-color: rgb(134,94,124); }
td.TdClassName
{
border-color: #865E7C;
}
.TagClassName
{
border-color: #865E7C;
}
</style>