COLOR #773F74

HEX: #773F74
RGB: (119,63,116)

Color info

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

RGB color model

#773F74 color RGB value is (119,63,116).

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

RGB channels and saturation

R 119 of 255 = 47%
G 63 of 255 = 25%
B 116 of 255 = 45%

119
63
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 63 + 116 = 298 (100%)
R 119 of 298 ~ 39.93%
G 63 of 298 ~ 21.14%
B 116 of 298 ~ 38.93%

%39.93
%21.14
%38.93

CMYK color model

#773F74 color CMYK value is (0,47,3,53).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,47,3,53)
C0M47Y3K53 
(0%,47%,3%,53%)
(0.00/0.47/0.03/0.53)	

CMYK percentages

%0
%47.06
%2.52
%53.33

Codes

Color #773F74 in popluar color models

773F74
RGB11963116
HSL303°30.77%35.69%
HSB/HSV303°47.06%46.67%
CMYK0.00%47.06%2.52%
53.33%

Color #773F74 in popluar number systems.

HEX773F74
Decimal11963116
Binary11101111111111110100
Octal16777164

Shades and tints

Shades of #773F74

#773F74
(119,63,116)
#6D3A6A
(109,58,106)
#633560
(99,53,96)
#593056
(89,48,86)
#4F2B4C
(79,43,76)
#452642
(69,38,66)
#3B2138
(59,33,56)
#311C2E
(49,28,46)
#271724
(39,23,36)
#1D121A
(29,18,26)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #773F74

#773F74
(119,63,116)
#835080
(131,80,128)
#8F618C
(143,97,140)
#9B7298
(155,114,152)
#A783A4
(167,131,164)
#B394B0
(179,148,176)
#BFA5BC
(191,165,188)
#CBB6C8
(203,182,200)
#D7C7D4
(215,199,212)
#E3D8E0
(227,216,224)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773F74; }

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

This text font color is #773F74.


Background Color

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

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

This div background color is #773F74.


Border color

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

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

This div border color is #773F74.


Opacity

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

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

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

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

This text has shadow with #773F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773F74 on black background.


Color preview on white background

This text has color #773F74 on white background.



Black color preview on #773F74 background

This text has black color on #773F74 background.


White color preview on #773F74 background

This text has white color on #773F74 background.