COLOR #745D60

HEX: #745D60 RGB: (116,93,96)

Color info

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

RGB color model

#745D60 color RGB value is (116,93,96).

RGB: (116,93,96) (45%, 36%, 38%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 96 of 255 = 38%

116
93
96

R + G + B ~ 40%. #745D60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 93 + 96 = 305 (100%)
R 116 of 305 ~ 38.03%
G 93 of 305 ~ 30.49%
B 96 of 305 ~ 31.48'%

%38.03
%30.49
%31.48

CMYK color model

#745D60 color CMYK value is (0,20,17,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 17.24%
  • key color value is 54.51%

CMYK: (0,20,17,55)
C0M20Y17K55 (0%, 20%, 17%, 55%)
(0.00 / 0.20 / 0.17 / 0.55)

CMYK percentages

%0
%19.83
%17.24
%54.51

Codes

Color #745D60 in popluar color models

74 5D 60
RGB 116 93 96
HSL 352° 11.00% 40.98%
HSB/HSV 352° 19.83% 45.49%
CMYK 0.00% 19.83% 17.24%
54.51%

Color #745D60 in popluar number systems.

HEX 74 5D 60
Decimal 116 93 96
Binary 1110100 1011101 1100000
Octal 164 135 140

Shades and tints

Shades of #745D60

#745D60
(116,93,96)
#6A5558
(106,85,88)
#604D50
(96,77,80)
#564548
(86,69,72)
#4C3D40
(76,61,64)
#423538
(66,53,56)
#382D30
(56,45,48)
#2E2528
(46,37,40)
#241D20
(36,29,32)
#1A1518
(26,21,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #745D60

#745D60
(116,93,96)
#806B6E
(128,107,110)
#8C797C
(140,121,124)
#98878A
(152,135,138)
#A49598
(164,149,152)
#B0A3A6
(176,163,166)
#BCB1B4
(188,177,180)
#C8BFC2
(200,191,194)
#D4CDD0
(212,205,208)
#E0DBDE
(224,219,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D60 color. Also use rgb(116,93,96) instead hex code.

Text Font Color

.myTextColor { color: #745D60; }

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

This text font color is #745D60.

Background Color

.myBgColor { background-color: #745D60; }

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

This div background color is #745D60.

Border color

.myBorderColor { border: 1px solid #745D60; }

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

This div border color is #745D60.

Opacity

.myOpacity80 { color: #745D60; opacity: 0.8; }

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

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

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

This text has shadow with #745D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745D60.

Preview

Color preview on black background

This text has color #745D60 on black background.


Color preview on white background

This text has color #745D60 on white background.


Black color preview on #745D60 background

This text has black color on #745D60 background.


White color preview on #745D60 background

This text has white color on #745D60 background.


Related colors

Complementary color

Complementary color for #hex is #8BA29F.


I love getcolorcode.com

Triadic colors

1 #60745D and #5D6074 with #745D60 are triadic colors.

2 #605D74 and #5D7460 with #745D60 are triadic colors.