#7E557A

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

Shades of Trendy Pink #7E557A

Tints of Trendy Pink #7E557A

Color information

#7E557A (or 0x7E557A) is unknown color: approx Trendy Pink. HEX triplet: 7E, 55 and 7A. RGB value is (126,85,122). Sum of RGB (Red+Green+Blue) = 126+85+122=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E557A is #81AA85. Grayscale: #656565. Windows color (decimal): -8497798 or 8017278. OLE color: 8017278.

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

Color convert

RGB12685122-
CMYK00.330.030.51
HSL305.85º19.43%41.37%-
HSV(B)305.85º32.54%49.41%-
XYZ15.3712.3419.98-
YUV101.48139.58145.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=37.84%
G=25.53%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268512200.330.030.51305.8519.4341.37
Hex7E557A0213331321329
Octal1761251720413634622351
Binary11111101010101111101001000011111001110011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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