#7C617C

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

Shades of Trendy Pink #7C617C

Tints of Trendy Pink #7C617C

Color information

#7C617C (or 0x7C617C) is unknown color: approx Trendy Pink. HEX triplet: 7C, 61 and 7C. RGB value is (124,97,124). Sum of RGB (Red+Green+Blue) = 124+97+124=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C617C is #839E83. Grayscale: #6C6C6C. Windows color (decimal): -8625796 or 8151420. OLE color: 8151420.

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

Color convert

RGB12497124-
CMYK00.2200.51
HSL300º12.22%43.33%-
HSV(B)300º21.77%48.63%-
XYZ16.2214.2920.97-
YUV108.15136.95139.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=35.94%
G=28.12%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249712400.2200.5130012.2243.33
Hex7C617C01603312cc2b
Octal1741411740260634541453
Binary11111001100001111110001011001100111001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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