COLOR #773D9C

HEX: #773D9C
RGB: (119,61,156)

Color info

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

RGB color model

#773D9C color RGB value is (119,61,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 156 of 255 = 61%

119
61
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 156 = 336 (100%)
R 119 of 336 ~ 35.42%
G 61 of 336 ~ 18.15%
B 156 of 336 ~ 46.43%

%35.42
%18.15
%46.43

CMYK color model

#773D9C color CMYK value is (24,61,0,39).

  • cyan value is 23.72%
  • magenta value is 60.90%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,61,0,39)
C24M61Y0K39 
(24%,61%,0%,39%)
(0.24/0.61/0.00/0.39)	

CMYK percentages

%23.72
%60.9
%0
%38.82

Codes

Color #773D9C in popluar color models

773D9C
RGB11961156
HSL277°43.78%42.55%
HSB/HSV277°60.90%61.18%
CMYK23.72%60.90%0.00%
38.82%

Color #773D9C in popluar number systems.

HEX773D9C
Decimal11961156
Binary111011111110110011100
Octal16775234

Shades and tints

Shades of #773D9C

#773D9C
(119,61,156)
#6D388E
(109,56,142)
#633380
(99,51,128)
#592E72
(89,46,114)
#4F2964
(79,41,100)
#452456
(69,36,86)
#3B1F48
(59,31,72)
#311A3A
(49,26,58)
#27152C
(39,21,44)
#1D101E
(29,16,30)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #773D9C

#773D9C
(119,61,156)
#834EA5
(131,78,165)
#8F5FAE
(143,95,174)
#9B70B7
(155,112,183)
#A781C0
(167,129,192)
#B392C9
(179,146,201)
#BFA3D2
(191,163,210)
#CBB4DB
(203,180,219)
#D7C5E4
(215,197,228)
#E3D6ED
(227,214,237)
#EFE7F6
(239,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773D9C; }

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

This text font color is #773D9C.


Background Color

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

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

This div background color is #773D9C.


Border color

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

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

This div border color is #773D9C.


Opacity

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

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

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

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

This text has shadow with #773D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D9C on black background.


Color preview on white background

This text has color #773D9C on white background.



Black color preview on #773D9C background

This text has black color on #773D9C background.


White color preview on #773D9C background

This text has white color on #773D9C background.