#876785

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

Shades of Trendy Pink #876785

Tints of Trendy Pink #876785

Color information

#876785 (or 0x876785) is unknown color: approx Trendy Pink. HEX triplet: 87, 67 and 85. RGB value is (135,103,133). Sum of RGB (Red+Green+Blue) = 135+103+133=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876785 is #78987A. Grayscale: #737373. Windows color (decimal): -7903355 or 8742791. OLE color: 8742791.

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

Color convert

RGB135103133-
CMYK00.240.010.47
HSL303.75º13.45%46.67%-
HSV(B)303.75º23.7%52.94%-
XYZ19.0816.5424.38-
YUV115.99137.6141.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=36.39%
G=27.76%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510313300.240.010.47303.7513.4546.67
Hex87678501812F130d2f
Octal2071472050301574601557
Binary1000011111001111000010101100011011111001100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876785; }

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

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

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

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

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

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

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

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