#79527C

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

Shades of Trendy Pink #79527C

Tints of Trendy Pink #79527C

Color information

#79527C (or 0x79527C) is unknown color: approx Trendy Pink. HEX triplet: 79, 52 and 7C. RGB value is (121,82,124). Sum of RGB (Red+Green+Blue) = 121+82+124=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #79527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79527C is #86AD83. Grayscale: #626262. Windows color (decimal): -8826244 or 8147577. OLE color: 8147577.

HSL color Cylindrical-coordinate representation of color #79527C: hue angle of 295.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79527C is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12182124-
CMYK0.020.3400.51
HSL295.71º20.39%40.39%-
HSV(B)295.71º33.87%48.63%-
XYZ14.5411.5520.53-
YUV98.45142.42144.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=37.00%
G=25.08%
B=37.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121821240.020.3400.51295.7120.3940.39
Hex79527C2220331281428
Octal1711221742420634502450
Binary11110011010010111110010100010011001110010100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79527C; }

 p { color: rgb(121,82,124); }

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

<style>
 a { background-color: #79527C; }

 a { background-color: rgb(121,82,124); }

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

<style>
 span { border-color: #79527C; }

 span { border-color: rgb(121,82,124); }

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