#7D607C

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

Shades of Trendy Pink #7D607C

Tints of Trendy Pink #7D607C

Color information

#7D607C (or 0x7D607C) is unknown color: approx Trendy Pink. HEX triplet: 7D, 60 and 7C. RGB value is (125,96,124). Sum of RGB (Red+Green+Blue) = 125+96+124=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D607C is #829F83. Grayscale: #6B6B6B. Windows color (decimal): -8560516 or 8151165. OLE color: 8151165.

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

Color convert

RGB12596124-
CMYK00.230.010.51
HSL302.07º13.12%43.33%-
HSV(B)302.07º23.2%49.02%-
XYZ16.2814.1820.95-
YUV107.86137.11140.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=36.23%
G=27.83%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259612400.230.010.51302.0713.1243.33
Hex7D607C01713312ed2b
Octal1751401740271634561553
Binary11111011100000111110001011111100111001011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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