COLOR #745C6B

HEX: #745C6B
RGB: (116,92,107)

Color info

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

RGB color model

#745C6B color RGB value is (116,92,107).

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

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 107 of 255 = 42%

116
92
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 107 = 315 (100%)
R 116 of 315 ~ 36.83%
G 92 of 315 ~ 29.21%
B 107 of 315 ~ 33.97%

%36.83
%29.21
%33.97

CMYK color model

#745C6B color CMYK value is (0,21,8,55).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,21,8,55)
C0M21Y8K55 
(0%,21%,8%,55%)
(0.00/0.21/0.08/0.55)	

CMYK percentages

%0
%20.69
%7.76
%54.51

Codes

Color #745C6B in popluar color models

745C6B
RGB11692107
HSL323°11.54%40.78%
HSB/HSV323°20.69%45.49%
CMYK0.00%20.69%7.76%
54.51%

Color #745C6B in popluar number systems.

HEX745C6B
Decimal11692107
Binary111010010111001101011
Octal164134153

Shades and tints

Shades of #745C6B

#745C6B
(116,92,107)
#6A5462
(106,84,98)
#604C59
(96,76,89)
#564450
(86,68,80)
#4C3C47
(76,60,71)
#42343E
(66,52,62)
#382C35
(56,44,53)
#2E242C
(46,36,44)
#241C23
(36,28,35)
#1A141A
(26,20,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #745C6B

#745C6B
(116,92,107)
#806A78
(128,106,120)
#8C7885
(140,120,133)
#988692
(152,134,146)
#A4949F
(164,148,159)
#B0A2AC
(176,162,172)
#BCB0B9
(188,176,185)
#C8BEC6
(200,190,198)
#D4CCD3
(212,204,211)
#E0DAE0
(224,218,224)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745C6B; }

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

This text font color is #745C6B.


Background Color

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

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

This div background color is #745C6B.


Border color

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

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

This div border color is #745C6B.


Opacity

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

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

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

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

This text has shadow with #745C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C6B on black background.


Color preview on white background

This text has color #745C6B on white background.



Black color preview on #745C6B background

This text has black color on #745C6B background.


White color preview on #745C6B background

This text has white color on #745C6B background.