#876790

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

Shades of Trendy Pink #876790

Tints of Trendy Pink #876790

Color information

#876790 (or 0x876790) is unknown color: approx Trendy Pink. HEX triplet: 87, 67 and 90. RGB value is (135,103,144). Sum of RGB (Red+Green+Blue) = 135+103+144=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #876790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876790 is #78986F. Grayscale: #757575. Windows color (decimal): -7903344 or 9463687. OLE color: 9463687.

HSL color Cylindrical-coordinate representation of color #876790: hue angle of 286.83º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #876790 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135103144-
CMYK0.060.2800.44
HSL286.83º16.6%48.43%-
HSV(B)286.83º28.47%56.47%-
XYZ19.8816.8728.59-
YUV117.24143.1140.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=35.34%
G=26.96%
B=37.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351031440.060.2800.44286.8316.648.43
Hex87679061C02C11f1130
Octal2071472206340544372160
Binary1000011111001111001000011011100010110010001111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876790; }

 p { color: rgb(135,103,144); }

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

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

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

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

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

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

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