COLOR #773B6A

HEX: #773B6A
RGB: (119,59,106)

Color info

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

RGB color model

#773B6A color RGB value is (119,59,106).

  • red value is 119;
  • green value is 59;
  • blue value is 106.
RGB:
(119,59,106)
(47%,23%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 59 of 255 = 23%
B 106 of 255 = 42%

119
59
106

R + G + B ~ 37%. #773B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 59 + 106 = 284 (100%)
R 119 of 284 ~ 41.9%
G 59 of 284 ~ 20.77%
B 106 of 284 ~ 37.32%

%41.9
%20.77
%37.32

CMYK color model

#773B6A color CMYK value is (0,50,11,53).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(0,50,11,53)
C0M50Y11K53 
(0%,50%,11%,53%)
(0.00/0.50/0.11/0.53)	

CMYK percentages

%0
%50.42
%10.92
%53.33

Codes

Color #773B6A in popluar color models

773B6A
RGB11959106
HSL313°33.71%34.90%
HSB/HSV313°50.42%46.67%
CMYK0.00%50.42%10.92%
53.33%

Color #773B6A in popluar number systems.

HEX773B6A
Decimal11959106
Binary11101111110111101010
Octal16773152

Shades and tints

Shades of #773B6A

#773B6A
(119,59,106)
#6D3661
(109,54,97)
#633158
(99,49,88)
#592C4F
(89,44,79)
#4F2746
(79,39,70)
#45223D
(69,34,61)
#3B1D34
(59,29,52)
#31182B
(49,24,43)
#271322
(39,19,34)
#1D0E19
(29,14,25)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #773B6A

#773B6A
(119,59,106)
#834C77
(131,76,119)
#8F5D84
(143,93,132)
#9B6E91
(155,110,145)
#A77F9E
(167,127,158)
#B390AB
(179,144,171)
#BFA1B8
(191,161,184)
#CBB2C5
(203,178,197)
#D7C3D2
(215,195,210)
#E3D4DF
(227,212,223)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773B6A color. Also use rgb(119,59,106) instead hex code.

Text Font Color

.myTextColor { color: #773B6A; }

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

This text font color is #773B6A.


Background Color

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

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

This div background color is #773B6A.


Border color

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

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

This div border color is #773B6A.


Opacity

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

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

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

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

This text has shadow with #773B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773B6A on black background.


Color preview on white background

This text has color #773B6A on white background.



Black color preview on #773B6A background

This text has black color on #773B6A background.


White color preview on #773B6A background

This text has white color on #773B6A background.