#884b78

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

Shades of Trendy Pink #884B78

Tints of Trendy Pink #884B78

Color information

#884B78 (or 0x884B78) is unknown color: approx Trendy Pink. HEX triplet: 88, 4B and 78. RGB value is (136,75,120). Sum of RGB (Red+Green+Blue) = 136+75+120=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B78 is #77B487. Grayscale: #626262. Windows color (decimal): -7845000 or 7883656. OLE color: 7883656.

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

Color convert

RGB13675120-
CMYK00.450.120.47
HSL315.74º28.91%41.37%-
HSV(B)315.74º44.85%53.33%-
XYZ16.0611.6219.17-
YUV98.37140.21154.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=41.09%
G=22.66%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367512000.450.120.47315.7428.9141.37
Hex884B7802DC2F13c1d29
Octal21011317005514574743551
Binary10001000100101111110000101101110010111110011110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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