#884776

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

Shades of Trendy Pink #884776

Tints of Trendy Pink #884776

Color information

#884776 (or 0x884776) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 76. RGB value is (136,71,118). Sum of RGB (Red+Green+Blue) = 136+71+118=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884776 is #77B889. Grayscale: #5F5F5F. Windows color (decimal): -7846026 or 7751560. OLE color: 7751560.

HSL color Cylindrical-coordinate representation of color #884776: hue angle of 316.62º 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 #884776 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13671118-
CMYK00.480.130.47
HSL316.62º31.4%40.59%-
HSV(B)316.62º47.79%53.33%-
XYZ15.6811.0518.45-
YUV95.79140.53156.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=41.85%
G=21.85%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111800.480.130.47316.6231.440.59
Hex884776030D2F13d1f29
Octal21010716606015574753751
Binary10001000100011111101100110000110110111110011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884776; }

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

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

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

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

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

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

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

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