#775A79

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

Shades of Trendy Pink #775A79

Tints of Trendy Pink #775A79

Color information

#775A79 (or 0x775A79) is unknown color: approx Trendy Pink. HEX triplet: 77, 5A and 79. RGB value is (119,90,121). Sum of RGB (Red+Green+Blue) = 119+90+121=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #775A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A79 is #88A586. Grayscale: #666666. Windows color (decimal): -8955271 or 7953015. OLE color: 7953015.

HSL color Cylindrical-coordinate representation of color #775A79: hue angle of 296.13º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #775A79 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11990121-
CMYK0.020.2600.53
HSL296.13º14.69%41.37%-
HSV(B)296.13º25.62%47.45%-
XYZ14.7212.6119.75-
YUV102.2138.61139.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=36.06%
G=27.27%
B=36.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119901210.020.2600.53296.1314.6941.37
Hex775A7921A035128f29
Octal1671321712320654501751
Binary111011110110101111001101101001101011001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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