#876384

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

Shades of Trendy Pink #876384

Tints of Trendy Pink #876384

Color information

#876384 (or 0x876384) is unknown color: approx Trendy Pink. HEX triplet: 87, 63 and 84. RGB value is (135,99,132). Sum of RGB (Red+Green+Blue) = 135+99+132=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #876384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876384 is #789C7B. Grayscale: #717171. Windows color (decimal): -7904380 or 8676231. OLE color: 8676231.

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

Color convert

RGB13599132-
CMYK00.270.020.47
HSL305º15.38%45.88%-
HSV(B)305º26.67%52.94%-
XYZ18.6215.7423.89-
YUV113.53138.43143.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=36.89%
G=27.05%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359913200.270.020.4730515.3845.88
Hex87638401B22F131f2e
Octal2071432040332574611756
Binary10000111110001110000100011011101011111001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876384; }

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

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

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

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

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

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

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

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