#7A4979

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

Shades of Trendy Pink #7A4979

Tints of Trendy Pink #7A4979

Color information

#7A4979 (or 0x7A4979) is unknown color: approx Trendy Pink. HEX triplet: 7A, 49 and 79. RGB value is (122,73,121). Sum of RGB (Red+Green+Blue) = 122+73+121=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4979 is #85B686. Grayscale: #5C5C5C. Windows color (decimal): -8763015 or 7948666. OLE color: 7948666.

HSL color Cylindrical-coordinate representation of color #7A4979: hue angle of 301.22º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A4979 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB12273121-
CMYK00.400.010.52
HSL301.22º25.13%38.24%-
HSV(B)301.22º40.16%47.84%-
XYZ13.8610.2819.34-
YUV93.12143.73148.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=38.61%
G=23.10%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227312100.400.010.52301.2225.1338.24
Hex7A497902813412d1926
Octal1721111710501644553146
Binary1111010100100111110010101000111010010010110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,121); }

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

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

 a { background-color: rgb(122,73,121); }

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

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

 span { border-color: rgb(122,73,121); }

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