COLOR #773465

HEX: #773465
RGB: (119,52,101)

Color info

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

RGB color model

#773465 color RGB value is (119,52,101).

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

RGB channels and saturation

R 119 of 255 = 47%
G 52 of 255 = 20%
B 101 of 255 = 40%

119
52
101

R + G + B ~ 36%. #773465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 52 + 101 = 272 (100%)
R 119 of 272 ~ 43.75%
G 52 of 272 ~ 19.12%
B 101 of 272 ~ 37.13%

%43.75
%19.12
%37.13

CMYK color model

#773465 color CMYK value is (0,56,15,53).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(0,56,15,53)
C0M56Y15K53 
(0%,56%,15%,53%)
(0.00/0.56/0.15/0.53)	

CMYK percentages

%0
%56.3
%15.13
%53.33

Codes

Color #773465 in popluar color models

773465
RGB11952101
HSL316°39.18%33.53%
HSB/HSV316°56.30%46.67%
CMYK0.00%56.30%15.13%
53.33%

Color #773465 in popluar number systems.

HEX773465
Decimal11952101
Binary11101111101001100101
Octal16764145

Shades and tints

Shades of #773465

#773465
(119,52,101)
#6D305C
(109,48,92)
#632C53
(99,44,83)
#59284A
(89,40,74)
#4F2441
(79,36,65)
#452038
(69,32,56)
#3B1C2F
(59,28,47)
#311826
(49,24,38)
#27141D
(39,20,29)
#1D1014
(29,16,20)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #773465

#773465
(119,52,101)
#834673
(131,70,115)
#8F5881
(143,88,129)
#9B6A8F
(155,106,143)
#A77C9D
(167,124,157)
#B38EAB
(179,142,171)
#BFA0B9
(191,160,185)
#CBB2C7
(203,178,199)
#D7C4D5
(215,196,213)
#E3D6E3
(227,214,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773465; }

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

This text font color is #773465.


Background Color

.myBgColor { background-color: #773465; }

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

This div background color is #773465.


Border color

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

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

This div border color is #773465.


Opacity

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

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

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

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

This text has shadow with #773465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773465 on black background.


Color preview on white background

This text has color #773465 on white background.



Black color preview on #773465 background

This text has black color on #773465 background.


White color preview on #773465 background

This text has white color on #773465 background.