COLOR #773A7B

HEX: #773A7B
RGB: (119,58,123)

Color info

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

RGB color model

#773A7B color RGB value is (119,58,123).

  • red value is 119;
  • green value is 58;
  • blue value is 123.
RGB:
(119,58,123)
(47%,23%,48%)

RGB channels and saturation

R 119 of 255 = 47%
G 58 of 255 = 23%
B 123 of 255 = 48%

119
58
123

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

Portions of RGB colors in percentages

R + G + B =
119 + 58 + 123 = 300 (100%)
R 119 of 300 ~ 39.67%
G 58 of 300 ~ 19.33%
B 123 of 300 ~ 41%

%39.67
%19.33
%41

CMYK color model

#773A7B color CMYK value is (3,53,0,52).

  • cyan value is 3.25%
  • magenta value is 52.85%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(3,53,0,52)
C3M53Y0K52 
(3%,53%,0%,52%)
(0.03/0.53/0.00/0.52)	

CMYK percentages

%3.25
%52.85
%0
%51.76

Codes

Color #773A7B in popluar color models

773A7B
RGB11958123
HSL296°35.91%35.49%
HSB/HSV296°52.85%48.24%
CMYK3.25%52.85%0.00%
51.76%

Color #773A7B in popluar number systems.

HEX773A7B
Decimal11958123
Binary11101111110101111011
Octal16772173

Shades and tints

Shades of #773A7B

#773A7B
(119,58,123)
#6D3570
(109,53,112)
#633065
(99,48,101)
#592B5A
(89,43,90)
#4F264F
(79,38,79)
#452144
(69,33,68)
#3B1C39
(59,28,57)
#31172E
(49,23,46)
#271223
(39,18,35)
#1D0D18
(29,13,24)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #773A7B

#773A7B
(119,58,123)
#834B87
(131,75,135)
#8F5C93
(143,92,147)
#9B6D9F
(155,109,159)
#A77EAB
(167,126,171)
#B38FB7
(179,143,183)
#BFA0C3
(191,160,195)
#CBB1CF
(203,177,207)
#D7C2DB
(215,194,219)
#E3D3E7
(227,211,231)
#EFE4F3
(239,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773A7B color. Also use rgb(119,58,123) instead hex code.

Text Font Color

.myTextColor { color: #773A7B; }

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

This text font color is #773A7B.


Background Color

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

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

This div background color is #773A7B.


Border color

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

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

This div border color is #773A7B.


Opacity

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

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

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

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

This text has shadow with #773A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773A7B on black background.


Color preview on white background

This text has color #773A7B on white background.



Black color preview on #773A7B background

This text has black color on #773A7B background.


White color preview on #773A7B background

This text has white color on #773A7B background.