#896786

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

Shades of Trendy Pink #896786

Tints of Trendy Pink #896786

Color information

#896786 (or 0x896786) is unknown color: approx Trendy Pink. HEX triplet: 89, 67 and 86. RGB value is (137,103,134). Sum of RGB (Red+Green+Blue) = 137+103+134=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #896786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896786 is #769879. Grayscale: #747474. Windows color (decimal): -7772282 or 8808329. OLE color: 8808329.

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

Color convert

RGB137103134-
CMYK00.250.020.46
HSL305.29º14.17%47.06%-
HSV(B)305.29º24.82%53.73%-
XYZ19.4716.7424.76-
YUV116.7137.76142.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=36.63%
G=27.54%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710313400.250.020.46305.2914.1747.06
Hex89678601922E131e2f
Octal2111472060312564611657
Binary10001001110011110000110011001101011101001100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896786; }

 p { color: rgb(137,103,134); }

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

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

 a { background-color: rgb(137,103,134); }

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

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

 span { border-color: rgb(137,103,134); }

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