#7C4E76

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

Shades of Trendy Pink #7C4E76

Tints of Trendy Pink #7C4E76

Color information

#7C4E76 (or 0x7C4E76) is unknown color: approx Trendy Pink. HEX triplet: 7C, 4E and 76. RGB value is (124,78,118). Sum of RGB (Red+Green+Blue) = 124+78+118=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4E76 is #83B189. Grayscale: #606060. Windows color (decimal): -8630666 or 7753340. OLE color: 7753340.

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

Color convert

RGB12478118-
CMYK00.370.050.51
HSL307.83º22.77%39.61%-
HSV(B)307.83º37.1%48.63%-
XYZ14.3111.0418.52-
YUV96.31140.24147.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=38.75%
G=24.38%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247811800.370.050.51307.8322.7739.61
Hex7C4E760255331341728
Octal1741161660455634642750
Binary111110010011101110110010010110111001110011010010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,78,118); }

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

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

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

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

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

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

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