#887689

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

Shades of Trendy Pink #887689

Tints of Trendy Pink #887689

Color information

#887689 (or 0x887689) is unknown color: approx Trendy Pink. HEX triplet: 88, 76 and 89. RGB value is (136,118,137). Sum of RGB (Red+Green+Blue) = 136+118+137=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #887689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887689 is #778976. Grayscale: #7D7D7D. Windows color (decimal): -7833975 or 9008776. OLE color: 9008776.

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

Color convert

RGB136118137-
CMYK0.010.1400.46
HSL296.84º7.45%50%-
HSV(B)296.84º13.87%53.73%-
XYZ21.152026.41-
YUV125.55134.46135.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=34.78%
G=30.18%
B=35.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361181370.010.1400.46296.847.4550
Hex8876891E02E129732
Octal210166211116056451762
Binary10001000111011010001001111100101110100101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887689; }

 p { color: rgb(136,118,137); }

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

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

 a { background-color: rgb(136,118,137); }

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

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

 span { border-color: rgb(136,118,137); }

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