#874C86

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

Shades of Trendy Pink #874C86

Tints of Trendy Pink #874C86

Color information

#874C86 (or 0x874C86) is unknown color: approx Trendy Pink. HEX triplet: 87, 4C and 86. RGB value is (135,76,134). Sum of RGB (Red+Green+Blue) = 135+76+134=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #874C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C86 is #78B379. Grayscale: #646464. Windows color (decimal): -7910266 or 8801415. OLE color: 8801415.

HSL color Cylindrical-coordinate representation of color #874C86: hue angle of 301.02º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C86 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13576134-
CMYK00.440.010.47
HSL301.02º27.96%41.37%-
HSV(B)301.02º43.7%52.94%-
XYZ16.8812.0423.99-
YUV100.25147.05152.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=39.13%
G=22.03%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357613400.440.010.47301.0227.9641.37
Hex874C8602C12F12d1c29
Octal2071142060541574553451
Binary100001111001100100001100101100110111110010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874C86; }

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

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

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

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

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

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

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

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