#876989

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

Shades of Trendy Pink #876989

Tints of Trendy Pink #876989

Color information

#876989 (or 0x876989) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 89. RGB value is (135,105,137). Sum of RGB (Red+Green+Blue) = 135+105+137=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #876989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876989 is #789676. Grayscale: #757575. Windows color (decimal): -7902839 or 9005447. OLE color: 9005447.

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

Color convert

RGB135105137-
CMYK0.010.2300.46
HSL296.25º13.22%47.45%-
HSV(B)296.25º23.36%53.73%-
XYZ19.5617.0625.93-
YUV117.62138.94140.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=35.81%
G=27.85%
B=36.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351051370.010.2300.46296.2513.2247.45
Hex87698911702E128d2f
Octal2071512111270564501557
Binary1000011111010011000100111011101011101001010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876989; }

 p { color: rgb(135,105,137); }

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

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

 a { background-color: rgb(135,105,137); }

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

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

 span { border-color: rgb(135,105,137); }

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