#884C7F

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

Shades of Trendy Pink #884C7F

Tints of Trendy Pink #884C7F

Color information

#884C7F (or 0x884C7F) is unknown color: approx Trendy Pink. HEX triplet: 88, 4C and 7F. RGB value is (136,76,127). Sum of RGB (Red+Green+Blue) = 136+76+127=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7F is #77B380. Grayscale: #636363. Windows color (decimal): -7844737 or 8342664. OLE color: 8342664.

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

Color convert

RGB13676127-
CMYK00.440.070.47
HSL309º28.3%41.57%-
HSV(B)309º44.12%53.33%-
XYZ16.5711.9421.51-
YUV99.75143.38153.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 127 (50% from 255) = 37.46%
R=40.12%
G=22.42%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367612700.440.070.4730928.341.57
Hex884C7F02C72F1351c2a
Octal2101141770547574653452
Binary1000100010011001111111010110011110111110011010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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