#875784

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

Shades of Trendy Pink #875784

Tints of Trendy Pink #875784

Color information

#875784 (or 0x875784) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 84. RGB value is (135,87,132). Sum of RGB (Red+Green+Blue) = 135+87+132=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875784 is #78A87B. Grayscale: #6A6A6A. Windows color (decimal): -7907452 or 8673159. OLE color: 8673159.

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

Color convert

RGB13587132-
CMYK00.360.020.47
HSL303.75º21.62%43.53%-
HSV(B)303.75º35.56%52.94%-
XYZ17.5613.6323.54-
YUV106.48142.4148.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=38.14%
G=24.58%
B=37.29%

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
Decimal1358713200.360.020.47303.7521.6243.53
Hex87578402422F130162c
Octal2071272040442574602654
Binary1000011110101111000010001001001010111110011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875784; }

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

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

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

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

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

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

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

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