#7E5B79

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

Shades of Trendy Pink #7E5B79

Tints of Trendy Pink #7E5B79

Color information

#7E5B79 (or 0x7E5B79) is unknown color: approx Trendy Pink. HEX triplet: 7E, 5B and 79. RGB value is (126,91,121). Sum of RGB (Red+Green+Blue) = 126+91+121=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B79 is #81A486. Grayscale: #686868. Windows color (decimal): -8496263 or 7953278. OLE color: 7953278.

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

Color convert

RGB12691121-
CMYK00.280.040.51
HSL308.57º16.13%42.55%-
HSV(B)308.57º27.78%49.41%-
XYZ15.813.319.82-
YUV104.88137.1143.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.28%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=37.28%
G=26.92%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269112100.280.040.51308.5716.1342.55
Hex7E5B7901C433135102b
Octal1761331710344634652053
Binary11111101011011111100101110010011001110011010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,121); }

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

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

 a { background-color: rgb(126,91,121); }

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

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

 span { border-color: rgb(126,91,121); }

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