Shades of Trendy Pink #864E7E
Tints of Trendy Pink #864E7E
RGB
CMYK
RGB Variations
Color information
#864E7E (or 0x864E7E) is known color: Trendy Pink. HEX triplet: 86, 4E and 7E. RGB value is (134,78,126). Sum of RGB (Red+Green+Blue) = 134+78+126=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #864E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E7E is #79B181. Grayscale: #646464. Windows color (decimal): -7975298 or 8277638. OLE color: 8277638.
HSL color Cylindrical-coordinate representation of color #864E7E: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E7E is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 126 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.47 |
| HSL | 308.57º | 0.26% | 0.42% | - |
| HSV(B) | 308.57º | 0.42% | 0.53% | - |
| XYZ | 16.32 | 12.02 | 21.2 | - |
| YUV | 100.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 126 | 0 | 0.42 | 0.06 | 0.47 | 308.57 | 0.26 | 0.42 |
| Hex | 86 | 4E | 7E | 0 | 2A | 6 | 2F | 135 | 1A | 2A |
| Octal | 206 | 116 | 176 | 0 | 52 | 6 | 57 | 465 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1111110 | 0 | 101010 | 110 | 101111 | 100110101 | 11010 | 101010 |
Color Harmonies of #864E7E
Complementary color
Monochromatic Colors of #864E7E
Black with #864E7E
Text Example
Text Example
White with #864E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E7E; }
p { color: rgb(134,78,126); }
H1.HeaderClassName
{
color: #864E7E;
}
.AnyTagClassName
{
color: #864E7E;
}
</style>
background-color css
<style>
a { background-color: #864E7E; }
a { background-color: rgb(134,78,126); }
div.DivClassName
{
background-color: #864E7E;
}
.BgClassName
{
background-color: #864E7E;
}
</style>
border-color css
<style>
span { border-color: #864E7E; }
span { border-color: rgb(134,78,126); }
td.TdClassName
{
border-color: #864E7E;
}
.TagClassName
{
border-color: #864E7E;
}
</style>