Html Css Color HEX #775A77 Trendy Pink

📋 copy color: '#775A77'

red 119 ◦ green 90 ◦ blue 119

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

Shades of Trendy Pink #775A77

Tints of Trendy Pink #775A77

RGB

 RED value IS 119 (46.88% from 255) = 36.28%

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 36.28%
G = 27.44%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775A77 (or 0x775A77) is known color: Trendy Pink. HEX triplet: 77, 5A and 77. RGB value is (119,90,119). Sum of RGB (Red+Green+Blue) = 119+90+119=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A77 is #88A588. Grayscale: #656565. Windows color (decimal): -8955273 or 7821943. OLE color: 7821943.

HSL color Cylindrical-coordinate representation of color #775A77: 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.24%. Process color model (Four color, CMYK) of #775A77 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 119 -
CMYK 0 0.24 0 0.53
HSL 300º 0.14% 0.41% -
HSV(B) 300º 0.24% 0.47% -
XYZ 14.59 12.57 19.11 -
YUV 101.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 119 90 119 0 0.24 0 0.53 300 0.14 0.41
Hex 77 5A 77 0 18 0 35 12C E 29
Octal 167 132 167 0 30 0 65 454 16 51
Binary 1110111 1011010 1110111 0 11000 0 110101 100101100 1110 101001

Color Harmonies of #775A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A77

Black with #775A77

Text Example


Text Example

White with #775A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A77; }

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

 H1.HeaderClassName
 {
   color: #775A77;
 }
 .AnyTagClassName
 {
   color: #775A77;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #775A77;
 }
 .BgClassName
 {
   background-color: #775A77;
 }
</style>

border-color css

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

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

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