#7B5A79

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

Shades of Trendy Pink #7B5A79

Tints of Trendy Pink #7B5A79

Color information

#7B5A79 (or 0x7B5A79) is unknown color: approx Trendy Pink. HEX triplet: 7B, 5A and 79. RGB value is (123,90,121). Sum of RGB (Red+Green+Blue) = 123+90+121=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A79 is #84A586. Grayscale: #676767. Windows color (decimal): -8693127 or 7953019. OLE color: 7953019.

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

Color convert

RGB12390121-
CMYK00.270.020.52
HSL303.64º15.49%41.76%-
HSV(B)303.64º26.83%48.24%-
XYZ15.2812.919.77-
YUV103.4137.93141.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=36.83%
G=26.95%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239012100.270.020.52303.6415.4941.76
Hex7B5A7901B234130f2a
Octal1731321710332644601752
Binary111101110110101111001011011101101001001100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,90,121); }

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

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

 a { background-color: rgb(123,90,121); }

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

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

 span { border-color: rgb(123,90,121); }

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