COLOR #744464

HEX: #744464
RGB: (116,68,100)

Color info

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

RGB color model

#744464 color RGB value is (116,68,100).

  • red value is 116;
  • green value is 68;
  • blue value is 100.
RGB:
(116,68,100)
(45%,27%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 100 of 255 = 39%

116
68
100

R + G + B ~ 37%. #744464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 100 = 284 (100%)
R 116 of 284 ~ 40.85%
G 68 of 284 ~ 23.94%
B 100 of 284 ~ 35.21%

%40.85
%23.94
%35.21

CMYK color model

#744464 color CMYK value is (0,41,14,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,41,14,55)
C0M41Y14K55 
(0%,41%,14%,55%)
(0.00/0.41/0.14/0.55)	

CMYK percentages

%0
%41.38
%13.79
%54.51

Codes

Color #744464 in popluar color models

744464
RGB11668100
HSL320°26.09%36.08%
HSB/HSV320°41.38%45.49%
CMYK0.00%41.38%13.79%
54.51%

Color #744464 in popluar number systems.

HEX744464
Decimal11668100
Binary111010010001001100100
Octal164104144

Shades and tints

Shades of #744464

#744464
(116,68,100)
#6A3E5B
(106,62,91)
#603852
(96,56,82)
#563249
(86,50,73)
#4C2C40
(76,44,64)
#422637
(66,38,55)
#38202E
(56,32,46)
#2E1A25
(46,26,37)
#24141C
(36,20,28)
#1A0E13
(26,14,19)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #744464

#744464
(116,68,100)
#805572
(128,85,114)
#8C6680
(140,102,128)
#98778E
(152,119,142)
#A4889C
(164,136,156)
#B099AA
(176,153,170)
#BCAAB8
(188,170,184)
#C8BBC6
(200,187,198)
#D4CCD4
(212,204,212)
#E0DDE2
(224,221,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744464 color. Also use rgb(116,68,100) instead hex code.

Text Font Color

.myTextColor { color: #744464; }

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

This text font color is #744464.


Background Color

.myBgColor { background-color: #744464; }

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

This div background color is #744464.


Border color

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

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

This div border color is #744464.


Opacity

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

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

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

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

This text has shadow with #744464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744464 on black background.


Color preview on white background

This text has color #744464 on white background.



Black color preview on #744464 background

This text has black color on #744464 background.


White color preview on #744464 background

This text has white color on #744464 background.