COLOR #745D6A

HEX: #745D6A
RGB: (116,93,106)

Color info

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

RGB color model

#745D6A color RGB value is (116,93,106).

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

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 106 of 255 = 42%

116
93
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 93 + 106 = 315 (100%)
R 116 of 315 ~ 36.83%
G 93 of 315 ~ 29.52%
B 106 of 315 ~ 33.65%

%36.83
%29.52
%33.65

CMYK color model

#745D6A color CMYK value is (0,20,9,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 8.62%
  • key color value is 54.51%
CMYK:
(0,20,9,55)
C0M20Y9K55 
(0%,20%,9%,55%)
(0.00/0.20/0.09/0.55)	

CMYK percentages

%0
%19.83
%8.62
%54.51

Codes

Color #745D6A in popluar color models

745D6A
RGB11693106
HSL326°11.00%40.98%
HSB/HSV326°19.83%45.49%
CMYK0.00%19.83%8.62%
54.51%

Color #745D6A in popluar number systems.

HEX745D6A
Decimal11693106
Binary111010010111011101010
Octal164135152

Shades and tints

Shades of #745D6A

#745D6A
(116,93,106)
#6A5561
(106,85,97)
#604D58
(96,77,88)
#56454F
(86,69,79)
#4C3D46
(76,61,70)
#42353D
(66,53,61)
#382D34
(56,45,52)
#2E252B
(46,37,43)
#241D22
(36,29,34)
#1A1519
(26,21,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #745D6A

#745D6A
(116,93,106)
#806B77
(128,107,119)
#8C7984
(140,121,132)
#988791
(152,135,145)
#A4959E
(164,149,158)
#B0A3AB
(176,163,171)
#BCB1B8
(188,177,184)
#C8BFC5
(200,191,197)
#D4CDD2
(212,205,210)
#E0DBDF
(224,219,223)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745D6A; }

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

This text font color is #745D6A.


Background Color

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

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

This div background color is #745D6A.


Border color

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

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

This div border color is #745D6A.


Opacity

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

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

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

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

This text has shadow with #745D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745D6A on black background.


Color preview on white background

This text has color #745D6A on white background.



Black color preview on #745D6A background

This text has black color on #745D6A background.


White color preview on #745D6A background

This text has white color on #745D6A background.