#876485

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

Shades of Trendy Pink #876485

Tints of Trendy Pink #876485

Color information

#876485 (or 0x876485) is unknown color: approx Trendy Pink. HEX triplet: 87, 64 and 85. RGB value is (135,100,133). Sum of RGB (Red+Green+Blue) = 135+100+133=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #876485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876485 is #789B7A. Grayscale: #727272. Windows color (decimal): -7904123 or 8742023. OLE color: 8742023.

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

Color convert

RGB135100133-
CMYK00.260.010.47
HSL303.43º14.89%46.08%-
HSV(B)303.43º25.93%52.94%-
XYZ18.7815.9624.28-
YUV114.23138.6142.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=36.68%
G=27.17%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510013300.260.010.47303.4314.8946.08
Hex87648501A12F12ff2e
Octal2071442050321574571756
Binary1000011111001001000010101101011011111001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876485; }

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

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

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

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

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

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

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

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