#7C4F75

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

Shades of Trendy Pink #7C4F75

Tints of Trendy Pink #7C4F75

Color information

#7C4F75 (or 0x7C4F75) is unknown color: approx Trendy Pink. HEX triplet: 7C, 4F and 75. RGB value is (124,79,117). Sum of RGB (Red+Green+Blue) = 124+79+117=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F75 is #83B08A. Grayscale: #606060. Windows color (decimal): -8630411 or 7688060. OLE color: 7688060.

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

Color convert

RGB12479117-
CMYK00.360.060.51
HSL309.33º22.17%39.8%-
HSV(B)309.33º36.29%48.63%-
XYZ14.3211.1618.23-
YUV96.79139.41147.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=38.75%
G=24.69%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247911700.360.060.51309.3322.1739.8
Hex7C4F750246331351628
Octal1741171650446634652650
Binary111110010011111110101010010011011001110011010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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