#7C5B7B

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

Shades of Trendy Pink #7C5B7B

Tints of Trendy Pink #7C5B7B

Color information

#7C5B7B (or 0x7C5B7B) is unknown color: approx Trendy Pink. HEX triplet: 7C, 5B and 7B. RGB value is (124,91,123). Sum of RGB (Red+Green+Blue) = 124+91+123=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B7B is #83A484. Grayscale: #686868. Windows color (decimal): -8627333 or 8084348. OLE color: 8084348.

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

Color convert

RGB12491123-
CMYK00.270.010.51
HSL301.82º15.35%42.16%-
HSV(B)301.82º26.61%48.63%-
XYZ15.6313.220.46-
YUV104.52138.43141.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=36.69%
G=26.92%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249112300.270.010.51301.8215.3542.16
Hex7C5B7B01B13312ef2a
Octal1741331730331634561752
Binary11111001011011111101101101111100111001011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,123); }

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

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

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

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

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

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

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