COLOR #773C74

HEX: #773C74
RGB: (119,60,116)

Color info

#773C74 contains red, green and blue colors in about the same proportion. Web safe color of #773C74 is #663366 (or #636).

RGB color model

#773C74 color RGB value is (119,60,116).

  • red value is 119;
  • green value is 60;
  • blue value is 116.
RGB:
(119,60,116)
(47%,24%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 116 of 255 = 45%

119
60
116

R + G + B ~ 39%. #773C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 116 = 295 (100%)
R 119 of 295 ~ 40.34%
G 60 of 295 ~ 20.34%
B 116 of 295 ~ 39.32%

%40.34
%20.34
%39.32

CMYK color model

#773C74 color CMYK value is (0,50,3,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,50,3,53)
C0M50Y3K53 
(0%,50%,3%,53%)
(0.00/0.50/0.03/0.53)	

CMYK percentages

%0
%49.58
%2.52
%53.33

Codes

Color #773C74 in popluar color models

773C74
RGB11960116
HSL303°32.96%35.10%
HSB/HSV303°49.58%46.67%
CMYK0.00%49.58%2.52%
53.33%

Color #773C74 in popluar number systems.

HEX773C74
Decimal11960116
Binary11101111111001110100
Octal16774164

Shades and tints

Shades of #773C74

#773C74
(119,60,116)
#6D376A
(109,55,106)
#633260
(99,50,96)
#592D56
(89,45,86)
#4F284C
(79,40,76)
#452342
(69,35,66)
#3B1E38
(59,30,56)
#31192E
(49,25,46)
#271424
(39,20,36)
#1D0F1A
(29,15,26)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #773C74

#773C74
(119,60,116)
#834D80
(131,77,128)
#8F5E8C
(143,94,140)
#9B6F98
(155,111,152)
#A780A4
(167,128,164)
#B391B0
(179,145,176)
#BFA2BC
(191,162,188)
#CBB3C8
(203,179,200)
#D7C4D4
(215,196,212)
#E3D5E0
(227,213,224)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773C74 color. Also use rgb(119,60,116) instead hex code.

Text Font Color

.myTextColor { color: #773C74; }

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

This text font color is #773C74.


Background Color

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

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

This div background color is #773C74.


Border color

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

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

This div border color is #773C74.


Opacity

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

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

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

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

This text has shadow with #773C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C74 on black background.


Color preview on white background

This text has color #773C74 on white background.



Black color preview on #773C74 background

This text has black color on #773C74 background.


White color preview on #773C74 background

This text has white color on #773C74 background.