#775779

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

Shades of Trendy Pink #775779

Tints of Trendy Pink #775779

Color information

#775779 (or 0x775779) is unknown color: approx Trendy Pink. HEX triplet: 77, 57 and 79. RGB value is (119,87,121). Sum of RGB (Red+Green+Blue) = 119+87+121=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #775779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775779 is #88A886. Grayscale: #646464. Windows color (decimal): -8956039 or 7952247. OLE color: 7952247.

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

Color convert

RGB11987121-
CMYK0.020.2800.53
HSL296.47º16.35%40.78%-
HSV(B)296.47º28.1%47.45%-
XYZ14.4712.1219.67-
YUV100.44139.6141.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=36.39%
G=26.61%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119871210.020.2800.53296.4716.3540.78
Hex77577921C0351281029
Octal1671271712340654502051
Binary1110111101011111110011011100011010110010100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775779; }

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

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

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

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

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

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

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

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