#7D5078

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

Shades of Trendy Pink #7D5078

Tints of Trendy Pink #7D5078

Color information

#7D5078 (or 0x7D5078) is unknown color: approx Trendy Pink. HEX triplet: 7D, 50 and 78. RGB value is (125,80,120). Sum of RGB (Red+Green+Blue) = 125+80+120=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5078 is #82AF87. Grayscale: #616161. Windows color (decimal): -8564616 or 7884925. OLE color: 7884925.

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

Color convert

RGB12580120-
CMYK00.360.040.51
HSL306.67º21.95%40.2%-
HSV(B)306.67º36%49.02%-
XYZ14.7211.4519.2-
YUV98.01140.41147.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=38.46%
G=24.62%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258012000.360.040.51306.6721.9540.2
Hex7D50780244331331628
Octal1751201700444634632650
Binary111110110100001111000010010010011001110011001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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