#885A7F

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

Shades of Trendy Pink #885A7F

Tints of Trendy Pink #885A7F

Color information

#885A7F (or 0x885A7F) is unknown color: approx Trendy Pink. HEX triplet: 88, 5A and 7F. RGB value is (136,90,127). Sum of RGB (Red+Green+Blue) = 136+90+127=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A7F is #77A580. Grayscale: #6B6B6B. Windows color (decimal): -7841153 or 8346248. OLE color: 8346248.

HSL color Cylindrical-coordinate representation of color #885A7F: hue angle of 311.74º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A7F is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13690127-
CMYK00.340.070.47
HSL311.74º20.35%44.31%-
HSV(B)311.74º33.82%53.33%-
XYZ17.6414.0821.87-
YUV107.97138.74147.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 127 (50% from 255) = 35.98%
R=38.53%
G=25.50%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369012700.340.070.47311.7420.3544.31
Hex885A7F02272F138142c
Octal2101321770427574702454
Binary1000100010110101111111010001011110111110011100010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885A7F; }

 p { color: rgb(136,90,127); }

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

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

 a { background-color: rgb(136,90,127); }

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

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

 span { border-color: rgb(136,90,127); }

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