#885C7F

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

Shades of Trendy Pink #885C7F

Tints of Trendy Pink #885C7F

Color information

#885C7F (or 0x885C7F) is unknown color: approx Trendy Pink. HEX triplet: 88, 5C and 7F. RGB value is (136,92,127). Sum of RGB (Red+Green+Blue) = 136+92+127=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C7F is #77A380. Grayscale: #6D6D6D. Windows color (decimal): -7840641 or 8346760. OLE color: 8346760.

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

Color convert

RGB13692127-
CMYK00.320.070.47
HSL312.27º19.3%44.71%-
HSV(B)312.27º32.35%53.33%-
XYZ17.8114.4221.92-
YUV109.15138.08147.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 127 (50% from 255) = 35.77%
R=38.31%
G=25.92%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369212700.320.070.47312.2719.344.71
Hex885C7F02072F138132d
Octal2101341770407574702355
Binary1000100010111001111111010000011110111110011100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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