Shades of Trendy Pink #865F7E
Tints of Trendy Pink #865F7E
RGB
CMYK
RGB Variations
Color information
#865F7E (or 0x865F7E) is known color: Trendy Pink. HEX triplet: 86, 5F and 7E. RGB value is (134,95,126). Sum of RGB (Red+Green+Blue) = 134+95+126=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #865F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F7E is #79A081. Grayscale: #6E6E6E. Windows color (decimal): -7970946 or 8281990. OLE color: 8281990.
HSL color Cylindrical-coordinate representation of color #865F7E: hue angle of 312.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #865F7E is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 126 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.47 |
| HSL | 312.31º | 0.17% | 0.45% | - |
| HSV(B) | 312.31º | 0.29% | 0.53% | - |
| XYZ | 17.69 | 14.76 | 21.66 | - |
| YUV | 110.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 126 | 0 | 0.29 | 0.06 | 0.47 | 312.31 | 0.17 | 0.45 |
| Hex | 86 | 5F | 7E | 0 | 1D | 6 | 2F | 138 | 11 | 2D |
| Octal | 206 | 137 | 176 | 0 | 35 | 6 | 57 | 470 | 21 | 55 |
| Binary | 10000110 | 1011111 | 1111110 | 0 | 11101 | 110 | 101111 | 100111000 | 10001 | 101101 |
Color Harmonies of #865F7E
Complementary color
Monochromatic Colors of #865F7E
Black with #865F7E
Text Example
Text Example
White with #865F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F7E; }
p { color: rgb(134,95,126); }
H1.HeaderClassName
{
color: #865F7E;
}
.AnyTagClassName
{
color: #865F7E;
}
</style>
background-color css
<style>
a { background-color: #865F7E; }
a { background-color: rgb(134,95,126); }
div.DivClassName
{
background-color: #865F7E;
}
.BgClassName
{
background-color: #865F7E;
}
</style>
border-color css
<style>
span { border-color: #865F7E; }
span { border-color: rgb(134,95,126); }
td.TdClassName
{
border-color: #865F7E;
}
.TagClassName
{
border-color: #865F7E;
}
</style>