#7D5074

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

Shades of Trendy Pink #7D5074

Tints of Trendy Pink #7D5074

Color information

#7D5074 (or 0x7D5074) is unknown color: approx Trendy Pink. HEX triplet: 7D, 50 and 74. RGB value is (125,80,116). Sum of RGB (Red+Green+Blue) = 125+80+116=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5074 is #82AF8B. Grayscale: #616161. Windows color (decimal): -8564620 or 7622781. OLE color: 7622781.

HSL color Cylindrical-coordinate representation of color #7D5074: hue angle of 312º 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 #7D5074 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12580116-
CMYK00.360.070.51
HSL312º21.95%40.2%-
HSV(B)312º36%49.02%-
XYZ14.4811.3617.95-
YUV97.56138.41147.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=38.94%
G=24.92%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258011600.360.070.5131221.9540.2
Hex7D50740247331381628
Octal1751201640447634702650
Binary111110110100001110100010010011111001110011100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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