COLOR #744C64

HEX: #744C64
RGB: (116,76,100)

Color info

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

RGB color model

#744C64 color RGB value is (116,76,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 76 of 255 = 30%
B 100 of 255 = 39%

116
76
100

R + G + B ~ 38%. #744C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 76 + 100 = 292 (100%)
R 116 of 292 ~ 39.73%
G 76 of 292 ~ 26.03%
B 100 of 292 ~ 34.25%

%39.73
%26.03
%34.25

CMYK color model

#744C64 color CMYK value is (0,34,14,55).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,34,14,55)
C0M34Y14K55 
(0%,34%,14%,55%)
(0.00/0.34/0.14/0.55)	

CMYK percentages

%0
%34.48
%13.79
%54.51

Codes

Color #744C64 in popluar color models

744C64
RGB11676100
HSL324°20.83%37.65%
HSB/HSV324°34.48%45.49%
CMYK0.00%34.48%13.79%
54.51%

Color #744C64 in popluar number systems.

HEX744C64
Decimal11676100
Binary111010010011001100100
Octal164114144

Shades and tints

Shades of #744C64

#744C64
(116,76,100)
#6A465B
(106,70,91)
#604052
(96,64,82)
#563A49
(86,58,73)
#4C3440
(76,52,64)
#422E37
(66,46,55)
#38282E
(56,40,46)
#2E2225
(46,34,37)
#241C1C
(36,28,28)
#1A1613
(26,22,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #744C64

#744C64
(116,76,100)
#805C72
(128,92,114)
#8C6C80
(140,108,128)
#987C8E
(152,124,142)
#A48C9C
(164,140,156)
#B09CAA
(176,156,170)
#BCACB8
(188,172,184)
#C8BCC6
(200,188,198)
#D4CCD4
(212,204,212)
#E0DCE2
(224,220,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744C64; }

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

This text font color is #744C64.


Background Color

.myBgColor { background-color: #744C64; }

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

This div background color is #744C64.


Border color

.myBorderColor { border: 1px solid #744C64; }

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

This div border color is #744C64.


Opacity

.myOpacity80 { color: #744C64; opacity: 0.8; }

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

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

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

This text has shadow with #744C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744C64 on black background.


Color preview on white background

This text has color #744C64 on white background.



Black color preview on #744C64 background

This text has black color on #744C64 background.


White color preview on #744C64 background

This text has white color on #744C64 background.