#7C567B

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

Shades of Trendy Pink #7C567B

Tints of Trendy Pink #7C567B

Color information

#7C567B (or 0x7C567B) is unknown color: approx Trendy Pink. HEX triplet: 7C, 56 and 7B. RGB value is (124,86,123). Sum of RGB (Red+Green+Blue) = 124+86+123=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C567B is #83A984. Grayscale: #656565. Windows color (decimal): -8628613 or 8083068. OLE color: 8083068.

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

Color convert

RGB12486123-
CMYK00.310.010.51
HSL301.58º18.1%41.18%-
HSV(B)301.58º30.65%48.63%-
XYZ15.2212.3720.32-
YUV101.58140.09143.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=37.24%
G=25.83%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1248612300.310.010.51301.5818.141.18
Hex7C567B01F13312e1229
Octal1741261730371634562251
Binary111110010101101111011011111111001110010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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