COLOR #744C7B

HEX: #744C7B RGB: (116,76,123)

Color info

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

RGB color model

#744C7B color RGB value is (116,76,123).

RGB: (116,76,123) (45%, 30%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 76 of 255 = 30%
B 123 of 255 = 48%

116
76
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 76 + 123 = 315 (100%)
R 116 of 315 ~ 36.83%
G 76 of 315 ~ 24.13%
B 123 of 315 ~ 39.05'%

%36.83
%24.13
%39.05

CMYK color model

#744C7B color CMYK value is (6,38,0,52).

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

CMYK: (6,38,0,52)
C6M38Y0K52 (6%, 38%, 0%, 52%)
(0.06 / 0.38 / 0.00 / 0.52)

CMYK percentages

%5.69
%38.21
%0
%51.76

Codes

Color #744C7B in popluar color models

74 4C 7B
RGB 116 76 123
HSL 291° 23.62% 39.02%
HSB/HSV 291° 38.21% 48.24%
CMYK 5.69% 38.21% 0.00%
51.76%

Color #744C7B in popluar number systems.

HEX 74 4C 7B
Decimal 116 76 123
Binary 1110100 1001100 1111011
Octal 164 114 173

Shades and tints

Shades of #744C7B

#744C7B
(116,76,123)
#6A4670
(106,70,112)
#604065
(96,64,101)
#563A5A
(86,58,90)
#4C344F
(76,52,79)
#422E44
(66,46,68)
#382839
(56,40,57)
#2E222E
(46,34,46)
#241C23
(36,28,35)
#1A1618
(26,22,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #744C7B

#744C7B
(116,76,123)
#805C87
(128,92,135)
#8C6C93
(140,108,147)
#987C9F
(152,124,159)
#A48CAB
(164,140,171)
#B09CB7
(176,156,183)
#BCACC3
(188,172,195)
#C8BCCF
(200,188,207)
#D4CCDB
(212,204,219)
#E0DCE7
(224,220,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744C7B; }

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

This text font color is #744C7B.

Background Color

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

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

This div background color is #744C7B.

Border color

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

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

This div border color is #744C7B.

Opacity

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

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

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

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

This text has shadow with #744C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744C7B.

Preview

Color preview on black background

This text has color #744C7B on black background.


Color preview on white background

This text has color #744C7B on white background.


Black color preview on #744C7B background

This text has black color on #744C7B background.


White color preview on #744C7B background

This text has white color on #744C7B background.


Related colors

Complementary color

Complementary color for #hex is #8BB384.


I love getcolorcode.com

Triadic colors

1 #7B744C and #4C7B74 with #744C7B are triadic colors.

2 #7B4C74 and #4C747B with #744C7B are triadic colors.