#7C507C

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

Shades of Trendy Pink #7C507C

Tints of Trendy Pink #7C507C

Color information

#7C507C (or 0x7C507C) is unknown color: approx Trendy Pink. HEX triplet: 7C, 50 and 7C. RGB value is (124,80,124). Sum of RGB (Red+Green+Blue) = 124+80+124=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C507C is #83AF83. Grayscale: #626262. Windows color (decimal): -8630148 or 8147068. OLE color: 8147068.

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

Color convert

RGB12480124-
CMYK00.3500.51
HSL300º21.57%40%-
HSV(B)300º35.48%48.63%-
XYZ14.8211.4820.5-
YUV98.17142.58146.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=37.80%
G=24.39%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248012400.3500.5130021.5740
Hex7C507C02303312c1628
Octal1741201740430634542650
Binary1111100101000011111000100011011001110010110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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