COLOR #745D6F

HEX: #745D6F RGB: (116,93,111)

Color info

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

RGB color model

#745D6F color RGB value is (116,93,111).

RGB: (116,93,111) (45%, 36%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 111 of 255 = 44%

116
93
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 93 + 111 = 320 (100%)
R 116 of 320 ~ 36.25%
G 93 of 320 ~ 29.06%
B 111 of 320 ~ 34.69'%

%36.25
%29.06
%34.69

CMYK color model

#745D6F color CMYK value is (0,20,4,55).

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

CMYK: (0,20,4,55)
C0M20Y4K55 (0%, 20%, 4%, 55%)
(0.00 / 0.20 / 0.04 / 0.55)

CMYK percentages

%0
%19.83
%4.31
%54.51

Codes

Color #745D6F in popluar color models

74 5D 6F
RGB 116 93 111
HSL 313° 11.00% 40.98%
HSB/HSV 313° 19.83% 45.49%
CMYK 0.00% 19.83% 4.31%
54.51%

Color #745D6F in popluar number systems.

HEX 74 5D 6F
Decimal 116 93 111
Binary 1110100 1011101 1101111
Octal 164 135 157

Shades and tints

Shades of #745D6F

#745D6F
(116,93,111)
#6A5565
(106,85,101)
#604D5B
(96,77,91)
#564551
(86,69,81)
#4C3D47
(76,61,71)
#42353D
(66,53,61)
#382D33
(56,45,51)
#2E2529
(46,37,41)
#241D1F
(36,29,31)
#1A1515
(26,21,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #745D6F

#745D6F
(116,93,111)
#806B7C
(128,107,124)
#8C7989
(140,121,137)
#988796
(152,135,150)
#A495A3
(164,149,163)
#B0A3B0
(176,163,176)
#BCB1BD
(188,177,189)
#C8BFCA
(200,191,202)
#D4CDD7
(212,205,215)
#E0DBE4
(224,219,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745D6F; }

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

This text font color is #745D6F.

Background Color

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

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

This div background color is #745D6F.

Border color

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

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

This div border color is #745D6F.

Opacity

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

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

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

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

This text has shadow with #745D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745D6F.

Preview

Color preview on black background

This text has color #745D6F on black background.


Color preview on white background

This text has color #745D6F on white background.


Black color preview on #745D6F background

This text has black color on #745D6F background.


White color preview on #745D6F background

This text has white color on #745D6F background.


Related colors

Complementary color

Complementary color for #hex is #8BA290.


I love getcolorcode.com

Triadic colors

1 #6F745D and #5D6F74 with #745D6F are triadic colors.

2 #6F5D74 and #5D746F with #745D6F are triadic colors.