#877087

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

Shades of Trendy Pink #877087

Tints of Trendy Pink #877087

Color information

#877087 (or 0x877087) is unknown color: approx Trendy Pink. HEX triplet: 87, 70 and 87. RGB value is (135,112,135). Sum of RGB (Red+Green+Blue) = 135+112+135=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #877087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877087 is #788F78. Grayscale: #797979. Windows color (decimal): -7901049 or 8876167. OLE color: 8876167.

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

Color convert

RGB135112135-
CMYK00.1700.47
HSL300º9.31%48.43%-
HSV(B)300º17.04%52.94%-
XYZ20.1618.4925.43-
YUV121.5135.62137.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=35.34%
G=29.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511213500.1700.473009.3148.43
Hex87708701102F12c930
Octal2071602070210574541160
Binary1000011111100001000011101000101011111001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877087; }

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

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

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

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

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

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

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

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