COLOR #745C69

HEX: #745C69
RGB: (116,92,105)

Color info

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

RGB color model

#745C69 color RGB value is (116,92,105).

  • red value is 116;
  • green value is 92;
  • blue value is 105.
RGB:
(116,92,105)
(45%,36%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 105 of 255 = 41%

116
92
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 105 = 313 (100%)
R 116 of 313 ~ 37.06%
G 92 of 313 ~ 29.39%
B 105 of 313 ~ 33.55%

%37.06
%29.39
%33.55

CMYK color model

#745C69 color CMYK value is (0,21,9,55).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(0,21,9,55)
C0M21Y9K55 
(0%,21%,9%,55%)
(0.00/0.21/0.09/0.55)	

CMYK percentages

%0
%20.69
%9.48
%54.51

Codes

Color #745C69 in popluar color models

745C69
RGB11692105
HSL328°11.54%40.78%
HSB/HSV328°20.69%45.49%
CMYK0.00%20.69%9.48%
54.51%

Color #745C69 in popluar number systems.

HEX745C69
Decimal11692105
Binary111010010111001101001
Octal164134151

Shades and tints

Shades of #745C69

#745C69
(116,92,105)
#6A5460
(106,84,96)
#604C57
(96,76,87)
#56444E
(86,68,78)
#4C3C45
(76,60,69)
#42343C
(66,52,60)
#382C33
(56,44,51)
#2E242A
(46,36,42)
#241C21
(36,28,33)
#1A1418
(26,20,24)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #745C69

#745C69
(116,92,105)
#806A76
(128,106,118)
#8C7883
(140,120,131)
#988690
(152,134,144)
#A4949D
(164,148,157)
#B0A2AA
(176,162,170)
#BCB0B7
(188,176,183)
#C8BEC4
(200,190,196)
#D4CCD1
(212,204,209)
#E0DADE
(224,218,222)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C69 color. Also use rgb(116,92,105) instead hex code.

Text Font Color

.myTextColor { color: #745C69; }

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

This text font color is #745C69.


Background Color

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

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

This div background color is #745C69.


Border color

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

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

This div border color is #745C69.


Opacity

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

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

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

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

This text has shadow with #745C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C69 on black background.


Color preview on white background

This text has color #745C69 on white background.



Black color preview on #745C69 background

This text has black color on #745C69 background.


White color preview on #745C69 background

This text has white color on #745C69 background.