COLOR #742A55

HEX: #742A55 RGB: (116,42,85)

Color info

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

RGB color model

#742A55 color RGB value is (116,42,85).

RGB: (116,42,85) (45%, 16%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 42 of 255 = 16%
B 85 of 255 = 33%

116
42
85

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

Portions of RGB colors in percentages

R + G + B = 116 + 42 + 85 = 243 (100%)
R 116 of 243 ~ 47.74%
G 42 of 243 ~ 17.28%
B 85 of 243 ~ 34.98'%

%47.74
%17.28
%34.98

CMYK color model

#742A55 color CMYK value is (0,64,27,55).

  • cyan value is 0.00%
  • magenta value is 63.79%
  • yellow value is 26.72%
  • key color value is 54.51%

CMYK: (0,64,27,55)
C0M64Y27K55 (0%, 64%, 27%, 55%)
(0.00 / 0.64 / 0.27 / 0.55)

CMYK percentages

%0
%63.79
%26.72
%54.51

Codes

Color #742A55 in popluar color models

74 2A 55
RGB 116 42 85
HSL 325° 46.84% 30.98%
HSB/HSV 325° 63.79% 45.49%
CMYK 0.00% 63.79% 26.72%
54.51%

Color #742A55 in popluar number systems.

HEX 74 2A 55
Decimal 116 42 85
Binary 1110100 101010 1010101
Octal 164 52 125

Shades and tints

Shades of #742A55

#742A55
(116,42,85)
#6A274E
(106,39,78)
#602447
(96,36,71)
#562140
(86,33,64)
#4C1E39
(76,30,57)
#421B32
(66,27,50)
#38182B
(56,24,43)
#2E1524
(46,21,36)
#24121D
(36,18,29)
#1A0F16
(26,15,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #742A55

#742A55
(116,42,85)
#803D64
(128,61,100)
#8C5073
(140,80,115)
#986382
(152,99,130)
#A47691
(164,118,145)
#B089A0
(176,137,160)
#BC9CAF
(188,156,175)
#C8AFBE
(200,175,190)
#D4C2CD
(212,194,205)
#E0D5DC
(224,213,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #742A55 color. Also use rgb(116,42,85) instead hex code.

Text Font Color

.myTextColor { color: #742A55; }

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

This text font color is #742A55.

Background Color

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

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

This div background color is #742A55.

Border color

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

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

This div border color is #742A55.

Opacity

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

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

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

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

This text has shadow with #742A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #742A55.

Preview

Color preview on black background

This text has color #742A55 on black background.


Color preview on white background

This text has color #742A55 on white background.


Black color preview on #742A55 background

This text has black color on #742A55 background.


White color preview on #742A55 background

This text has white color on #742A55 background.


Related colors

Complementary color

Complementary color for #hex is #8BD5AA.


I love getcolorcode.com

Triadic colors

1 #55742A and #2A5574 with #742A55 are triadic colors.

2 #552A74 and #2A7455 with #742A55 are triadic colors.