#7D5A78

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

Shades of Trendy Pink #7D5A78

Tints of Trendy Pink #7D5A78

Color information

#7D5A78 (or 0x7D5A78) is unknown color: approx Trendy Pink. HEX triplet: 7D, 5A and 78. RGB value is (125,90,120). Sum of RGB (Red+Green+Blue) = 125+90+120=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5A78 is #82A587. Grayscale: #676767. Windows color (decimal): -8562056 or 7887485. OLE color: 7887485.

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

Color convert

RGB12590120-
CMYK00.280.040.51
HSL308.57º16.28%42.16%-
HSV(B)308.57º28%49.02%-
XYZ15.513.0319.47-
YUV103.88137.1143.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=37.31%
G=26.87%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259012000.280.040.51308.5716.2842.16
Hex7D5A7801C433135102a
Octal1751321700344634652052
Binary11111011011010111100001110010011001110011010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,90,120); }

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

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

 a { background-color: rgb(125,90,120); }

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

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

 span { border-color: rgb(125,90,120); }

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