COLOR #744A7B

HEX: #744A7B RGB: (116,74,123)

Color info

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

RGB color model

#744A7B color RGB value is (116,74,123).

RGB: (116,74,123) (45%, 29%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 123 of 255 = 48%

116
74
123

R + G + B ~ 41%. #744A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 74 + 123 = 313 (100%)
R 116 of 313 ~ 37.06%
G 74 of 313 ~ 23.64%
B 123 of 313 ~ 39.3'%

%37.06
%23.64
%39.3

CMYK color model

#744A7B color CMYK value is (6,40,0,52).

  • cyan value is 5.69%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (6,40,0,52)
C6M40Y0K52 (6%, 40%, 0%, 52%)
(0.06 / 0.40 / 0.00 / 0.52)

CMYK percentages

%5.69
%39.84
%0
%51.76

Codes

Color #744A7B in popluar color models

74 4A 7B
RGB 116 74 123
HSL 291° 24.87% 38.63%
HSB/HSV 291° 39.84% 48.24%
CMYK 5.69% 39.84% 0.00%
51.76%

Color #744A7B in popluar number systems.

HEX 74 4A 7B
Decimal 116 74 123
Binary 1110100 1001010 1111011
Octal 164 112 173

Shades and tints

Shades of #744A7B

#744A7B
(116,74,123)
#6A4470
(106,68,112)
#603E65
(96,62,101)
#56385A
(86,56,90)
#4C324F
(76,50,79)
#422C44
(66,44,68)
#382639
(56,38,57)
#2E202E
(46,32,46)
#241A23
(36,26,35)
#1A1418
(26,20,24)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #744A7B

#744A7B
(116,74,123)
#805A87
(128,90,135)
#8C6A93
(140,106,147)
#987A9F
(152,122,159)
#A48AAB
(164,138,171)
#B09AB7
(176,154,183)
#BCAAC3
(188,170,195)
#C8BACF
(200,186,207)
#D4CADB
(212,202,219)
#E0DAE7
(224,218,231)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744A7B color. Also use rgb(116,74,123) instead hex code.

Text Font Color

.myTextColor { color: #744A7B; }

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

This text font color is #744A7B.

Background Color

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

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

This div background color is #744A7B.

Border color

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

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

This div border color is #744A7B.

Opacity

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

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

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

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

This text has shadow with #744A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744A7B.

Preview

Color preview on black background

This text has color #744A7B on black background.


Color preview on white background

This text has color #744A7B on white background.


Black color preview on #744A7B background

This text has black color on #744A7B background.


White color preview on #744A7B background

This text has white color on #744A7B background.


Related colors

Complementary color

Complementary color for #hex is #8BB584.


I love getcolorcode.com

Triadic colors

1 #7B744A and #4A7B74 with #744A7B are triadic colors.

2 #7B4A74 and #4A747B with #744A7B are triadic colors.