#775979

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

Shades of Trendy Pink #775979

Tints of Trendy Pink #775979

Color information

#775979 (or 0x775979) is unknown color: approx Trendy Pink. HEX triplet: 77, 59 and 79. RGB value is (119,89,121). Sum of RGB (Red+Green+Blue) = 119+89+121=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #775979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775979 is #88A686. Grayscale: #656565. Windows color (decimal): -8955527 or 7952759. OLE color: 7952759.

HSL color Cylindrical-coordinate representation of color #775979: hue angle of 296.25º 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 #775979 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11989121-
CMYK0.020.2600.53
HSL296.25º15.24%41.18%-
HSV(B)296.25º26.45%47.45%-
XYZ14.6312.4519.72-
YUV101.62138.94140.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=36.17%
G=27.05%
B=36.78%

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
Decimal119891210.020.2600.53296.2515.2441.18
Hex77597921A035128f29
Octal1671311712320654501751
Binary111011110110011111001101101001101011001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775979; }

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

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

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

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

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

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

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

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