#865C7C

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

Shades of Trendy Pink #865C7C

Tints of Trendy Pink #865C7C

Color information

#865C7C (or 0x865C7C) is unknown color: approx 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

RGB13492124-
CMYK00.310.070.47
HSL314.29º18.58%44.31%-
HSV(B)314.29º31.34%52.55%-
XYZ17.314.1820.89-
YUV108.21136.91146.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=38.29%
G=26.29%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349212400.310.070.47314.2918.5844.31
Hex865C7C01F72F13a132c
Octal2061341740377574722354
Binary100001101011100111110001111111110111110011101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>