#7D4776

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

Shades of Trendy Pink #7D4776

Tints of Trendy Pink #7D4776

Color information

#7D4776 (or 0x7D4776) is unknown color: approx Trendy Pink. HEX triplet: 7D, 47 and 76. RGB value is (125,71,118). Sum of RGB (Red+Green+Blue) = 125+71+118=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4776 is #82B889. Grayscale: #5C5C5C. Windows color (decimal): -8566922 or 7751549. OLE color: 7751549.

HSL color Cylindrical-coordinate representation of color #7D4776: hue angle of 307.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D4776 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB12571118-
CMYK00.430.060.51
HSL307.78º27.55%38.43%-
HSV(B)307.78º43.2%49.02%-
XYZ13.9810.1718.37-
YUV92.5142.39151.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=39.81%
G=22.61%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1257111800.430.060.51307.7827.5538.43
Hex7D477602B6331341c26
Octal1751071660536634643446
Binary111110110001111110110010101111011001110011010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,71,118); }

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

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

 a { background-color: rgb(125,71,118); }

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

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

 span { border-color: rgb(125,71,118); }

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