#7D617D

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

Shades of Trendy Pink #7D617D

Tints of Trendy Pink #7D617D

Color information

#7D617D (or 0x7D617D) is unknown color: approx Trendy Pink. HEX triplet: 7D, 61 and 7D. RGB value is (125,97,125). Sum of RGB (Red+Green+Blue) = 125+97+125=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D617D is #829E82. Grayscale: #6C6C6C. Windows color (decimal): -8560259 or 8216957. OLE color: 8216957.

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

Color convert

RGB12597125-
CMYK00.2200.51
HSL300º12.61%43.53%-
HSV(B)300º22.4%49.02%-
XYZ16.4314.3921.31-
YUV108.56137.28139.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=36.02%
G=27.95%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1259712500.2200.5130012.6143.53
Hex7D617D01603312cd2c
Octal1751411750260634541554
Binary11111011100001111110101011001100111001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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