Shades of Trendy Pink #865C7F
Tints of Trendy Pink #865C7F
RGB
CMYK
RGB Variations
Color information
#865C7F (or 0x865C7F) is known color: Trendy Pink. HEX triplet: 86, 5C and 7F. RGB value is (134,92,127). Sum of RGB (Red+Green+Blue) = 134+92+127=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7F is #79A380. Grayscale: #6C6C6C. Windows color (decimal): -7971713 or 8346758. OLE color: 8346758.
HSL color Cylindrical-coordinate representation of color #865C7F: hue angle of 310º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C7F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 127 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.47 |
| HSL | 310º | 0.19% | 0.44% | - |
| HSV(B) | 310º | 0.31% | 0.53% | - |
| XYZ | 17.49 | 14.25 | 21.91 | - |
| YUV | 108.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 127 | 0 | 0.31 | 0.05 | 0.47 | 310 | 0.19 | 0.44 |
| Hex | 86 | 5C | 7F | 0 | 1F | 5 | 2F | 136 | 13 | 2C |
| Octal | 206 | 134 | 177 | 0 | 37 | 5 | 57 | 466 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1111111 | 0 | 11111 | 101 | 101111 | 100110110 | 10011 | 101100 |
Color Harmonies of #865C7F
Complementary color
Monochromatic Colors of #865C7F
Black with #865C7F
Text Example
Text Example
White with #865C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C7F; }
p { color: rgb(134,92,127); }
H1.HeaderClassName
{
color: #865C7F;
}
.AnyTagClassName
{
color: #865C7F;
}
</style>
background-color css
<style>
a { background-color: #865C7F; }
a { background-color: rgb(134,92,127); }
div.DivClassName
{
background-color: #865C7F;
}
.BgClassName
{
background-color: #865C7F;
}
</style>
border-color css
<style>
span { border-color: #865C7F; }
span { border-color: rgb(134,92,127); }
td.TdClassName
{
border-color: #865C7F;
}
.TagClassName
{
border-color: #865C7F;
}
</style>