#7C4F7A

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

Shades of Trendy Pink #7C4F7A

Tints of Trendy Pink #7C4F7A

Color information

#7C4F7A (or 0x7C4F7A) is unknown color: approx Trendy Pink. HEX triplet: 7C, 4F and 7A. RGB value is (124,79,122). Sum of RGB (Red+Green+Blue) = 124+79+122=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F7A is #83B085. Grayscale: #616161. Windows color (decimal): -8630406 or 8015740. OLE color: 8015740.

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

Color convert

RGB12479122-
CMYK00.360.020.51
HSL302.67º22.17%39.8%-
HSV(B)302.67º36.29%48.63%-
XYZ14.6211.2819.82-
YUV97.36141.91147-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=38.15%
G=24.31%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247912200.360.020.51302.6722.1739.8
Hex7C4F7A02423312f1628
Octal1741171720442634572650
Binary11111001001111111101001001001011001110010111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,79,122); }

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

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

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

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

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

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

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