#7A5474

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

Shades of Trendy Pink #7A5474

Tints of Trendy Pink #7A5474

Color information

#7A5474 (or 0x7A5474) is unknown color: approx Trendy Pink. HEX triplet: 7A, 54 and 74. RGB value is (122,84,116). Sum of RGB (Red+Green+Blue) = 122+84+116=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5474 is #85AB8B. Grayscale: #626262. Windows color (decimal): -8760204 or 7623802. OLE color: 7623802.

HSL color Cylindrical-coordinate representation of color #7A5474: hue angle of 309.47º 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 #7A5474 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12284116-
CMYK00.310.050.52
HSL309.47º18.45%40.39%-
HSV(B)309.47º31.15%47.84%-
XYZ14.3511.7418.03-
YUV99.01137.59144.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.89%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=37.89%
G=26.09%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1228411600.310.050.52309.4718.4540.39
Hex7A547401F5341351228
Octal1721241640375644652250
Binary11110101010100111010001111110111010010011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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