#7A597C

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

Shades of Trendy Pink #7A597C

Tints of Trendy Pink #7A597C

Color information

#7A597C (or 0x7A597C) is unknown color: approx Trendy Pink. HEX triplet: 7A, 59 and 7C. RGB value is (122,89,124). Sum of RGB (Red+Green+Blue) = 122+89+124=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A597C is #85A683. Grayscale: #666666. Windows color (decimal): -8758916 or 8149370. OLE color: 8149370.

HSL color Cylindrical-coordinate representation of color #7A597C: hue angle of 296.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A597C is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12289124-
CMYK0.020.2800.51
HSL296.57º16.43%41.76%-
HSV(B)296.57º28.23%48.63%-
XYZ15.2412.7420.72-
YUV102.86139.93141.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=36.42%
G=26.57%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122891240.020.2800.51296.5716.4341.76
Hex7A597C21C033129102a
Octal1721311742340634512052
Binary1111010101100111111001011100011001110010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,124); }

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

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

 a { background-color: rgb(122,89,124); }

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

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

 span { border-color: rgb(122,89,124); }

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