#896785

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

Shades of Trendy Pink #896785

Tints of Trendy Pink #896785

Color information

#896785 (or 0x896785) is unknown color: approx Trendy Pink. HEX triplet: 89, 67 and 85. RGB value is (137,103,133). Sum of RGB (Red+Green+Blue) = 137+103+133=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896785 is #76987A. Grayscale: #747474. Windows color (decimal): -7772283 or 8742793. OLE color: 8742793.

HSL color Cylindrical-coordinate representation of color #896785: hue angle of 307.06º 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 #896785 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB137103133-
CMYK00.250.030.46
HSL307.06º14.17%47.06%-
HSV(B)307.06º24.82%53.73%-
XYZ19.416.7124.39-
YUV116.59137.26142.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=36.73%
G=27.61%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710313300.250.030.46307.0614.1747.06
Hex89678501932E133e2f
Octal2111472050313564631657
Binary10001001110011110000101011001111011101001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896785; }

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

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

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

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

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

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

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

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