#7C4C76

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

Shades of Trendy Pink #7C4C76

Tints of Trendy Pink #7C4C76

Color information

#7C4C76 (or 0x7C4C76) is unknown color: approx Trendy Pink. HEX triplet: 7C, 4C and 76. RGB value is (124,76,118). Sum of RGB (Red+Green+Blue) = 124+76+118=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4C76 is #83B389. Grayscale: #5F5F5F. Windows color (decimal): -8631178 or 7752828. OLE color: 7752828.

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

Color convert

RGB12476118-
CMYK00.390.050.51
HSL307.5º24%39.22%-
HSV(B)307.5º38.71%48.63%-
XYZ14.1710.7618.47-
YUV95.14140.9148.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=38.99%
G=23.90%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247611800.390.050.51307.52439.22
Hex7C4C760275331341827
Octal1741141660475634643047
Binary111110010011001110110010011110111001110011010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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