#865D7F

Color #865D7F Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #865D7F

Tints of Trendy Pink #865D7F

Color information

#865D7F (or 0x865D7F) is unknown color: approx Trendy Pink. HEX triplet: 86, 5D and 7F. RGB value is (134,93,127). Sum of RGB (Red+Green+Blue) = 134+93+127=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #865D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D7F is #79A280. Grayscale: #6D6D6D. Windows color (decimal): -7971457 or 8347014. OLE color: 8347014.

HSL color Cylindrical-coordinate representation of color #865D7F: hue angle of 310.24º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D7F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13493127-
CMYK00.310.050.47
HSL310.24º18.06%44.51%-
HSV(B)310.24º30.6%52.55%-
XYZ17.5814.4321.94-
YUV109.13138.08145.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 127 (50% from 255) = 35.88%
R=37.85%
G=26.27%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349312700.310.050.47310.2418.0644.51
Hex865D7F01F52F136122d
Octal2061351770375574662255
Binary100001101011101111111101111110110111110011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D7F; }

 p { color: rgb(134,93,127); }

 H1.HeaderClassName
 {
   color: #865D7F;
 }
 .AnyTagClassName
 {
   color: #865D7F;
 }
</style>
background-color css

<style>
 a { background-color: #865D7F; }

 a { background-color: rgb(134,93,127); }

 div.DivClassName
 {
   background-color: #865D7F;
 }
 .BgClassName
 {
   background-color: #865D7F;
 }
</style>
border-color css

<style>
 span { border-color: #865D7F; }

 span { border-color: rgb(134,93,127); }

 td.TdClassName
 {
   border-color: #865D7F;
 }
 .TagClassName
 {
   border-color: #865D7F;
 }
</style>