COLOR #744455

HEX: #744455
RGB: (116,68,85)

Color info

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

RGB color model

#744455 color RGB value is (116,68,85).

  • red value is 116;
  • green value is 68;
  • blue value is 85.
RGB:
(116,68,85)
(45%,27%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 68 of 255 = 27%
B 85 of 255 = 33%

116
68
85

R + G + B ~ 35%. #744455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 68 + 85 = 269 (100%)
R 116 of 269 ~ 43.12%
G 68 of 269 ~ 25.28%
B 85 of 269 ~ 31.6%

%43.12
%25.28
%31.6

CMYK color model

#744455 color CMYK value is (0,41,27,55).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(0,41,27,55)
C0M41Y27K55 
(0%,41%,27%,55%)
(0.00/0.41/0.27/0.55)	

CMYK percentages

%0
%41.38
%26.72
%54.51

Codes

Color #744455 in popluar color models

744455
RGB1166885
HSL339°26.09%36.08%
HSB/HSV339°41.38%45.49%
CMYK0.00%41.38%26.72%
54.51%

Color #744455 in popluar number systems.

HEX744455
Decimal1166885
Binary111010010001001010101
Octal164104125

Shades and tints

Shades of #744455

#744455
(116,68,85)
#6A3E4E
(106,62,78)
#603847
(96,56,71)
#563240
(86,50,64)
#4C2C39
(76,44,57)
#422632
(66,38,50)
#38202B
(56,32,43)
#2E1A24
(46,26,36)
#24141D
(36,20,29)
#1A0E16
(26,14,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #744455

#744455
(116,68,85)
#805564
(128,85,100)
#8C6673
(140,102,115)
#987782
(152,119,130)
#A48891
(164,136,145)
#B099A0
(176,153,160)
#BCAAAF
(188,170,175)
#C8BBBE
(200,187,190)
#D4CCCD
(212,204,205)
#E0DDDC
(224,221,220)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744455; }

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

This text font color is #744455.


Background Color

.myBgColor { background-color: #744455; }

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

This div background color is #744455.


Border color

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

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

This div border color is #744455.


Opacity

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

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

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

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

This text has shadow with #744455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744455 on black background.


Color preview on white background

This text has color #744455 on white background.



Black color preview on #744455 background

This text has black color on #744455 background.


White color preview on #744455 background

This text has white color on #744455 background.