#877289

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

Shades of Trendy Pink #877289

Tints of Trendy Pink #877289

Color information

#877289 (or 0x877289) is unknown color: approx Trendy Pink. HEX triplet: 87, 72 and 89. RGB value is (135,114,137). Sum of RGB (Red+Green+Blue) = 135+114+137=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #877289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877289 is #788D76. Grayscale: #7A7A7A. Windows color (decimal): -7900535 or 9007751. OLE color: 9007751.

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

Color convert

RGB135114137-
CMYK0.010.1700.46
HSL294.78º9.16%49.22%-
HSV(B)294.78º16.79%53.73%-
XYZ20.5218.9926.25-
YUV122.9135.96136.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=34.97%
G=29.53%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351141370.010.1700.46294.789.1649.22
Hex87728911102E127931
Octal2071622111210564471161
Binary1000011111100101000100111000101011101001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877289; }

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

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

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

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

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

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

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

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