#7C4877

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

Shades of Trendy Pink #7C4877

Tints of Trendy Pink #7C4877

Color information

#7C4877 (or 0x7C4877) is unknown color: approx Trendy Pink. HEX triplet: 7C, 48 and 77. RGB value is (124,72,119). Sum of RGB (Red+Green+Blue) = 124+72+119=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4877 is #83B788. Grayscale: #5C5C5C. Windows color (decimal): -8632201 or 7817340. OLE color: 7817340.

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

Color convert

RGB12472119-
CMYK00.420.040.51
HSL305.77º26.53%38.43%-
HSV(B)305.77º41.94%48.63%-
XYZ13.9610.2518.7-
YUV92.91142.73150.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=39.37%
G=22.86%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1247211900.420.040.51305.7726.5338.43
Hex7C487702A4331321b26
Octal1741101670524634623346
Binary111110010010001110111010101010011001110011001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,119); }

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

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

 a { background-color: rgb(124,72,119); }

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

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

 span { border-color: rgb(124,72,119); }

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