Html Css Color HEX #774D78 Trendy Pink

📋 copy color: '#774D78'

red 119 ◦ green 77 ◦ blue 120

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

Shades of Trendy Pink #774D78

Tints of Trendy Pink #774D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 37.66%
G = 24.37%
B = 37.97%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774D78 (or 0x774D78) is known color: Trendy Pink. HEX triplet: 77, 4D and 78. RGB value is (119,77,120). Sum of RGB (Red+Green+Blue) = 119+77+120=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #774D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D78 is #88B287. Grayscale: #5E5E5E. Windows color (decimal): -8958600 or 7884151. OLE color: 7884151.

HSL color Cylindrical-coordinate representation of color #774D78: hue angle of 298.6º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #774D78 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 120 -
CMYK 0.01 0.36 0 0.53
HSL 298.6º 0.22% 0.39% -
HSV(B) 298.6º 0.36% 0.47% -
XYZ 13.65 10.59 19.09 -
YUV 94.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 119 77 120 0.01 0.36 0 0.53 298.6 0.22 0.39
Hex 77 4D 78 1 24 0 35 12B 16 27
Octal 167 115 170 1 44 0 65 453 26 47
Binary 1110111 1001101 1111000 1 100100 0 110101 100101011 10110 100111

Color Harmonies of #774D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D78

Black with #774D78

Text Example


Text Example

White with #774D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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