#7C5879

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

Shades of Trendy Pink #7C5879

Tints of Trendy Pink #7C5879

Color information

#7C5879 (or 0x7C5879) is unknown color: approx Trendy Pink. HEX triplet: 7C, 58 and 79. RGB value is (124,88,121). Sum of RGB (Red+Green+Blue) = 124+88+121=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5879 is #83A786. Grayscale: #666666. Windows color (decimal): -8628103 or 7952508. OLE color: 7952508.

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

Color convert

RGB12488121-
CMYK00.290.020.51
HSL305º16.98%41.57%-
HSV(B)305º29.03%48.63%-
XYZ15.2512.6519.73-
YUV102.53138.43143.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=37.24%
G=26.43%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248812100.290.020.5130516.9841.57
Hex7C587901D233131112a
Octal1741301710352634612152
Binary1111100101100011110010111011011001110011000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,121); }

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

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

 a { background-color: rgb(124,88,121); }

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

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

 span { border-color: rgb(124,88,121); }

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