#7E557B

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

Shades of Trendy Pink #7E557B

Tints of Trendy Pink #7E557B

Color information

#7E557B (or 0x7E557B) is unknown color: approx Trendy Pink. HEX triplet: 7E, 55 and 7B. RGB value is (126,85,123). Sum of RGB (Red+Green+Blue) = 126+85+123=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 126 - color contains mainly: red. Hex color #7E557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E557B is #81AA84. Grayscale: #656565. Windows color (decimal): -8497797 or 8082814. OLE color: 8082814.

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

Color convert

RGB12685123-
CMYK00.330.020.51
HSL304.39º19.43%41.37%-
HSV(B)304.39º32.54%49.41%-
XYZ15.4312.3620.31-
YUV101.59140.08145.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=37.72%
G=25.45%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268512300.330.020.51304.3919.4341.37
Hex7E557B0212331301329
Octal1761251730412634602351
Binary11111101010101111101101000011011001110011000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,85,123); }

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

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

 a { background-color: rgb(126,85,123); }

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

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

 span { border-color: rgb(126,85,123); }

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