#7C4771

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

Shades of Trendy Pink #7C4771

Tints of Trendy Pink #7C4771

Color information

#7C4771 (or 0x7C4771) is unknown color: approx Trendy Pink. HEX triplet: 7C, 47 and 71. RGB value is (124,71,113). Sum of RGB (Red+Green+Blue) = 124+71+113=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4771 is #83B88E. Grayscale: #5B5B5B. Windows color (decimal): -8632463 or 7423868. OLE color: 7423868.

HSL color Cylindrical-coordinate representation of color #7C4771: hue angle of 312.45º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4771 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12471113-
CMYK00.430.090.51
HSL312.45º27.18%38.24%-
HSV(B)312.45º42.74%48.63%-
XYZ13.559.9816.84-
YUV91.64140.06151.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=40.26%
G=23.05%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247111300.430.090.51312.4527.1838.24
Hex7C477102B9331381b26
Octal17410716105311634703346
Binary1111100100011111100010101011100111001110011100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,113); }

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

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

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

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

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

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

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