#876486

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

Shades of Trendy Pink #876486

Tints of Trendy Pink #876486

Color information

#876486 (or 0x876486) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 86. RGB value is (135,100,134). Sum of RGB (Red+Green+Blue) = 135+100+134=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #876486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876486 is #789B79. Grayscale: #727272. Windows color (decimal): -7904122 or 8807559. OLE color: 8807559.

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

Color convert

RGB135100134-
CMYK00.260.010.47
HSL301.71º14.89%46.08%-
HSV(B)301.71º25.93%52.94%-
XYZ18.8515.9924.65-
YUV114.34139.1142.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=36.59%
G=27.10%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510013400.260.010.47301.7114.8946.08
Hex87648601A12F12ef2e
Octal2071442060321574561756
Binary1000011111001001000011001101011011111001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876486; }

 p { color: rgb(135,100,134); }

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

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

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

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

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

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

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