#884E76

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

Shades of Trendy Pink #884E76

Tints of Trendy Pink #884E76

Color information

#884E76 (or 0x884E76) is unknown color: approx Trendy Pink. HEX triplet: 88, 4E and 76. RGB value is (136,78,118). Sum of RGB (Red+Green+Blue) = 136+78+118=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E76 is #77B189. Grayscale: #636363. Windows color (decimal): -7844234 or 7753352. OLE color: 7753352.

HSL color Cylindrical-coordinate representation of color #884E76: hue angle of 318.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884E76 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13678118-
CMYK00.430.130.47
HSL318.62º27.1%41.96%-
HSV(B)318.62º42.65%53.33%-
XYZ16.1511.9918.6-
YUV99.9138.22153.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=40.96%
G=23.49%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367811800.430.130.47318.6227.141.96
Hex884E7602BD2F13f1b2a
Octal21011616605315574773352
Binary10001000100111011101100101011110110111110011111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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