COLOR #773679

HEX: #773679
RGB: (119,54,121)

Color info

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

RGB color model

#773679 color RGB value is (119,54,121).

  • red value is 119;
  • green value is 54;
  • blue value is 121.
RGB:
(119,54,121)
(47%,21%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 54 of 255 = 21%
B 121 of 255 = 47%

119
54
121

R + G + B ~ 38%. #773679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 54 + 121 = 294 (100%)
R 119 of 294 ~ 40.48%
G 54 of 294 ~ 18.37%
B 121 of 294 ~ 41.16%

%40.48
%18.37
%41.16

CMYK color model

#773679 color CMYK value is (2,55,0,53).

  • cyan value is 1.65%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(2,55,0,53)
C2M55Y0K53 
(2%,55%,0%,53%)
(0.02/0.55/0.00/0.53)	

CMYK percentages

%1.65
%55.37
%0
%52.55

Codes

Color #773679 in popluar color models

773679
RGB11954121
HSL298°38.29%34.31%
HSB/HSV298°55.37%47.45%
CMYK1.65%55.37%0.00%
52.55%

Color #773679 in popluar number systems.

HEX773679
Decimal11954121
Binary11101111101101111001
Octal16766171

Shades and tints

Shades of #773679

#773679
(119,54,121)
#6D326E
(109,50,110)
#632E63
(99,46,99)
#592A58
(89,42,88)
#4F264D
(79,38,77)
#452242
(69,34,66)
#3B1E37
(59,30,55)
#311A2C
(49,26,44)
#271621
(39,22,33)
#1D1216
(29,18,22)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #773679

#773679
(119,54,121)
#834885
(131,72,133)
#8F5A91
(143,90,145)
#9B6C9D
(155,108,157)
#A77EA9
(167,126,169)
#B390B5
(179,144,181)
#BFA2C1
(191,162,193)
#CBB4CD
(203,180,205)
#D7C6D9
(215,198,217)
#E3D8E5
(227,216,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773679 color. Also use rgb(119,54,121) instead hex code.

Text Font Color

.myTextColor { color: #773679; }

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

This text font color is #773679.


Background Color

.myBgColor { background-color: #773679; }

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

This div background color is #773679.


Border color

.myBorderColor { border: 1px solid #773679; }

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

This div border color is #773679.


Opacity

.myOpacity80 { color: #773679; opacity: 0.8; }

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

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

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

This text has shadow with #773679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773679 on black background.


Color preview on white background

This text has color #773679 on white background.



Black color preview on #773679 background

This text has black color on #773679 background.


White color preview on #773679 background

This text has white color on #773679 background.