#7A5473

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

Shades of Trendy Pink #7A5473

Tints of Trendy Pink #7A5473

Color information

#7A5473 (or 0x7A5473) is unknown color: approx Trendy Pink. HEX triplet: 7A, 54 and 73. RGB value is (122,84,115). Sum of RGB (Red+Green+Blue) = 122+84+115=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5473 is #85AB8C. Grayscale: #626262. Windows color (decimal): -8760205 or 7558266. OLE color: 7558266.

HSL color Cylindrical-coordinate representation of color #7A5473: hue angle of 311.05º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5473 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB12284115-
CMYK00.310.060.52
HSL311.05º18.45%40.39%-
HSV(B)311.05º31.15%47.84%-
XYZ14.2911.7217.73-
YUV98.9137.09144.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=38.01%
G=26.17%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228411500.310.060.52311.0518.4540.39
Hex7A547301F6341371228
Octal1721241630376644672250
Binary11110101010100111001101111111011010010011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,84,115); }

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

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

 a { background-color: rgb(122,84,115); }

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

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

 span { border-color: rgb(122,84,115); }

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