#876385

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

Shades of Trendy Pink #876385

Tints of Trendy Pink #876385

Color information

#876385 (or 0x876385) is unknown color: approx Trendy Pink. HEX triplet: 87, 63 and 85. RGB value is (135,99,133). Sum of RGB (Red+Green+Blue) = 135+99+133=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876385 is #789C7A. Grayscale: #717171. Windows color (decimal): -7904379 or 8741767. OLE color: 8741767.

HSL color Cylindrical-coordinate representation of color #876385: hue angle of 303.33º 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 #876385 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13599133-
CMYK00.270.010.47
HSL303.33º15.38%45.88%-
HSV(B)303.33º26.67%52.94%-
XYZ18.6915.7724.25-
YUV113.64138.93143.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=36.78%
G=26.98%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359913300.270.010.47303.3315.3845.88
Hex87638501B12F12ff2e
Octal2071432050331574571756
Binary1000011111000111000010101101111011111001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876385; }

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

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

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

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

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

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

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

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