#875684

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

Shades of Trendy Pink #875684

Tints of Trendy Pink #875684

Color information

#875684 (or 0x875684) is unknown color: approx Trendy Pink. HEX triplet: 87, 56 and 84. RGB value is (135,86,132). Sum of RGB (Red+Green+Blue) = 135+86+132=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875684 is #78A97B. Grayscale: #696969. Windows color (decimal): -7907708 or 8672903. OLE color: 8672903.

HSL color Cylindrical-coordinate representation of color #875684: hue angle of 303.67º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875684 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13586132-
CMYK00.360.020.47
HSL303.67º22.17%43.33%-
HSV(B)303.67º36.3%52.94%-
XYZ17.4813.4723.51-
YUV105.9142.73148.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=38.24%
G=24.36%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358613200.360.020.47303.6722.1743.33
Hex87568402422F130162b
Octal2071262040442574602653
Binary1000011110101101000010001001001010111110011000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875684; }

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

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

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

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

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

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

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

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