#79577E

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

Shades of Trendy Pink #79577E

Tints of Trendy Pink #79577E

Color information

#79577E (or 0x79577E) is unknown color: approx Trendy Pink. HEX triplet: 79, 57 and 7E. RGB value is (121,87,126). Sum of RGB (Red+Green+Blue) = 121+87+126=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #79577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79577E is #86A881. Grayscale: #656565. Windows color (decimal): -8824962 or 8279929. OLE color: 8279929.

HSL color Cylindrical-coordinate representation of color #79577E: hue angle of 292.31º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79577E is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12187126-
CMYK0.040.3100.51
HSL292.31º18.31%41.76%-
HSV(B)292.31º30.95%49.41%-
XYZ15.0612.3921.34-
YUV101.61141.76141.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=36.23%
G=26.05%
B=37.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121871260.040.3100.51292.3118.3141.76
Hex79577E41F033124122a
Octal1711271764370634442252
Binary11110011010111111111010011111011001110010010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79577E; }

 p { color: rgb(121,87,126); }

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

<style>
 a { background-color: #79577E; }

 a { background-color: rgb(121,87,126); }

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

<style>
 span { border-color: #79577E; }

 span { border-color: rgb(121,87,126); }

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