#7C597D

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

Shades of Trendy Pink #7C597D

Tints of Trendy Pink #7C597D

Color information

#7C597D (or 0x7C597D) is unknown color: approx Trendy Pink. HEX triplet: 7C, 59 and 7D. RGB value is (124,89,125). Sum of RGB (Red+Green+Blue) = 124+89+125=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C597D is #83A682. Grayscale: #676767. Windows color (decimal): -8627843 or 8214908. OLE color: 8214908.

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

Color convert

RGB12489125-
CMYK0.010.2900.51
HSL298.33º16.82%41.96%-
HSV(B)298.33º28.8%49.02%-
XYZ15.5912.9121.07-
YUV103.57140.1142.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=36.69%
G=26.33%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124891250.010.2900.51298.3316.8241.96
Hex7C597D11D03312a112a
Octal1741311751350634522152
Binary111110010110011111101111101011001110010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,125); }

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

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

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

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

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

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

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