#885B7F

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

Shades of Trendy Pink #885B7F

Tints of Trendy Pink #885B7F

Color information

#885B7F (or 0x885B7F) is unknown color: approx Trendy Pink. HEX triplet: 88, 5B and 7F. RGB value is (136,91,127). Sum of RGB (Red+Green+Blue) = 136+91+127=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #885B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B7F is #77A480. Grayscale: #6C6C6C. Windows color (decimal): -7840897 or 8346504. OLE color: 8346504.

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

Color convert

RGB13691127-
CMYK00.330.070.47
HSL312º19.82%44.51%-
HSV(B)312º33.09%53.33%-
XYZ17.7314.2521.89-
YUV108.56138.41147.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 127 (50% from 255) = 35.88%
R=38.42%
G=25.71%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369112700.330.070.4731219.8244.51
Hex885B7F02172F138142d
Octal2101331770417574702455
Binary1000100010110111111111010000111110111110011100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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