Shades of Trendy Pink #865C7C
Tints of Trendy Pink #865C7C
RGB
CMYK
RGB Variations
Color information
#865C7C (or 0x865C7C) is known color: Trendy Pink. HEX triplet: 86, 5C and 7C. RGB value is (134,92,124). Sum of RGB (Red+Green+Blue) = 134+92+124=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7C is #79A383. Grayscale: #6C6C6C. Windows color (decimal): -7971716 or 8150150. OLE color: 8150150.
HSL color Cylindrical-coordinate representation of color #865C7C: hue angle of 314.29º 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 #865C7C is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 124 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.47 |
| HSL | 314.29º | 0.19% | 0.44% | - |
| HSV(B) | 314.29º | 0.31% | 0.53% | - |
| XYZ | 17.3 | 14.18 | 20.89 | - |
| YUV | 108.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 124 | 0 | 0.31 | 0.07 | 0.47 | 314.29 | 0.19 | 0.44 |
| Hex | 86 | 5C | 7C | 0 | 1F | 7 | 2F | 13A | 13 | 2C |
| Octal | 206 | 134 | 174 | 0 | 37 | 7 | 57 | 472 | 23 | 54 |
| Binary | 10000110 | 1011100 | 1111100 | 0 | 11111 | 111 | 101111 | 100111010 | 10011 | 101100 |
Color Harmonies of #865C7C
Complementary color
Monochromatic Colors of #865C7C
Black with #865C7C
Text Example
Text Example
White with #865C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C7C; }
p { color: rgb(134,92,124); }
H1.HeaderClassName
{
color: #865C7C;
}
.AnyTagClassName
{
color: #865C7C;
}
</style>
background-color css
<style>
a { background-color: #865C7C; }
a { background-color: rgb(134,92,124); }
div.DivClassName
{
background-color: #865C7C;
}
.BgClassName
{
background-color: #865C7C;
}
</style>
border-color css
<style>
span { border-color: #865C7C; }
span { border-color: rgb(134,92,124); }
td.TdClassName
{
border-color: #865C7C;
}
.TagClassName
{
border-color: #865C7C;
}
</style>