#884778

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

Shades of Trendy Pink #884778

Tints of Trendy Pink #884778

Color information

#884778 (or 0x884778) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 78. RGB value is (136,71,120). Sum of RGB (Red+Green+Blue) = 136+71+120=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #884778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884778 is #77B887. Grayscale: #5F5F5F. Windows color (decimal): -7846024 or 7882632. OLE color: 7882632.

HSL color Cylindrical-coordinate representation of color #884778: hue angle of 314.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884778 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13671120-
CMYK00.480.120.47
HSL314.77º31.4%40.59%-
HSV(B)314.77º47.79%53.33%-
XYZ15.811.119.08-
YUV96.02141.53156.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=41.59%
G=21.71%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367112000.480.120.47314.7731.440.59
Hex884778030C2F13b1f29
Octal21010717006014574733751
Binary10001000100011111110000110000110010111110011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884778; }

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

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

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

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

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

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

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

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