Html Css Color HEX #774C78 Trendy Pink

📋 copy color: '#774C78'

red 119 ◦ green 76 ◦ blue 120

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

Shades of Trendy Pink #774C78

Tints of Trendy Pink #774C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 37.78%
G = 24.13%
B = 38.1%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774C78 (or 0x774C78) is known color: Trendy Pink. HEX triplet: 77, 4C and 78. RGB value is (119,76,120). Sum of RGB (Red+Green+Blue) = 119+76+120=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #774C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C78 is #88B387. Grayscale: #5D5D5D. Windows color (decimal): -8958856 or 7883895. OLE color: 7883895.

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

Color convert

RGB 119 76 120 -
CMYK 0.01 0.37 0 0.53
HSL 298.64º 0.22% 0.38% -
HSV(B) 298.64º 0.37% 0.47% -
XYZ 13.58 10.45 19.07 -
YUV 93.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 119 76 120 0.01 0.37 0 0.53 298.64 0.22 0.38
Hex 77 4C 78 1 25 0 35 12B 16 26
Octal 167 114 170 1 45 0 65 453 26 46
Binary 1110111 1001100 1111000 1 100101 0 110101 100101011 10110 100110

Color Harmonies of #774C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C78

Black with #774C78

Text Example


Text Example

White with #774C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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