COLOR #773E7C

HEX: #773E7C RGB: (119,62,124)

Color info

#773E7C contains mainly red and blue colors. Web safe color of #773E7C is #663366 (or #636).

RGB color model

#773E7C color RGB value is (119,62,124).

RGB: (119,62,124) (47%, 24%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 62 of 255 = 24%
B 124 of 255 = 49%

119
62
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 62 + 124 = 305 (100%)
R 119 of 305 ~ 39.02%
G 62 of 305 ~ 20.33%
B 124 of 305 ~ 40.66'%

%39.02
%20.33
%40.66

CMYK color model

#773E7C color CMYK value is (4,50,0,51).

  • cyan value is 4.03%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (4,50,0,51) C4M50Y0K51 (4%,50%,0%,51%) (0.04/0.50/0.00/0.51) 

CMYK percentages

%4.03
%50
%0
%51.37

Codes

Color #773E7C in popluar color models

77 3E 7C
RGB 119 62 124
HSL 295° 33.33% 36.47%
HSB/HSV 295° 50.00% 48.63%
CMYK 4.03% 50.00% 0.00%
51.37%

Color #773E7C in popluar number systems.

HEX 77 3E 7C
Decimal 119 62 124
Binary 1110111 111110 1111100
Octal 167 76 174

Shades and tints

Shades of #773E7C

#773E7C
(119,62,124)
#6D3971
(109,57,113)
#633466
(99,52,102)
#592F5B
(89,47,91)
#4F2A50
(79,42,80)
#452545
(69,37,69)
#3B203A
(59,32,58)
#311B2F
(49,27,47)
#271624
(39,22,36)
#1D1119
(29,17,25)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #773E7C

#773E7C
(119,62,124)
#834F87
(131,79,135)
#8F6092
(143,96,146)
#9B719D
(155,113,157)
#A782A8
(167,130,168)
#B393B3
(179,147,179)
#BFA4BE
(191,164,190)
#CBB5C9
(203,181,201)
#D7C6D4
(215,198,212)
#E3D7DF
(227,215,223)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773E7C color. Also use rgb(119,62,124) instead hex code.

Text Font Color

.myTextColor { color: #773E7C; }

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

This text font color is #773E7C.

Background Color

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

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

This div background color is #773E7C.

Border color

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

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

This div border color is #773E7C.

Opacity

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

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

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

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

This text has shadow with #773E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773E7C.

Preview

Color preview on black background

This text has color #773E7C on black background.


Color preview on white background

This text has color #773E7C on white background.


Black color preview on #773E7C background

This text has black color on #773E7C background.


White color preview on #773E7C background

This text has white color on #773E7C background.


Related colors

Complementary color

Complementary color for #hex is #88C183.


I love getcolorcode.com

Triadic colors

1 #7C773E and #3E7C77 with #773E7C are triadic colors.

2 #7C3E77 and #3E777C with #773E7C are triadic colors.