Html Css Color HEX #775977 Trendy Pink

📋 copy color: '#775977'

red 119 ◦ green 89 ◦ blue 119

#775977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #775977

Tints of Trendy Pink #775977

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 value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775977 (or 0x775977) is known color: 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

RGB 119 89 119 -
CMYK 0 0.25 0 0.53
HSL 300º 0.14% 0.41% -
HSV(B) 300º 0.25% 0.47% -
XYZ 14.51 12.4 19.08 -
YUV 101.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 119 89 119 0 0.25 0 0.53 300 0.14 0.41
Hex 77 59 77 0 19 0 35 12C E 29
Octal 167 131 167 0 31 0 65 454 16 51
Binary 1110111 1011001 1110111 0 11001 0 110101 100101100 1110 101001

Color Harmonies of #775977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775977

Black with #775977

Text Example


Text Example

White with #775977

Text Example


Text Example

HTML Codes & Css Web 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>