#775977

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

Shades of Trendy Pink #775977

Tints of Trendy Pink #775977

Color information

#775977 (or 0x775977) is unknown color: approx Trendy Pink. HEX triplet: 77, 59 and 77. RGB value is (119,89,119). Sum of RGB (Red+Green+Blue) = 119+89+119=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775977 is #88A688. Grayscale: #656565. Windows color (decimal): -8955529 or 7821687. OLE color: 7821687.

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

Color convert

RGB11989119-
CMYK00.2500.53
HSL300º14.42%40.78%-
HSV(B)300º25.21%46.67%-
XYZ14.5112.419.08-
YUV101.39137.94140.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=36.39%
G=27.22%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198911900.2500.5330014.4240.78
Hex77597701903512ce29
Octal1671311670310654541651
Binary11101111011001111011101100101101011001011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775977; }

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

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

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

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

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

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

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

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