#775D79

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

Shades of Trendy Pink #775D79

Tints of Trendy Pink #775D79

Color information

#775D79 (or 0x775D79) is unknown color: approx Trendy Pink. HEX triplet: 77, 5D and 79. RGB value is (119,93,121). Sum of RGB (Red+Green+Blue) = 119+93+121=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #775D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D79 is #88A286. Grayscale: #676767. Windows color (decimal): -8954503 or 7953783. OLE color: 7953783.

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

Color convert

RGB11993121-
CMYK0.020.2300.53
HSL295.71º13.08%41.96%-
HSV(B)295.71º23.14%47.45%-
XYZ14.9713.1319.83-
YUV103.97137.61138.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=35.74%
G=27.93%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119931210.020.2300.53295.7113.0841.96
Hex775D79217035128d2a
Octal1671351712270654501552
Binary111011110111011111001101011101101011001010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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