COLOR #773159

HEX: #773159
RGB: (119,49,89)

Color info

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

RGB color model

#773159 color RGB value is (119,49,89).

  • red value is 119;
  • green value is 49;
  • blue value is 89.
RGB:
(119,49,89)
(47%,19%,35%)

RGB channels and saturation

R 119 of 255 = 47%
G 49 of 255 = 19%
B 89 of 255 = 35%

119
49
89

R + G + B ~ 34%. #773159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 49 + 89 = 257 (100%)
R 119 of 257 ~ 46.3%
G 49 of 257 ~ 19.07%
B 89 of 257 ~ 34.63%

%46.3
%19.07
%34.63

CMYK color model

#773159 color CMYK value is (0,59,25,53).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(0,59,25,53)
C0M59Y25K53 
(0%,59%,25%,53%)
(0.00/0.59/0.25/0.53)	

CMYK percentages

%0
%58.82
%25.21
%53.33

Codes

Color #773159 in popluar color models

773159
RGB1194989
HSL326°41.67%32.94%
HSB/HSV326°58.82%46.67%
CMYK0.00%58.82%25.21%
53.33%

Color #773159 in popluar number systems.

HEX773159
Decimal1194989
Binary11101111100011011001
Octal16761131

Shades and tints

Shades of #773159

#773159
(119,49,89)
#6D2D51
(109,45,81)
#632949
(99,41,73)
#592541
(89,37,65)
#4F2139
(79,33,57)
#451D31
(69,29,49)
#3B1929
(59,25,41)
#311521
(49,21,33)
#271119
(39,17,25)
#1D0D11
(29,13,17)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #773159

#773159
(119,49,89)
#834368
(131,67,104)
#8F5577
(143,85,119)
#9B6786
(155,103,134)
#A77995
(167,121,149)
#B38BA4
(179,139,164)
#BF9DB3
(191,157,179)
#CBAFC2
(203,175,194)
#D7C1D1
(215,193,209)
#E3D3E0
(227,211,224)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773159 color. Also use rgb(119,49,89) instead hex code.

Text Font Color

.myTextColor { color: #773159; }

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

This text font color is #773159.


Background Color

.myBgColor { background-color: #773159; }

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

This div background color is #773159.


Border color

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

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

This div border color is #773159.


Opacity

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

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

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

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

This text has shadow with #773159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773159 on black background.


Color preview on white background

This text has color #773159 on white background.



Black color preview on #773159 background

This text has black color on #773159 background.


White color preview on #773159 background

This text has white color on #773159 background.