#7C587C

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

Shades of Trendy Pink #7C587C

Tints of Trendy Pink #7C587C

Color information

#7C587C (or 0x7C587C) is unknown color: approx Trendy Pink. HEX triplet: 7C, 58 and 7C. RGB value is (124,88,124). Sum of RGB (Red+Green+Blue) = 124+88+124=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C587C is #83A783. Grayscale: #666666. Windows color (decimal): -8628100 or 8149116. OLE color: 8149116.

HSL color Cylindrical-coordinate representation of color #7C587C: hue angle of 300º 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 #7C587C is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12488124-
CMYK00.2900.51
HSL300º16.98%41.57%-
HSV(B)300º29.03%48.63%-
XYZ15.4412.7220.71-
YUV102.87139.93143.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=36.90%
G=26.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248812400.2900.5130016.9841.57
Hex7C587C01D03312c112a
Octal1741301740350634542152
Binary111110010110001111100011101011001110010110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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