COLOR #773C8B

HEX: #773C8B RGB: (119,60,139)

Color info

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

RGB color model

#773C8B color RGB value is (119,60,139).

RGB: (119,60,139) (47%, 24%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 139 of 255 = 55%

119
60
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 60 + 139 = 318 (100%)
R 119 of 318 ~ 37.42%
G 60 of 318 ~ 18.87%
B 139 of 318 ~ 43.71'%

%37.42
%18.87
%43.71

CMYK color model

#773C8B color CMYK value is (14,57,0,45).

  • cyan value is 14.39%
  • magenta value is 56.83%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (14,57,0,45) C14M57Y0K45 (14%,57%,0%,45%) (0.14/0.57/0.00/0.45) 

CMYK percentages

%14.39
%56.83
%0
%45.49

Codes

Color #773C8B in popluar color models

77 3C 8B
RGB 119 60 139
HSL 285° 39.70% 39.02%
HSB/HSV 285° 56.83% 54.51%
CMYK 14.39% 56.83% 0.00%
45.49%

Color #773C8B in popluar number systems.

HEX 77 3C 8B
Decimal 119 60 139
Binary 1110111 111100 10001011
Octal 167 74 213

Shades and tints

Shades of #773C8B

#773C8B
(119,60,139)
#6D377F
(109,55,127)
#633273
(99,50,115)
#592D67
(89,45,103)
#4F285B
(79,40,91)
#45234F
(69,35,79)
#3B1E43
(59,30,67)
#311937
(49,25,55)
#27142B
(39,20,43)
#1D0F1F
(29,15,31)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #773C8B

#773C8B
(119,60,139)
#834D95
(131,77,149)
#8F5E9F
(143,94,159)
#9B6FA9
(155,111,169)
#A780B3
(167,128,179)
#B391BD
(179,145,189)
#BFA2C7
(191,162,199)
#CBB3D1
(203,179,209)
#D7C4DB
(215,196,219)
#E3D5E5
(227,213,229)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C8B; }

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

This text font color is #773C8B.

Background Color

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

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

This div background color is #773C8B.

Border color

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

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

This div border color is #773C8B.

Opacity

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

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

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

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

This text has shadow with #773C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773C8B.

Preview

Color preview on black background

This text has color #773C8B on black background.


Color preview on white background

This text has color #773C8B on white background.


Black color preview on #773C8B background

This text has black color on #773C8B background.


White color preview on #773C8B background

This text has white color on #773C8B background.


Related colors

Complementary color

Complementary color for #hex is #88C374.


I love getcolorcode.com

Triadic colors

1 #8B773C and #3C8B77 with #773C8B are triadic colors.

2 #8B3C77 and #3C778B with #773C8B are triadic colors.