COLOR #744974

HEX: #744974
RGB: (116,73,116)

Color info

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

RGB color model

#744974 color RGB value is (116,73,116).

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

RGB channels and saturation

R 116 of 255 = 45%
G 73 of 255 = 29%
B 116 of 255 = 45%

116
73
116

R + G + B ~ 40%. #744974 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 73 + 116 = 305 (100%)
R 116 of 305 ~ 38.03%
G 73 of 305 ~ 23.93%
B 116 of 305 ~ 38.03%

%38.03
%23.93
%38.03

CMYK color model

#744974 color CMYK value is (0,37,0,55).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(0,37,0,55)
C0M37Y0K55 
(0%,37%,0%,55%)
(0.00/0.37/0.00/0.55)	

CMYK percentages

%0
%37.07
%0
%54.51

Codes

Color #744974 in popluar color models

744974
RGB11673116
HSL300°22.75%37.06%
HSB/HSV300°37.07%45.49%
CMYK0.00%37.07%0.00%
54.51%

Color #744974 in popluar number systems.

HEX744974
Decimal11673116
Binary111010010010011110100
Octal164111164

Shades and tints

Shades of #744974

#744974
(116,73,116)
#6A436A
(106,67,106)
#603D60
(96,61,96)
#563756
(86,55,86)
#4C314C
(76,49,76)
#422B42
(66,43,66)
#382538
(56,37,56)
#2E1F2E
(46,31,46)
#241924
(36,25,36)
#1A131A
(26,19,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #744974

#744974
(116,73,116)
#805980
(128,89,128)
#8C698C
(140,105,140)
#987998
(152,121,152)
#A489A4
(164,137,164)
#B099B0
(176,153,176)
#BCA9BC
(188,169,188)
#C8B9C8
(200,185,200)
#D4C9D4
(212,201,212)
#E0D9E0
(224,217,224)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744974 color. Also use rgb(116,73,116) instead hex code.

Text Font Color

.myTextColor { color: #744974; }

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

This text font color is #744974.


Background Color

.myBgColor { background-color: #744974; }

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

This div background color is #744974.


Border color

.myBorderColor { border: 1px solid #744974; }

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

This div border color is #744974.


Opacity

.myOpacity80 { color: #744974; opacity: 0.8; }

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

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

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

This text has shadow with #744974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744974 on black background.


Color preview on white background

This text has color #744974 on white background.



Black color preview on #744974 background

This text has black color on #744974 background.


White color preview on #744974 background

This text has white color on #744974 background.