#7D617C

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

Shades of Trendy Pink #7D617C

Tints of Trendy Pink #7D617C

Color information

#7D617C (or 0x7D617C) is unknown color: approx Trendy Pink. HEX triplet: 7D, 61 and 7C. RGB value is (125,97,124). Sum of RGB (Red+Green+Blue) = 125+97+124=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D617C is #829E83. Grayscale: #6C6C6C. Windows color (decimal): -8560260 or 8151421. OLE color: 8151421.

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

Color convert

RGB12597124-
CMYK00.220.010.51
HSL302.14º12.61%43.53%-
HSV(B)302.14º22.4%49.02%-
XYZ16.3714.3620.98-
YUV108.45136.78139.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=36.13%
G=28.03%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259712400.220.010.51302.1412.6143.53
Hex7D617C01613312ed2c
Octal1751411740261634561554
Binary11111011100001111110001011011100111001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,124); }

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

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

 a { background-color: rgb(125,97,124); }

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

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

 span { border-color: rgb(125,97,124); }

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