#7D5778

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

Shades of Trendy Pink #7D5778

Tints of Trendy Pink #7D5778

Color information

#7D5778 (or 0x7D5778) is unknown color: approx Trendy Pink. HEX triplet: 7D, 57 and 78. RGB value is (125,87,120). Sum of RGB (Red+Green+Blue) = 125+87+120=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5778 is #82A887. Grayscale: #666666. Windows color (decimal): -8562824 or 7886717. OLE color: 7886717.

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

Color convert

RGB12587120-
CMYK00.300.040.51
HSL307.89º17.92%41.57%-
HSV(B)307.89º30.4%49.02%-
XYZ15.2612.5319.38-
YUV102.12138.09144.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=37.65%
G=26.20%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258712000.300.040.51307.8917.9241.57
Hex7D577801E433134122a
Octal1751271700364634642252
Binary11111011010111111100001111010011001110011010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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