#884C7A

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

Shades of Trendy Pink #884C7A

Tints of Trendy Pink #884C7A

Color information

#884C7A (or 0x884C7A) is unknown color: approx Trendy Pink. HEX triplet: 88, 4C and 7A. RGB value is (136,76,122). Sum of RGB (Red+Green+Blue) = 136+76+122=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #884C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C7A is #77B385. Grayscale: #636363. Windows color (decimal): -7844742 or 8014984. OLE color: 8014984.

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

Color convert

RGB13676122-
CMYK00.440.100.47
HSL314º28.3%41.57%-
HSV(B)314º44.12%53.33%-
XYZ16.2511.8119.84-
YUV99.18140.88154.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=40.72%
G=22.75%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367612200.440.100.4731428.341.57
Hex884C7A02CA2F13a1c2a
Octal21011417205412574723452
Binary10001000100110011110100101100101010111110011101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,76,122); }

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

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

 a { background-color: rgb(136,76,122); }

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

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

 span { border-color: rgb(136,76,122); }

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