COLOR #773B94

HEX: #773B94 RGB: (119,59,148)

Color info

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

RGB color model

#773B94 color RGB value is (119,59,148).

RGB: (119,59,148) (47%, 23%, 58%)

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 148 of 255 = 58%

119
59
148

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

Portions of RGB colors in percentages

R + G + B = 119 + 59 + 148 = 326 (100%)
R 119 of 326 ~ 36.5%
G 59 of 326 ~ 18.1%
B 148 of 326 ~ 45.4'%

%36.5
%18.1
%45.4

CMYK color model

#773B94 color CMYK value is (20,60,0,42).

  • cyan value is 19.59%
  • magenta value is 60.14%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (20,60,0,42)
C20M60Y0K42 (20%, 60%, 0%, 42%)
(0.20 / 0.60 / 0.00 / 0.42)

CMYK percentages

%19.59
%60.14
%0
%41.96

Codes

Color #773B94 in popluar color models

77 3B 94
RGB 119 59 148
HSL 280° 43.00% 40.59%
HSB/HSV 280° 60.14% 58.04%
CMYK 19.59% 60.14% 0.00%
41.96%

Color #773B94 in popluar number systems.

HEX 77 3B 94
Decimal 119 59 148
Binary 1110111 111011 10010100
Octal 167 73 224

Shades and tints

Shades of #773B94

#773B94
(119,59,148)
#6D3687
(109,54,135)
#63317A
(99,49,122)
#592C6D
(89,44,109)
#4F2760
(79,39,96)
#452253
(69,34,83)
#3B1D46
(59,29,70)
#311839
(49,24,57)
#27132C
(39,19,44)
#1D0E1F
(29,14,31)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #773B94

#773B94
(119,59,148)
#834C9D
(131,76,157)
#8F5DA6
(143,93,166)
#9B6EAF
(155,110,175)
#A77FB8
(167,127,184)
#B390C1
(179,144,193)
#BFA1CA
(191,161,202)
#CBB2D3
(203,178,211)
#D7C3DC
(215,195,220)
#E3D4E5
(227,212,229)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773B94; }

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

This text font color is #773B94.

Background Color

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

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

This div background color is #773B94.

Border color

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

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

This div border color is #773B94.

Opacity

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

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

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

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

This text has shadow with #773B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773B94.

Preview

Color preview on black background

This text has color #773B94 on black background.


Color preview on white background

This text has color #773B94 on white background.


Black color preview on #773B94 background

This text has black color on #773B94 background.


White color preview on #773B94 background

This text has white color on #773B94 background.


Related colors

Complementary color

Complementary color for #hex is #88C46B.


I love getcolorcode.com

Triadic colors

1 #94773B and #3B9477 with #773B94 are triadic colors.

2 #943B77 and #3B7794 with #773B94 are triadic colors.