#876685

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

Shades of Trendy Pink #876685

Tints of Trendy Pink #876685

Color information

#876685 (or 0x876685) is unknown color: approx Trendy Pink. HEX triplet: 87, 66 and 85. RGB value is (135,102,133). Sum of RGB (Red+Green+Blue) = 135+102+133=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876685 is #78997A. Grayscale: #737373. Windows color (decimal): -7903611 or 8742535. OLE color: 8742535.

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

Color convert

RGB135102133-
CMYK00.240.010.47
HSL303.64º13.92%46.47%-
HSV(B)303.64º24.44%52.94%-
XYZ18.9816.3524.35-
YUV115.4137.93141.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=36.49%
G=27.57%
B=35.95%

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
Decimal13510213300.240.010.47303.6413.9246.47
Hex87668501812F130e2e
Octal2071462050301574601656
Binary1000011111001101000010101100011011111001100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876685; }

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

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

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

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

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

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

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

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