#7C5D7F

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

Shades of Trendy Pink #7C5D7F

Tints of Trendy Pink #7C5D7F

Color information

#7C5D7F (or 0x7C5D7F) is unknown color: approx Trendy Pink. HEX triplet: 7C, 5D and 7F. RGB value is (124,93,127). Sum of RGB (Red+Green+Blue) = 124+93+127=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C5D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5D7F is #83A280. Grayscale: #6A6A6A. Windows color (decimal): -8626817 or 8347004. OLE color: 8347004.

HSL color Cylindrical-coordinate representation of color #7C5D7F: hue angle of 294.71º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5D7F is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12493127-
CMYK0.020.2700.50
HSL294.71º15.45%43.14%-
HSV(B)294.71º26.77%49.8%-
XYZ16.0613.6521.87-
YUV106.14139.77140.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 127 (50% from 255) = 36.92%
R=36.05%
G=27.03%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal124931270.020.2700.50294.7115.4543.14
Hex7C5D7F21B032127f2b
Octal1741351772330624471753
Binary111110010111011111111101101101100101001001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,127); }

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

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

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

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

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

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

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