#884A7A

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

Shades of Trendy Pink #884A7A

Tints of Trendy Pink #884A7A

Color information

#884A7A (or 0x884A7A) is unknown color: approx Trendy Pink. HEX triplet: 88, 4A and 7A. RGB value is (136,74,122). Sum of RGB (Red+Green+Blue) = 136+74+122=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A7A is #77B585. Grayscale: #616161. Windows color (decimal): -7845254 or 8014472. OLE color: 8014472.

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

Color convert

RGB13674122-
CMYK00.460.100.47
HSL313.55º29.52%41.18%-
HSV(B)313.55º45.59%53.33%-
XYZ16.1111.5419.79-
YUV98.01141.54155.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=40.96%
G=22.29%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367412200.460.100.47313.5529.5241.18
Hex884A7A02EA2F13a1e29
Octal21011217205612574723651
Binary10001000100101011110100101110101010111110011101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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