#7A597E

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

Shades of Trendy Pink #7A597E

Tints of Trendy Pink #7A597E

Color information

#7A597E (or 0x7A597E) is unknown color: approx Trendy Pink. HEX triplet: 7A, 59 and 7E. RGB value is (122,89,126). Sum of RGB (Red+Green+Blue) = 122+89+126=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A597E is #85A681. Grayscale: #666666. Windows color (decimal): -8758914 or 8280442. OLE color: 8280442.

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

Color convert

RGB12289126-
CMYK0.030.2900.51
HSL293.51º17.21%42.16%-
HSV(B)293.51º29.37%49.41%-
XYZ15.3612.7921.4-
YUV103.08140.93141.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=36.20%
G=26.41%
B=37.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122891260.030.2900.51293.5117.2142.16
Hex7A597E31D033126112a
Octal1721311763350634462152
Binary1111010101100111111101111101011001110010011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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