#876886

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

Shades of Trendy Pink #876886

Tints of Trendy Pink #876886

Color information

#876886 (or 0x876886) is unknown color: approx Trendy Pink. HEX triplet: 87, 68 and 86. RGB value is (135,104,134). Sum of RGB (Red+Green+Blue) = 135+104+134=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #876886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876886 is #789779. Grayscale: #747474. Windows color (decimal): -7903098 or 8808583. OLE color: 8808583.

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

Color convert

RGB135104134-
CMYK00.230.010.47
HSL301.94º12.97%46.86%-
HSV(B)301.94º22.96%52.94%-
XYZ19.2516.7724.78-
YUV116.69137.77141.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=36.19%
G=27.88%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510413400.230.010.47301.9412.9746.86
Hex87688601712F12ed2f
Octal2071502060271574561557
Binary1000011111010001000011001011111011111001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876886; }

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

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

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

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

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

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

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

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