COLOR #774D9C

HEX: #774D9C
RGB: (119,77,156)

Color info

#774D9C contains mainly red and blue colors. Web safe color of #774D9C is #663399 (or #639).

RGB color model

#774D9C color RGB value is (119,77,156).

  • red value is 119;
  • green value is 77;
  • blue value is 156.
RGB:
(119,77,156)
(47%,30%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 77 of 255 = 30%
B 156 of 255 = 61%

119
77
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 77 + 156 = 352 (100%)
R 119 of 352 ~ 33.81%
G 77 of 352 ~ 21.88%
B 156 of 352 ~ 44.32%

%33.81
%21.88
%44.32

CMYK color model

#774D9C color CMYK value is (24,51,0,39).

  • cyan value is 23.72%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,51,0,39)
C24M51Y0K39 
(24%,51%,0%,39%)
(0.24/0.51/0.00/0.39)	

CMYK percentages

%23.72
%50.64
%0
%38.82

Codes

Color #774D9C in popluar color models

774D9C
RGB11977156
HSL272°33.91%45.69%
HSB/HSV272°50.64%61.18%
CMYK23.72%50.64%0.00%
38.82%

Color #774D9C in popluar number systems.

HEX774D9C
Decimal11977156
Binary1110111100110110011100
Octal167115234

Shades and tints

Shades of #774D9C

#774D9C
(119,77,156)
#6D468E
(109,70,142)
#633F80
(99,63,128)
#593872
(89,56,114)
#4F3164
(79,49,100)
#452A56
(69,42,86)
#3B2348
(59,35,72)
#311C3A
(49,28,58)
#27152C
(39,21,44)
#1D0E1E
(29,14,30)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #774D9C

#774D9C
(119,77,156)
#835DA5
(131,93,165)
#8F6DAE
(143,109,174)
#9B7DB7
(155,125,183)
#A78DC0
(167,141,192)
#B39DC9
(179,157,201)
#BFADD2
(191,173,210)
#CBBDDB
(203,189,219)
#D7CDE4
(215,205,228)
#E3DDED
(227,221,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D9C color. Also use rgb(119,77,156) instead hex code.

Text Font Color

.myTextColor { color: #774D9C; }

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

This text font color is #774D9C.


Background Color

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

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

This div background color is #774D9C.


Border color

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

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

This div border color is #774D9C.


Opacity

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

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

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

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

This text has shadow with #774D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D9C on black background.


Color preview on white background

This text has color #774D9C on white background.



Black color preview on #774D9C background

This text has black color on #774D9C background.


White color preview on #774D9C background

This text has white color on #774D9C background.