COLOR #743C77

HEX: #743C77
RGB: (116,60,119)

Color info

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

RGB color model

#743C77 color RGB value is (116,60,119).

  • red value is 116;
  • green value is 60;
  • blue value is 119.
RGB:
(116,60,119)
(45%,24%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 60 of 255 = 24%
B 119 of 255 = 47%

116
60
119

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

Portions of RGB colors in percentages

R + G + B =
116 + 60 + 119 = 295 (100%)
R 116 of 295 ~ 39.32%
G 60 of 295 ~ 20.34%
B 119 of 295 ~ 40.34%

%39.32
%20.34
%40.34

CMYK color model

#743C77 color CMYK value is (3,50,0,53).

  • cyan value is 2.52%
  • magenta value is 49.58%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(3,50,0,53)
C3M50Y0K53 
(3%,50%,0%,53%)
(0.03/0.50/0.00/0.53)	

CMYK percentages

%2.52
%49.58
%0
%53.33

Codes

Color #743C77 in popluar color models

743C77
RGB11660119
HSL297°32.96%35.10%
HSB/HSV297°49.58%46.67%
CMYK2.52%49.58%0.00%
53.33%

Color #743C77 in popluar number systems.

HEX743C77
Decimal11660119
Binary11101001111001110111
Octal16474167

Shades and tints

Shades of #743C77

#743C77
(116,60,119)
#6A376D
(106,55,109)
#603263
(96,50,99)
#562D59
(86,45,89)
#4C284F
(76,40,79)
#422345
(66,35,69)
#381E3B
(56,30,59)
#2E1931
(46,25,49)
#241427
(36,20,39)
#1A0F1D
(26,15,29)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #743C77

#743C77
(116,60,119)
#804D83
(128,77,131)
#8C5E8F
(140,94,143)
#986F9B
(152,111,155)
#A480A7
(164,128,167)
#B091B3
(176,145,179)
#BCA2BF
(188,162,191)
#C8B3CB
(200,179,203)
#D4C4D7
(212,196,215)
#E0D5E3
(224,213,227)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #743C77 color. Also use rgb(116,60,119) instead hex code.

Text Font Color

.myTextColor { color: #743C77; }

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

This text font color is #743C77.


Background Color

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

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

This div background color is #743C77.


Border color

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

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

This div border color is #743C77.


Opacity

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

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

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

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

This text has shadow with #743C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #743C77 on black background.


Color preview on white background

This text has color #743C77 on white background.



Black color preview on #743C77 background

This text has black color on #743C77 background.


White color preview on #743C77 background

This text has white color on #743C77 background.