COLOR #742C4E

HEX: #742C4E
RGB: (116,44,78)

Color info

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

RGB color model

#742C4E color RGB value is (116,44,78).

  • red value is 116;
  • green value is 44;
  • blue value is 78.
RGB:
(116,44,78)
(45%,17%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 44 of 255 = 17%
B 78 of 255 = 31%

116
44
78

R + G + B ~ 31%. #742C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 44 + 78 = 238 (100%)
R 116 of 238 ~ 48.74%
G 44 of 238 ~ 18.49%
B 78 of 238 ~ 32.77%

%48.74
%18.49
%32.77

CMYK color model

#742C4E color CMYK value is (0,62,33,55).

  • cyan value is 0.00%
  • magenta value is 62.07%
  • yellow value is 32.76%
  • key color value is 54.51%
CMYK:
(0,62,33,55)
C0M62Y33K55 
(0%,62%,33%,55%)
(0.00/0.62/0.33/0.55)	

CMYK percentages

%0
%62.07
%32.76
%54.51

Codes

Color #742C4E in popluar color models

742C4E
RGB1164478
HSL332°45.00%31.37%
HSB/HSV332°62.07%45.49%
CMYK0.00%62.07%32.76%
54.51%

Color #742C4E in popluar number systems.

HEX742C4E
Decimal1164478
Binary11101001011001001110
Octal16454116

Shades and tints

Shades of #742C4E

#742C4E
(116,44,78)
#6A2847
(106,40,71)
#602440
(96,36,64)
#562039
(86,32,57)
#4C1C32
(76,28,50)
#42182B
(66,24,43)
#381424
(56,20,36)
#2E101D
(46,16,29)
#240C16
(36,12,22)
#1A080F
(26,8,15)
#100408
(16,4,8)
#000000
(0,0,0)

Tints of #742C4E

#742C4E
(116,44,78)
#803F5E
(128,63,94)
#8C526E
(140,82,110)
#98657E
(152,101,126)
#A4788E
(164,120,142)
#B08B9E
(176,139,158)
#BC9EAE
(188,158,174)
#C8B1BE
(200,177,190)
#D4C4CE
(212,196,206)
#E0D7DE
(224,215,222)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742C4E color. Also use rgb(116,44,78) instead hex code.

Text Font Color

.myTextColor { color: #742C4E; }

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

This text font color is #742C4E.


Background Color

.myBgColor { background-color: #742C4E; }

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

This div background color is #742C4E.


Border color

.myBorderColor { border: 1px solid #742C4E; }

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

This div border color is #742C4E.


Opacity

.myOpacity80 { color: #742C4E; opacity: 0.8; }

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

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

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

This text has shadow with #742C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #742C4E on black background.


Color preview on white background

This text has color #742C4E on white background.



Black color preview on #742C4E background

This text has black color on #742C4E background.


White color preview on #742C4E background

This text has white color on #742C4E background.