Shades of Trendy Pink #864B7A
Tints of Trendy Pink #864B7A
RGB
CMYK
RGB Variations
Color information
#864B7A (or 0x864B7A) is known color: Trendy Pink. HEX triplet: 86, 4B and 7A. RGB value is (134,75,122). Sum of RGB (Red+Green+Blue) = 134+75+122=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #864B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B7A is #79B485. Grayscale: #616161. Windows color (decimal): -7976070 or 8014726. OLE color: 8014726.
HSL color Cylindrical-coordinate representation of color #864B7A: hue angle of 312.2º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B7A is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 122 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.47 |
| HSL | 312.2º | 0.28% | 0.41% | - |
| HSV(B) | 312.2º | 0.44% | 0.53% | - |
| XYZ | 15.86 | 11.51 | 19.8 | - |
| YUV | 98 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 122 | 0 | 0.44 | 0.09 | 0.47 | 312.2 | 0.28 | 0.41 |
| Hex | 86 | 4B | 7A | 0 | 2C | 9 | 2F | 138 | 1C | 29 |
| Octal | 206 | 113 | 172 | 0 | 54 | 11 | 57 | 470 | 34 | 51 |
| Binary | 10000110 | 1001011 | 1111010 | 0 | 101100 | 1001 | 101111 | 100111000 | 11100 | 101001 |
Color Harmonies of #864B7A
Complementary color
Monochromatic Colors of #864B7A
Black with #864B7A
Text Example
Text Example
White with #864B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B7A; }
p { color: rgb(134,75,122); }
H1.HeaderClassName
{
color: #864B7A;
}
.AnyTagClassName
{
color: #864B7A;
}
</style>
background-color css
<style>
a { background-color: #864B7A; }
a { background-color: rgb(134,75,122); }
div.DivClassName
{
background-color: #864B7A;
}
.BgClassName
{
background-color: #864B7A;
}
</style>
border-color css
<style>
span { border-color: #864B7A; }
span { border-color: rgb(134,75,122); }
td.TdClassName
{
border-color: #864B7A;
}
.TagClassName
{
border-color: #864B7A;
}
</style>