COLOR #744B69

HEX: #744B69
RGB: (116,75,105)

Color info

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

RGB color model

#744B69 color RGB value is (116,75,105).

  • red value is 116;
  • green value is 75;
  • blue value is 105.
RGB:
(116,75,105)
(45%,29%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 105 of 255 = 41%

116
75
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 105 = 296 (100%)
R 116 of 296 ~ 39.19%
G 75 of 296 ~ 25.34%
B 105 of 296 ~ 35.47%

%39.19
%25.34
%35.47

CMYK color model

#744B69 color CMYK value is (0,35,9,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(0,35,9,55)
C0M35Y9K55 
(0%,35%,9%,55%)
(0.00/0.35/0.09/0.55)	

CMYK percentages

%0
%35.34
%9.48
%54.51

Codes

Color #744B69 in popluar color models

744B69
RGB11675105
HSL316°21.47%37.45%
HSB/HSV316°35.34%45.49%
CMYK0.00%35.34%9.48%
54.51%

Color #744B69 in popluar number systems.

HEX744B69
Decimal11675105
Binary111010010010111101001
Octal164113151

Shades and tints

Shades of #744B69

#744B69
(116,75,105)
#6A4560
(106,69,96)
#603F57
(96,63,87)
#56394E
(86,57,78)
#4C3345
(76,51,69)
#422D3C
(66,45,60)
#382733
(56,39,51)
#2E212A
(46,33,42)
#241B21
(36,27,33)
#1A1518
(26,21,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #744B69

#744B69
(116,75,105)
#805B76
(128,91,118)
#8C6B83
(140,107,131)
#987B90
(152,123,144)
#A48B9D
(164,139,157)
#B09BAA
(176,155,170)
#BCABB7
(188,171,183)
#C8BBC4
(200,187,196)
#D4CBD1
(212,203,209)
#E0DBDE
(224,219,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744B69 color. Also use rgb(116,75,105) instead hex code.

Text Font Color

.myTextColor { color: #744B69; }

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

This text font color is #744B69.


Background Color

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

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

This div background color is #744B69.


Border color

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

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

This div border color is #744B69.


Opacity

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

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

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

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

This text has shadow with #744B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B69 on black background.


Color preview on white background

This text has color #744B69 on white background.



Black color preview on #744B69 background

This text has black color on #744B69 background.


White color preview on #744B69 background

This text has white color on #744B69 background.