#775579

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

Shades of Trendy Pink #775579

Tints of Trendy Pink #775579

Color information

#775579 (or 0x775579) is unknown color: approx Trendy Pink. HEX triplet: 77, 55 and 79. RGB value is (119,85,121). Sum of RGB (Red+Green+Blue) = 119+85+121=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: blue. Hex color #775579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775579 is #88AA86. Grayscale: #636363. Windows color (decimal): -8956551 or 7951735. OLE color: 7951735.

HSL color Cylindrical-coordinate representation of color #775579: hue angle of 296.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775579 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11985121-
CMYK0.020.3000.53
HSL296.67º17.48%40.39%-
HSV(B)296.67º29.75%47.45%-
XYZ14.3111.819.61-
YUV99.27140.26142.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=36.62%
G=26.15%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119851210.020.3000.53296.6717.4840.39
Hex77557921E0351291128
Octal1671251712360654512150
Binary1110111101010111110011011110011010110010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775579; }

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

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

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

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

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

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

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

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