COLOR #744F60

HEX: #744F60
RGB: (116,79,96)

Color info

#744F60 contains red, green and blue colors in about the same proportion. Web safe color of #744F60 is #666666 (or #666).

RGB color model

#744F60 color RGB value is (116,79,96).

  • red value is 116;
  • green value is 79;
  • blue value is 96.
RGB:
(116,79,96)
(45%,31%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 96 of 255 = 38%

116
79
96

R + G + B ~ 38%. #744F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 96 = 291 (100%)
R 116 of 291 ~ 39.86%
G 79 of 291 ~ 27.15%
B 96 of 291 ~ 32.99%

%39.86
%27.15
%32.99

CMYK color model

#744F60 color CMYK value is (0,32,17,55).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(0,32,17,55)
C0M32Y17K55 
(0%,32%,17%,55%)
(0.00/0.32/0.17/0.55)	

CMYK percentages

%0
%31.9
%17.24
%54.51

Codes

Color #744F60 in popluar color models

744F60
RGB1167996
HSL332°18.97%38.24%
HSB/HSV332°31.90%45.49%
CMYK0.00%31.90%17.24%
54.51%

Color #744F60 in popluar number systems.

HEX744F60
Decimal1167996
Binary111010010011111100000
Octal164117140

Shades and tints

Shades of #744F60

#744F60
(116,79,96)
#6A4858
(106,72,88)
#604150
(96,65,80)
#563A48
(86,58,72)
#4C3340
(76,51,64)
#422C38
(66,44,56)
#382530
(56,37,48)
#2E1E28
(46,30,40)
#241720
(36,23,32)
#1A1018
(26,16,24)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #744F60

#744F60
(116,79,96)
#805F6E
(128,95,110)
#8C6F7C
(140,111,124)
#987F8A
(152,127,138)
#A48F98
(164,143,152)
#B09FA6
(176,159,166)
#BCAFB4
(188,175,180)
#C8BFC2
(200,191,194)
#D4CFD0
(212,207,208)
#E0DFDE
(224,223,222)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744F60 color. Also use rgb(116,79,96) instead hex code.

Text Font Color

.myTextColor { color: #744F60; }

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

This text font color is #744F60.


Background Color

.myBgColor { background-color: #744F60; }

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

This div background color is #744F60.


Border color

.myBorderColor { border: 1px solid #744F60; }

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

This div border color is #744F60.


Opacity

.myOpacity80 { color: #744F60; opacity: 0.8; }

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

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

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

This text has shadow with #744F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744F60 on black background.


Color preview on white background

This text has color #744F60 on white background.



Black color preview on #744F60 background

This text has black color on #744F60 background.


White color preview on #744F60 background

This text has white color on #744F60 background.