#884878

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

Shades of Trendy Pink #884878

Tints of Trendy Pink #884878

Color information

#884878 (or 0x884878) is unknown color: approx Trendy Pink. HEX triplet: 88, 48 and 78. RGB value is (136,72,120). Sum of RGB (Red+Green+Blue) = 136+72+120=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884878 is #77B787. Grayscale: #606060. Windows color (decimal): -7845768 or 7882888. OLE color: 7882888.

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

Color convert

RGB13672120-
CMYK00.470.120.47
HSL315º30.77%40.78%-
HSV(B)315º47.06%53.33%-
XYZ15.8611.2319.1-
YUV96.61141.2156.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=41.46%
G=21.95%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367212000.470.120.4731530.7740.78
Hex88487802FC2F13b1f29
Octal21011017005714574733751
Binary10001000100100011110000101111110010111110011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884878; }

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

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

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

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

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

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

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

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