#876586

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

Shades of Trendy Pink #876586

Tints of Trendy Pink #876586

Color information

#876586 (or 0x876586) is unknown color: approx Trendy Pink. HEX triplet: 87, 65 and 86. RGB value is (135,101,134). Sum of RGB (Red+Green+Blue) = 135+101+134=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876586 is #789A79. Grayscale: #727272. Windows color (decimal): -7903866 or 8807815. OLE color: 8807815.

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

Color convert

RGB135101134-
CMYK00.250.010.47
HSL301.76º14.41%46.27%-
HSV(B)301.76º25.19%52.94%-
XYZ18.9516.1824.68-
YUV114.93138.76142.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=36.49%
G=27.30%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510113400.250.010.47301.7614.4146.27
Hex87658601912F12ee2e
Octal2071452060311574561656
Binary1000011111001011000011001100111011111001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876586; }

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

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

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

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

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

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

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

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