#876387

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

Shades of Trendy Pink #876387

Tints of Trendy Pink #876387

Color information

#876387 (or 0x876387) is unknown color: approx Trendy Pink. HEX triplet: 87, 63 and 87. RGB value is (135,99,135). Sum of RGB (Red+Green+Blue) = 135+99+135=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #876387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876387 is #789C78. Grayscale: #717171. Windows color (decimal): -7904377 or 8872839. OLE color: 8872839.

HSL color Cylindrical-coordinate representation of color #876387: hue angle of 300º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876387 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13599135-
CMYK00.2700.47
HSL300º15.38%45.88%-
HSV(B)300º26.67%52.94%-
XYZ18.8315.8224.98-
YUV113.87139.93143.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=36.59%
G=26.83%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359913500.2700.4730015.3845.88
Hex87638701B02F12cf2e
Octal2071432070330574541756
Binary1000011111000111000011101101101011111001011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876387; }

 p { color: rgb(135,99,135); }

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

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

 a { background-color: rgb(135,99,135); }

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

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

 span { border-color: rgb(135,99,135); }

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