COLOR #743E7A

HEX: #743E7A
RGB: (116,62,122)

Color info

#743E7A contains mainly red and blue colors. Web safe color of #743E7A is #663366 (or #636).

RGB color model

#743E7A color RGB value is (116,62,122).

  • red value is 116;
  • green value is 62;
  • blue value is 122.
RGB:
(116,62,122)
(45%,24%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 62 of 255 = 24%
B 122 of 255 = 48%

116
62
122

R + G + B ~ 39%. #743E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 62 + 122 = 300 (100%)
R 116 of 300 ~ 38.67%
G 62 of 300 ~ 20.67%
B 122 of 300 ~ 40.67%

%38.67
%20.67
%40.67

CMYK color model

#743E7A color CMYK value is (5,49,0,52).

  • cyan value is 4.92%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(5,49,0,52)
C5M49Y0K52 
(5%,49%,0%,52%)
(0.05/0.49/0.00/0.52)	

CMYK percentages

%4.92
%49.18
%0
%52.16

Codes

Color #743E7A in popluar color models

743E7A
RGB11662122
HSL294°32.61%36.08%
HSB/HSV294°49.18%47.84%
CMYK4.92%49.18%0.00%
52.16%

Color #743E7A in popluar number systems.

HEX743E7A
Decimal11662122
Binary11101001111101111010
Octal16476172

Shades and tints

Shades of #743E7A

#743E7A
(116,62,122)
#6A396F
(106,57,111)
#603464
(96,52,100)
#562F59
(86,47,89)
#4C2A4E
(76,42,78)
#422543
(66,37,67)
#382038
(56,32,56)
#2E1B2D
(46,27,45)
#241622
(36,22,34)
#1A1117
(26,17,23)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #743E7A

#743E7A
(116,62,122)
#804F86
(128,79,134)
#8C6092
(140,96,146)
#98719E
(152,113,158)
#A482AA
(164,130,170)
#B093B6
(176,147,182)
#BCA4C2
(188,164,194)
#C8B5CE
(200,181,206)
#D4C6DA
(212,198,218)
#E0D7E6
(224,215,230)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743E7A color. Also use rgb(116,62,122) instead hex code.

Text Font Color

.myTextColor { color: #743E7A; }

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

This text font color is #743E7A.


Background Color

.myBgColor { background-color: #743E7A; }

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

This div background color is #743E7A.


Border color

.myBorderColor { border: 1px solid #743E7A; }

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

This div border color is #743E7A.


Opacity

.myOpacity80 { color: #743E7A; opacity: 0.8; }

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

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

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

This text has shadow with #743E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743E7A on black background.


Color preview on white background

This text has color #743E7A on white background.



Black color preview on #743E7A background

This text has black color on #743E7A background.


White color preview on #743E7A background

This text has white color on #743E7A background.