#775A7C

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

Shades of Trendy Pink #775A7C

Tints of Trendy Pink #775A7C

Color information

#775A7C (or 0x775A7C) is unknown color: approx Trendy Pink. HEX triplet: 77, 5A and 7C. RGB value is (119,90,124). Sum of RGB (Red+Green+Blue) = 119+90+124=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #775A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A7C is #88A583. Grayscale: #666666. Windows color (decimal): -8955268 or 8149623. OLE color: 8149623.

HSL color Cylindrical-coordinate representation of color #775A7C: hue angle of 291.18º degrees, saturation: 0.16, 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 #775A7C is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11990124-
CMYK0.040.2700.51
HSL291.18º15.89%41.96%-
HSV(B)291.18º27.42%48.63%-
XYZ14.912.6920.73-
YUV102.55140.11139.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=35.74%
G=27.03%
B=37.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119901240.040.2700.51291.1815.8941.96
Hex775A7C41B033123102a
Octal1671321744330634432052
Binary11101111011010111110010011011011001110010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A7C; }

 p { color: rgb(119,90,124); }

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

<style>
 a { background-color: #775A7C; }

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

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

<style>
 span { border-color: #775A7C; }

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

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