COLOR #773461

HEX: #773461
RGB: (119,52,97)

Color info

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

RGB color model

#773461 color RGB value is (119,52,97).

  • red value is 119;
  • green value is 52;
  • blue value is 97.
RGB:
(119,52,97)
(47%,20%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 52 of 255 = 20%
B 97 of 255 = 38%

119
52
97

R + G + B ~ 35%. #773461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 52 + 97 = 268 (100%)
R 119 of 268 ~ 44.4%
G 52 of 268 ~ 19.4%
B 97 of 268 ~ 36.19%

%44.4
%19.4
%36.19

CMYK color model

#773461 color CMYK value is (0,56,18,53).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(0,56,18,53)
C0M56Y18K53 
(0%,56%,18%,53%)
(0.00/0.56/0.18/0.53)	

CMYK percentages

%0
%56.3
%18.49
%53.33

Codes

Color #773461 in popluar color models

773461
RGB1195297
HSL320°39.18%33.53%
HSB/HSV320°56.30%46.67%
CMYK0.00%56.30%18.49%
53.33%

Color #773461 in popluar number systems.

HEX773461
Decimal1195297
Binary11101111101001100001
Octal16764141

Shades and tints

Shades of #773461

#773461
(119,52,97)
#6D3059
(109,48,89)
#632C51
(99,44,81)
#592849
(89,40,73)
#4F2441
(79,36,65)
#452039
(69,32,57)
#3B1C31
(59,28,49)
#311829
(49,24,41)
#271421
(39,20,33)
#1D1019
(29,16,25)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #773461

#773461
(119,52,97)
#83466F
(131,70,111)
#8F587D
(143,88,125)
#9B6A8B
(155,106,139)
#A77C99
(167,124,153)
#B38EA7
(179,142,167)
#BFA0B5
(191,160,181)
#CBB2C3
(203,178,195)
#D7C4D1
(215,196,209)
#E3D6DF
(227,214,223)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773461 color. Also use rgb(119,52,97) instead hex code.

Text Font Color

.myTextColor { color: #773461; }

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

This text font color is #773461.


Background Color

.myBgColor { background-color: #773461; }

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

This div background color is #773461.


Border color

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

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

This div border color is #773461.


Opacity

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

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

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

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

This text has shadow with #773461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773461 on black background.


Color preview on white background

This text has color #773461 on white background.



Black color preview on #773461 background

This text has black color on #773461 background.


White color preview on #773461 background

This text has white color on #773461 background.