COLOR #774E78

HEX: #774E78
RGB: (119,78,120)

Color info

#774E78 contains red, green and blue colors in about the same proportion. Web safe color of #774E78 is #666666 (or #666).

RGB color model

#774E78 color RGB value is (119,78,120).

  • red value is 119;
  • green value is 78;
  • blue value is 120.
RGB:
(119,78,120)
(47%,31%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 78 of 255 = 31%
B 120 of 255 = 47%

119
78
120

R + G + B ~ 42%. #774E78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 78 + 120 = 317 (100%)
R 119 of 317 ~ 37.54%
G 78 of 317 ~ 24.61%
B 120 of 317 ~ 37.85%

%37.54
%24.61
%37.85

CMYK color model

#774E78 color CMYK value is (1,35,0,53).

  • cyan value is 0.83%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(1,35,0,53)
C1M35Y0K53 
(1%,35%,0%,53%)
(0.01/0.35/0.00/0.53)	

CMYK percentages

%0.83
%35
%0
%52.94

Codes

Color #774E78 in popluar color models

774E78
RGB11978120
HSL299°21.21%38.82%
HSB/HSV299°35.00%47.06%
CMYK0.83%35.00%0.00%
52.94%

Color #774E78 in popluar number systems.

HEX774E78
Decimal11978120
Binary111011110011101111000
Octal167116170

Shades and tints

Shades of #774E78

#774E78
(119,78,120)
#6D476E
(109,71,110)
#634064
(99,64,100)
#59395A
(89,57,90)
#4F3250
(79,50,80)
#452B46
(69,43,70)
#3B243C
(59,36,60)
#311D32
(49,29,50)
#271628
(39,22,40)
#1D0F1E
(29,15,30)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #774E78

#774E78
(119,78,120)
#835E84
(131,94,132)
#8F6E90
(143,110,144)
#9B7E9C
(155,126,156)
#A78EA8
(167,142,168)
#B39EB4
(179,158,180)
#BFAEC0
(191,174,192)
#CBBECC
(203,190,204)
#D7CED8
(215,206,216)
#E3DEE4
(227,222,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774E78 color. Also use rgb(119,78,120) instead hex code.

Text Font Color

.myTextColor { color: #774E78; }

<p style="color:#774E78">This sample text font color is #774E78.</p>

This text font color is #774E78.


Background Color

.myBgColor { background-color: #774E78; }

<div style="background-color:#774E78">Inner text</div>

This div background color is #774E78.


Border color

.myBorderColor { border: 1px solid #774E78; }

<div style="border:3px solid #774E78">Div</div>

This div border color is #774E78.


Opacity

.myOpacity80 { color: #774E78; opacity: 0.8; }

<p style="color:#774E78;opacity:0.8;">80%</p>

Text with #774E78 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #774E78;}

<p style="text-shadow: 3px 3px 1px #774E78">Text here.</p>

This text has shadow with #774E78 color.

.textShadow {text-shadow: 3px 3px 1px #774E78, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #774E78, 5px 5px 20px red">Text here.</p>

This text has shadow with #774E78 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#774E78, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#774E78, Direction=45, Strength=4)">Text</p>

This text has shadow with #774E78 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #774E78;
  -webkit-box-shadow:	1px 1px 3px 2px #774E78;
  box-shadow:		1px 1px 3px 2px #774E78;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #774E78;
-webkit-box-shadow: 1px 1px 3px 2px #774E78;
box-shadow:1px 1px 3px 2px #774E78;">
Div content here</div>
This div box has shadow with color #774E78.

Preview

Color preview on black background

This text has color #774E78 on black background.


Color preview on white background

This text has color #774E78 on white background.



Black color preview on #774E78 background

This text has black color on #774E78 background.


White color preview on #774E78 background

This text has white color on #774E78 background.