#7A5976

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

Shades of Trendy Pink #7A5976

Tints of Trendy Pink #7A5976

Color information

#7A5976 (or 0x7A5976) is unknown color: approx Trendy Pink. HEX triplet: 7A, 59 and 76. RGB value is (122,89,118). Sum of RGB (Red+Green+Blue) = 122+89+118=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5976 is #85A689. Grayscale: #666666. Windows color (decimal): -8758922 or 7756154. OLE color: 7756154.

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

Color convert

RGB12289118-
CMYK00.270.030.52
HSL307.27º15.64%41.37%-
HSV(B)307.27º27.05%47.84%-
XYZ14.8712.5918.79-
YUV102.17136.93142.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=37.08%
G=27.05%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228911800.270.030.52307.2715.6441.37
Hex7A597601B3341331029
Octal1721311660333644632051
Binary1111010101100111101100110111111010010011001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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