#7E5374

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

Shades of Trendy Pink #7E5374

Tints of Trendy Pink #7E5374

Color information

#7E5374 (or 0x7E5374) is unknown color: approx Trendy Pink. HEX triplet: 7E, 53 and 74. RGB value is (126,83,116). Sum of RGB (Red+Green+Blue) = 126+83+116=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5374 is #81AC8B. Grayscale: #636363. Windows color (decimal): -8498316 or 7623550. OLE color: 7623550.

HSL color Cylindrical-coordinate representation of color #7E5374: hue angle of 313.95º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5374 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12683116-
CMYK00.340.080.51
HSL313.95º20.57%40.98%-
HSV(B)313.95º34.13%49.41%-
XYZ14.8511.8818.03-
YUV99.62137.25146.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=38.77%
G=25.54%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268311600.340.080.51313.9520.5740.98
Hex7E537402283313a1529
Octal17612316404210634722551
Binary1111110101001111101000100010100011001110011101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,116); }

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

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

 a { background-color: rgb(126,83,116); }

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

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

 span { border-color: rgb(126,83,116); }

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