#7A5C7C

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

Shades of Trendy Pink #7A5C7C

Tints of Trendy Pink #7A5C7C

Color information

#7A5C7C (or 0x7A5C7C) is unknown color: approx Trendy Pink. HEX triplet: 7A, 5C and 7C. RGB value is (122,92,124). Sum of RGB (Red+Green+Blue) = 122+92+124=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A5C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C7C is #85A383. Grayscale: #686868. Windows color (decimal): -8758148 or 8150138. OLE color: 8150138.

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

Color convert

RGB12292124-
CMYK0.020.2600.51
HSL296.25º14.81%42.35%-
HSV(B)296.25º25.81%48.63%-
XYZ15.4913.2520.81-
YUV104.62138.94140.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=36.09%
G=27.22%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122921240.020.2600.51296.2514.8142.35
Hex7A5C7C21A033128f2a
Octal1721341742320634501752
Binary111101010111001111100101101001100111001010001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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