#876584

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

Shades of Trendy Pink #876584

Tints of Trendy Pink #876584

Color information

#876584 (or 0x876584) is unknown color: approx Trendy Pink. HEX triplet: 87, 65 and 84. RGB value is (135,101,132). Sum of RGB (Red+Green+Blue) = 135+101+132=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #876584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876584 is #789A7B. Grayscale: #727272. Windows color (decimal): -7903868 or 8676743. OLE color: 8676743.

HSL color Cylindrical-coordinate representation of color #876584: hue angle of 305.29º 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 #876584 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135101132-
CMYK00.250.020.47
HSL305.29º14.41%46.27%-
HSV(B)305.29º25.19%52.94%-
XYZ18.8116.1223.95-
YUV114.7137.76142.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=36.68%
G=27.45%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510113200.250.020.47305.2914.4146.27
Hex87658401922F131e2e
Octal2071452040312574611656
Binary10000111110010110000100011001101011111001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876584; }

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

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

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

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

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

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

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

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