COLOR #744873

HEX: #744873
RGB: (116,72,115)

Color info

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

RGB color model

#744873 color RGB value is (116,72,115).

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

RGB channels and saturation

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

116
72
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 115 = 303 (100%)
R 116 of 303 ~ 38.28%
G 72 of 303 ~ 23.76%
B 115 of 303 ~ 37.95%

%38.28
%23.76
%37.95

CMYK color model

#744873 color CMYK value is (0,38,1,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(0,38,1,55)
C0M38Y1K55 
(0%,38%,1%,55%)
(0.00/0.38/0.01/0.55)	

CMYK percentages

%0
%37.93
%0.86
%54.51

Codes

Color #744873 in popluar color models

744873
RGB11672115
HSL301°23.40%36.86%
HSB/HSV301°37.93%45.49%
CMYK0.00%37.93%0.86%
54.51%

Color #744873 in popluar number systems.

HEX744873
Decimal11672115
Binary111010010010001110011
Octal164110163

Shades and tints

Shades of #744873

#744873
(116,72,115)
#6A4269
(106,66,105)
#603C5F
(96,60,95)
#563655
(86,54,85)
#4C304B
(76,48,75)
#422A41
(66,42,65)
#382437
(56,36,55)
#2E1E2D
(46,30,45)
#241823
(36,24,35)
#1A1219
(26,18,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #744873

#744873
(116,72,115)
#80587F
(128,88,127)
#8C688B
(140,104,139)
#987897
(152,120,151)
#A488A3
(164,136,163)
#B098AF
(176,152,175)
#BCA8BB
(188,168,187)
#C8B8C7
(200,184,199)
#D4C8D3
(212,200,211)
#E0D8DF
(224,216,223)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744873; }

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

This text font color is #744873.


Background Color

.myBgColor { background-color: #744873; }

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

This div background color is #744873.


Border color

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

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

This div border color is #744873.


Opacity

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

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

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

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

This text has shadow with #744873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744873 on black background.


Color preview on white background

This text has color #744873 on white background.



Black color preview on #744873 background

This text has black color on #744873 background.


White color preview on #744873 background

This text has white color on #744873 background.