COLOR #773D94

HEX: #773D94
RGB: (119,61,148)

Color info

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

RGB color model

#773D94 color RGB value is (119,61,148).

  • red value is 119;
  • green value is 61;
  • blue value is 148.
RGB:
(119,61,148)
(47%,24%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 148 of 255 = 58%

119
61
148

R + G + B ~ 43%. #773D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 148 = 328 (100%)
R 119 of 328 ~ 36.28%
G 61 of 328 ~ 18.6%
B 148 of 328 ~ 45.12%

%36.28
%18.6
%45.12

CMYK color model

#773D94 color CMYK value is (20,59,0,42).

  • cyan value is 19.59%
  • magenta value is 58.78%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,59,0,42)
C20M59Y0K42 
(20%,59%,0%,42%)
(0.20/0.59/0.00/0.42)	

CMYK percentages

%19.59
%58.78
%0
%41.96

Codes

Color #773D94 in popluar color models

773D94
RGB11961148
HSL280°41.63%40.98%
HSB/HSV280°58.78%58.04%
CMYK19.59%58.78%0.00%
41.96%

Color #773D94 in popluar number systems.

HEX773D94
Decimal11961148
Binary111011111110110010100
Octal16775224

Shades and tints

Shades of #773D94

#773D94
(119,61,148)
#6D3887
(109,56,135)
#63337A
(99,51,122)
#592E6D
(89,46,109)
#4F2960
(79,41,96)
#452453
(69,36,83)
#3B1F46
(59,31,70)
#311A39
(49,26,57)
#27152C
(39,21,44)
#1D101F
(29,16,31)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #773D94

#773D94
(119,61,148)
#834E9D
(131,78,157)
#8F5FA6
(143,95,166)
#9B70AF
(155,112,175)
#A781B8
(167,129,184)
#B392C1
(179,146,193)
#BFA3CA
(191,163,202)
#CBB4D3
(203,180,211)
#D7C5DC
(215,197,220)
#E3D6E5
(227,214,229)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773D94 color. Also use rgb(119,61,148) instead hex code.

Text Font Color

.myTextColor { color: #773D94; }

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

This text font color is #773D94.


Background Color

.myBgColor { background-color: #773D94; }

<div style="background-color:#773D94">Inner text</div>

This div background color is #773D94.


Border color

.myBorderColor { border: 1px solid #773D94; }

<div style="border:3px solid #773D94">Div</div>

This div border color is #773D94.


Opacity

.myOpacity80 { color: #773D94; opacity: 0.8; }

<p style="color:#773D94;opacity:0.8;">80%</p>

Text with #773D94 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 #773D94;}

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

This text has shadow with #773D94 color.

.textShadow {text-shadow: 3px 3px 1px #773D94, 3px 3px 1px red;}

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

This text has shadow with #773D94 primary color and red secondary color.


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

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

This text has shadow with #773D94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D94 on black background.


Color preview on white background

This text has color #773D94 on white background.



Black color preview on #773D94 background

This text has black color on #773D94 background.


White color preview on #773D94 background

This text has white color on #773D94 background.