Html Css Color HEX #774C79 Trendy Pink

📋 copy color: '#774C79'

red 119 ◦ green 76 ◦ blue 121

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

Shades of Trendy Pink #774C79

Tints of Trendy Pink #774C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 37.66%
G = 24.05%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774C79 (or 0x774C79) is known color: Trendy Pink. HEX triplet: 77, 4C and 79. RGB value is (119,76,121). Sum of RGB (Red+Green+Blue) = 119+76+121=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #774C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C79 is #88B386. Grayscale: #5D5D5D. Windows color (decimal): -8958855 or 7949431. OLE color: 7949431.

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

Color convert

RGB 119 76 121 -
CMYK 0.02 0.37 0 0.53
HSL 297.33º 0.23% 0.39% -
HSV(B) 297.33º 0.37% 0.47% -
XYZ 13.64 10.47 19.39 -
YUV 93.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 119 76 121 0.02 0.37 0 0.53 297.33 0.23 0.39
Hex 77 4C 79 2 25 0 35 129 17 27
Octal 167 114 171 2 45 0 65 451 27 47
Binary 1110111 1001100 1111001 10 100101 0 110101 100101001 10111 100111

Color Harmonies of #774C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C79

Black with #774C79

Text Example


Text Example

White with #774C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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