Html Css Color HEX #774D77 Trendy Pink

📋 copy color: '#774D77'

red 119 ◦ green 77 ◦ blue 119

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

Shades of Trendy Pink #774D77

Tints of Trendy Pink #774D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

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

R = 37.78%
G = 24.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774D77 (or 0x774D77) is known color: Trendy Pink. HEX triplet: 77, 4D and 77. RGB value is (119,77,119). Sum of RGB (Red+Green+Blue) = 119+77+119=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #774D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D77 is #88B288. Grayscale: #5E5E5E. Windows color (decimal): -8958601 or 7818615. OLE color: 7818615.

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

Color convert

RGB 119 77 119 -
CMYK 0 0.35 0 0.53
HSL 300º 0.21% 0.38% -
HSV(B) 300º 0.35% 0.47% -
XYZ 13.59 10.56 18.78 -
YUV 94.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 119 77 119 0 0.35 0 0.53 300 0.21 0.38
Hex 77 4D 77 0 23 0 35 12C 15 26
Octal 167 115 167 0 43 0 65 454 25 46
Binary 1110111 1001101 1110111 0 100011 0 110101 100101100 10101 100110

Color Harmonies of #774D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D77

Black with #774D77

Text Example


Text Example

White with #774D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D77; }

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

 H1.HeaderClassName
 {
   color: #774D77;
 }
 .AnyTagClassName
 {
   color: #774D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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