#7C5678

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

Shades of Trendy Pink #7C5678

Tints of Trendy Pink #7C5678

Color information

#7C5678 (or 0x7C5678) is unknown color: approx Trendy Pink. HEX triplet: 7C, 56 and 78. RGB value is (124,86,120). Sum of RGB (Red+Green+Blue) = 124+86+120=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5678 is #83A987. Grayscale: #656565. Windows color (decimal): -8628616 or 7886460. OLE color: 7886460.

HSL color Cylindrical-coordinate representation of color #7C5678: hue angle of 306.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5678 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB12486120-
CMYK00.310.030.51
HSL306.32º18.1%41.18%-
HSV(B)306.32º30.65%48.63%-
XYZ15.0312.319.35-
YUV101.24138.59144.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=37.58%
G=26.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248612000.310.030.51306.3218.141.18
Hex7C567801F3331321229
Octal1741261700373634622251
Binary1111100101011011110000111111111001110011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,120); }

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

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

 a { background-color: rgb(124,86,120); }

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

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

 span { border-color: rgb(124,86,120); }

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