#884C7C

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

Shades of Trendy Pink #884C7C

Tints of Trendy Pink #884C7C

Color information

#884C7C (or 0x884C7C) is unknown color: approx Trendy Pink. HEX triplet: 88, 4C and 7C. RGB value is (136,76,124). Sum of RGB (Red+Green+Blue) = 136+76+124=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7C is #77B383. Grayscale: #636363. Windows color (decimal): -7844740 or 8146056. OLE color: 8146056.

HSL color Cylindrical-coordinate representation of color #884C7C: hue angle of 312º 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 #884C7C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13676124-
CMYK00.440.090.47
HSL312º28.3%41.57%-
HSV(B)312º44.12%53.33%-
XYZ16.3811.8620.49-
YUV99.41141.88154.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=40.48%
G=22.62%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367612400.440.090.4731228.341.57
Hex884C7C02C92F1381c2a
Octal21011417405411574703452
Binary10001000100110011111000101100100110111110011100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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