COLOR #744773

HEX: #744773
RGB: (116,71,115)

Color info

#744773 contains red, green and blue colors in about the same proportion. Web safe color of #744773 is #663366 (or #636).

RGB color model

#744773 color RGB value is (116,71,115).

  • red value is 116;
  • green value is 71;
  • blue value is 115.
RGB:
(116,71,115)
(45%,28%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 71 of 255 = 28%
B 115 of 255 = 45%

116
71
115

R + G + B ~ 39%. #744773 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 71 + 115 = 302 (100%)
R 116 of 302 ~ 38.41%
G 71 of 302 ~ 23.51%
B 115 of 302 ~ 38.08%

%38.41
%23.51
%38.08

CMYK color model

#744773 color CMYK value is (0,39,1,55).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(0,39,1,55)
C0M39Y1K55 
(0%,39%,1%,55%)
(0.00/0.39/0.01/0.55)	

CMYK percentages

%0
%38.79
%0.86
%54.51

Codes

Color #744773 in popluar color models

744773
RGB11671115
HSL301°24.06%36.67%
HSB/HSV301°38.79%45.49%
CMYK0.00%38.79%0.86%
54.51%

Color #744773 in popluar number systems.

HEX744773
Decimal11671115
Binary111010010001111110011
Octal164107163

Shades and tints

Shades of #744773

#744773
(116,71,115)
#6A4169
(106,65,105)
#603B5F
(96,59,95)
#563555
(86,53,85)
#4C2F4B
(76,47,75)
#422941
(66,41,65)
#382337
(56,35,55)
#2E1D2D
(46,29,45)
#241723
(36,23,35)
#1A1119
(26,17,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #744773

#744773
(116,71,115)
#80577F
(128,87,127)
#8C678B
(140,103,139)
#987797
(152,119,151)
#A487A3
(164,135,163)
#B097AF
(176,151,175)
#BCA7BB
(188,167,187)
#C8B7C7
(200,183,199)
#D4C7D3
(212,199,211)
#E0D7DF
(224,215,223)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744773 color. Also use rgb(116,71,115) instead hex code.

Text Font Color

.myTextColor { color: #744773; }

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

This text font color is #744773.


Background Color

.myBgColor { background-color: #744773; }

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

This div background color is #744773.


Border color

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

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

This div border color is #744773.


Opacity

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

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

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

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

This text has shadow with #744773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744773 on black background.


Color preview on white background

This text has color #744773 on white background.



Black color preview on #744773 background

This text has black color on #744773 background.


White color preview on #744773 background

This text has white color on #744773 background.