COLOR #744B5A

HEX: #744B5A RGB: (116,75,90)

Color info

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

RGB color model

#744B5A color RGB value is (116,75,90).

RGB: (116,75,90) (45%, 29%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 90 of 255 = 35%

116
75
90

R + G + B ~ 36%. #744B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 75 + 90 = 281 (100%)
R 116 of 281 ~ 41.28%
G 75 of 281 ~ 26.69%
B 90 of 281 ~ 32.03'%

%41.28
%26.69
%32.03

CMYK color model

#744B5A color CMYK value is (0,35,22,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 22.41%
  • key color value is 54.51%

CMYK: (0,35,22,55)
C0M35Y22K55 (0%, 35%, 22%, 55%)
(0.00 / 0.35 / 0.22 / 0.55)

CMYK percentages

%0
%35.34
%22.41
%54.51

Codes

Color #744B5A in popluar color models

74 4B 5A
RGB 116 75 90
HSL 338° 21.47% 37.45%
HSB/HSV 338° 35.34% 45.49%
CMYK 0.00% 35.34% 22.41%
54.51%

Color #744B5A in popluar number systems.

HEX 74 4B 5A
Decimal 116 75 90
Binary 1110100 1001011 1011010
Octal 164 113 132

Shades and tints

Shades of #744B5A

#744B5A
(116,75,90)
#6A4552
(106,69,82)
#603F4A
(96,63,74)
#563942
(86,57,66)
#4C333A
(76,51,58)
#422D32
(66,45,50)
#38272A
(56,39,42)
#2E2122
(46,33,34)
#241B1A
(36,27,26)
#1A1512
(26,21,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #744B5A

#744B5A
(116,75,90)
#805B69
(128,91,105)
#8C6B78
(140,107,120)
#987B87
(152,123,135)
#A48B96
(164,139,150)
#B09BA5
(176,155,165)
#BCABB4
(188,171,180)
#C8BBC3
(200,187,195)
#D4CBD2
(212,203,210)
#E0DBE1
(224,219,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B5A; }

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

This text font color is #744B5A.

Background Color

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

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

This div background color is #744B5A.

Border color

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

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

This div border color is #744B5A.

Opacity

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

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

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

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

This text has shadow with #744B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744B5A.

Preview

Color preview on black background

This text has color #744B5A on black background.


Color preview on white background

This text has color #744B5A on white background.


Black color preview on #744B5A background

This text has black color on #744B5A background.


White color preview on #744B5A background

This text has white color on #744B5A background.


Related colors

Complementary color

Complementary color for #744B5A is #8BB4A5.


I love getcolorcode.com

Triadic colors

1 #5A744B and #4B5A74 with #744B5A are triadic colors.

2 #5A4B74 and #4B745A with #744B5A are triadic colors.