#7A5D7C

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

Shades of Trendy Pink #7A5D7C

Tints of Trendy Pink #7A5D7C

Color information

#7A5D7C (or 0x7A5D7C) is unknown color: approx Trendy Pink. HEX triplet: 7A, 5D and 7C. RGB value is (122,93,124). Sum of RGB (Red+Green+Blue) = 122+93+124=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A5D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D7C is #85A283. Grayscale: #696969. Windows color (decimal): -8757892 or 8150394. OLE color: 8150394.

HSL color Cylindrical-coordinate representation of color #7A5D7C: hue angle of 296.13º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A5D7C is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12293124-
CMYK0.020.2500.51
HSL296.13º14.29%42.55%-
HSV(B)296.13º25%48.63%-
XYZ15.5813.4220.84-
YUV105.2138.61139.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=35.99%
G=27.43%
B=36.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122931240.020.2500.51296.1314.2942.55
Hex7A5D7C219033128e2b
Octal1721351742310634501653
Binary111101010111011111100101100101100111001010001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,93,124); }

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

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

 a { background-color: rgb(122,93,124); }

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

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

 span { border-color: rgb(122,93,124); }

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