#876884

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

Shades of Trendy Pink #876884

Tints of Trendy Pink #876884

Color information

#876884 (or 0x876884) is unknown color: approx Trendy Pink. HEX triplet: 87, 68 and 84. RGB value is (135,104,132). Sum of RGB (Red+Green+Blue) = 135+104+132=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876884 is #78977B. Grayscale: #747474. Windows color (decimal): -7903100 or 8677511. OLE color: 8677511.

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

Color convert

RGB135104132-
CMYK00.230.020.47
HSL305.81º12.97%46.86%-
HSV(B)305.81º22.96%52.94%-
XYZ19.1116.7224.05-
YUV116.46136.77141.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=36.39%
G=28.03%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510413200.230.020.47305.8112.9746.86
Hex87688401722F132d2f
Octal2071502040272574621557
Binary10000111110100010000100010111101011111001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876884; }

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

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

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

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

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

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

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

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