#7E4C75

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

Shades of Trendy Pink #7E4C75

Tints of Trendy Pink #7E4C75

Color information

#7E4C75 (or 0x7E4C75) is unknown color: approx Trendy Pink. HEX triplet: 7E, 4C and 75. RGB value is (126,76,117). Sum of RGB (Red+Green+Blue) = 126+76+117=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4C75 is #81B38A. Grayscale: #5F5F5F. Windows color (decimal): -8500107 or 7687294. OLE color: 7687294.

HSL color Cylindrical-coordinate representation of color #7E4C75: hue angle of 310.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E4C75 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12676117-
CMYK00.400.070.51
HSL310.8º24.75%39.61%-
HSV(B)310.8º39.68%49.41%-
XYZ14.410.8918.17-
YUV95.62140.06149.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=39.50%
G=23.82%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1267611700.400.070.51310.824.7539.61
Hex7E4C750287331371928
Octal1761141650507634673150
Binary111111010011001110101010100011111001110011011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,117); }

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

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

 a { background-color: rgb(126,76,117); }

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

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

 span { border-color: rgb(126,76,117); }

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