COLOR #743255

HEX: #743255 RGB: (116,50,85)

Color info

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

RGB color model

#743255 color RGB value is (116,50,85).

RGB: (116,50,85) (45%, 20%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 50 of 255 = 20%
B 85 of 255 = 33%

116
50
85

R + G + B ~ 33%. #743255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 50 + 85 = 251 (100%)
R 116 of 251 ~ 46.22%
G 50 of 251 ~ 19.92%
B 85 of 251 ~ 33.86'%

%46.22
%19.92
%33.86

CMYK color model

#743255 color CMYK value is (0,57,27,55).

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

CMYK: (0,57,27,55)
C0M57Y27K55 (0%, 57%, 27%, 55%)
(0.00 / 0.57 / 0.27 / 0.55)

CMYK percentages

%0
%56.9
%26.72
%54.51

Codes

Color #743255 in popluar color models

74 32 55
RGB 116 50 85
HSL 328° 39.76% 32.55%
HSB/HSV 328° 56.90% 45.49%
CMYK 0.00% 56.90% 26.72%
54.51%

Color #743255 in popluar number systems.

HEX 74 32 55
Decimal 116 50 85
Binary 1110100 110010 1010101
Octal 164 62 125

Shades and tints

Shades of #743255

#743255
(116,50,85)
#6A2E4E
(106,46,78)
#602A47
(96,42,71)
#562640
(86,38,64)
#4C2239
(76,34,57)
#421E32
(66,30,50)
#381A2B
(56,26,43)
#2E1624
(46,22,36)
#24121D
(36,18,29)
#1A0E16
(26,14,22)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #743255

#743255
(116,50,85)
#804464
(128,68,100)
#8C5673
(140,86,115)
#986882
(152,104,130)
#A47A91
(164,122,145)
#B08CA0
(176,140,160)
#BC9EAF
(188,158,175)
#C8B0BE
(200,176,190)
#D4C2CD
(212,194,205)
#E0D4DC
(224,212,220)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #743255; }

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

This text font color is #743255.

Background Color

.myBgColor { background-color: #743255; }

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

This div background color is #743255.

Border color

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

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

This div border color is #743255.

Opacity

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

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

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

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

This text has shadow with #743255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #743255.

Preview

Color preview on black background

This text has color #743255 on black background.


Color preview on white background

This text has color #743255 on white background.


Black color preview on #743255 background

This text has black color on #743255 background.


White color preview on #743255 background

This text has white color on #743255 background.


Related colors

Complementary color

Complementary color for #hex is #8BCDAA.


I love getcolorcode.com

Triadic colors

1 #557432 and #325574 with #743255 are triadic colors.

2 #553274 and #327455 with #743255 are triadic colors.