#7E5373

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

Shades of Trendy Pink #7E5373

Tints of Trendy Pink #7E5373

Color information

#7E5373 (or 0x7E5373) is unknown color: approx Trendy Pink. HEX triplet: 7E, 53 and 73. RGB value is (126,83,115). Sum of RGB (Red+Green+Blue) = 126+83+115=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5373 is #81AC8C. Grayscale: #636363. Windows color (decimal): -8498317 or 7558014. OLE color: 7558014.

HSL color Cylindrical-coordinate representation of color #7E5373: hue angle of 315.35º 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 #7E5373 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12683115-
CMYK00.340.090.51
HSL315.35º20.57%40.98%-
HSV(B)315.35º34.13%49.41%-
XYZ14.7911.8617.73-
YUV99.5136.75146.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.89%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=38.89%
G=25.62%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268311500.340.090.51315.3520.5740.98
Hex7E537302293313b1529
Octal17612316304211634732551
Binary1111110101001111100110100010100111001110011101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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