COLOR #774F78

HEX: #774F78
RGB: (119,79,120)

Color info

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

RGB color model

#774F78 color RGB value is (119,79,120).

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

RGB channels and saturation

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

119
79
120

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

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 120 = 318 (100%)
R 119 of 318 ~ 37.42%
G 79 of 318 ~ 24.84%
B 120 of 318 ~ 37.74%

%37.42
%24.84
%37.74

CMYK color model

#774F78 color CMYK value is (1,34,0,53).

  • cyan value is 0.83%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(1,34,0,53)
C1M34Y0K53 
(1%,34%,0%,53%)
(0.01/0.34/0.00/0.53)	

CMYK percentages

%0.83
%34.17
%0
%52.94

Codes

Color #774F78 in popluar color models

774F78
RGB11979120
HSL299°20.60%39.02%
HSB/HSV299°34.17%47.06%
CMYK0.83%34.17%0.00%
52.94%

Color #774F78 in popluar number systems.

HEX774F78
Decimal11979120
Binary111011110011111111000
Octal167117170

Shades and tints

Shades of #774F78

#774F78
(119,79,120)
#6D486E
(109,72,110)
#634164
(99,65,100)
#593A5A
(89,58,90)
#4F3350
(79,51,80)
#452C46
(69,44,70)
#3B253C
(59,37,60)
#311E32
(49,30,50)
#271728
(39,23,40)
#1D101E
(29,16,30)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #774F78

#774F78
(119,79,120)
#835F84
(131,95,132)
#8F6F90
(143,111,144)
#9B7F9C
(155,127,156)
#A78FA8
(167,143,168)
#B39FB4
(179,159,180)
#BFAFC0
(191,175,192)
#CBBFCC
(203,191,204)
#D7CFD8
(215,207,216)
#E3DFE4
(227,223,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F78; }

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

This text font color is #774F78.


Background Color

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

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

This div background color is #774F78.


Border color

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

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

This div border color is #774F78.


Opacity

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

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

Text with #774F78 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 #774F78;}

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

This text has shadow with #774F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F78 on black background.


Color preview on white background

This text has color #774F78 on white background.



Black color preview on #774F78 background

This text has black color on #774F78 background.


White color preview on #774F78 background

This text has white color on #774F78 background.