#7A5576

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

Shades of Trendy Pink #7A5576

Tints of Trendy Pink #7A5576

Color information

#7A5576 (or 0x7A5576) is unknown color: approx Trendy Pink. HEX triplet: 7A, 55 and 76. RGB value is (122,85,118). Sum of RGB (Red+Green+Blue) = 122+85+118=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5576 is #85AA89. Grayscale: #636363. Windows color (decimal): -8759946 or 7755130. OLE color: 7755130.

HSL color Cylindrical-coordinate representation of color #7A5576: hue angle of 306.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5576 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB12285118-
CMYK00.300.030.52
HSL306.49º17.87%40.59%-
HSV(B)306.49º30.33%47.84%-
XYZ14.5411.9418.68-
YUV99.82138.26143.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=37.54%
G=26.15%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228511800.300.030.52306.4917.8740.59
Hex7A557601E3341321229
Octal1721251660363644622251
Binary1111010101010111101100111101111010010011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5576; }

 p { color: rgb(122,85,118); }

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

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

 a { background-color: rgb(122,85,118); }

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

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

 span { border-color: rgb(122,85,118); }

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