#7D4D79

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

Shades of Trendy Pink #7D4D79

Tints of Trendy Pink #7D4D79

Color information

#7D4D79 (or 0x7D4D79) is unknown color: approx Trendy Pink. HEX triplet: 7D, 4D and 79. RGB value is (125,77,121). Sum of RGB (Red+Green+Blue) = 125+77+121=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4D79 is #82B286. Grayscale: #606060. Windows color (decimal): -8565383 or 7949693. OLE color: 7949693.

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

Color convert

RGB12577121-
CMYK00.380.030.51
HSL305º23.76%39.61%-
HSV(B)305º38.4%49.02%-
XYZ14.5611.0519.45-
YUV96.37141.9148.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.70%
GREEN value IS 77 (30.47% from 255) = 23.84%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=38.70%
G=23.84%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1257712100.380.030.5130523.7639.61
Hex7D4D790263331311828
Octal1751151710463634613050
Binary11111011001101111100101001101111001110011000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,77,121); }

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

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

 a { background-color: rgb(125,77,121); }

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

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

 span { border-color: rgb(125,77,121); }

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