#884B7C

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

Shades of Trendy Pink #884B7C

Tints of Trendy Pink #884B7C

Color information

#884B7C (or 0x884B7C) is unknown color: approx Trendy Pink. HEX triplet: 88, 4B and 7C. RGB value is (136,75,124). Sum of RGB (Red+Green+Blue) = 136+75+124=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B7C is #77B483. Grayscale: #626262. Windows color (decimal): -7844996 or 8145800. OLE color: 8145800.

HSL color Cylindrical-coordinate representation of color #884B7C: hue angle of 311.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B7C is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13675124-
CMYK00.450.090.47
HSL311.8º28.91%41.37%-
HSV(B)311.8º44.85%53.33%-
XYZ16.3111.7220.47-
YUV98.82142.21154.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=40.60%
G=22.39%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367512400.450.090.47311.828.9141.37
Hex884B7C02D92F1381d29
Octal21011317405511574703551
Binary10001000100101111111000101101100110111110011100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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