#7E567C

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

Shades of Trendy Pink #7E567C

Tints of Trendy Pink #7E567C

Color information

#7E567C (or 0x7E567C) is unknown color: approx Trendy Pink. HEX triplet: 7E, 56 and 7C. RGB value is (126,86,124). Sum of RGB (Red+Green+Blue) = 126+86+124=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 126 - color contains mainly: red. Hex color #7E567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E567C is #81A983. Grayscale: #666666. Windows color (decimal): -8497540 or 8148606. OLE color: 8148606.

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

Color convert

RGB12686124-
CMYK00.320.020.51
HSL303º18.87%41.57%-
HSV(B)303º31.75%49.41%-
XYZ15.5712.5520.67-
YUV102.29140.25144.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=37.5%
G=25.60%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1268612400.320.020.5130318.8741.57
Hex7E567C02023312f132a
Octal1761261740402634572352
Binary11111101010110111110001000001011001110010111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,86,124); }

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

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

 a { background-color: rgb(126,86,124); }

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

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

 span { border-color: rgb(126,86,124); }

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