COLOR #745B6F

HEX: #745B6F
RGB: (116,91,111)

Color info

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

RGB color model

#745B6F color RGB value is (116,91,111).

  • red value is 116;
  • green value is 91;
  • blue value is 111.
RGB:
(116,91,111)
(45%,36%,44%)

RGB channels and saturation

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

116
91
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 111 = 318 (100%)
R 116 of 318 ~ 36.48%
G 91 of 318 ~ 28.62%
B 111 of 318 ~ 34.91%

%36.48
%28.62
%34.91

CMYK color model

#745B6F color CMYK value is (0,22,4,55).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,22,4,55)
C0M22Y4K55 
(0%,22%,4%,55%)
(0.00/0.22/0.04/0.55)	

CMYK percentages

%0
%21.55
%4.31
%54.51

Codes

Color #745B6F in popluar color models

745B6F
RGB11691111
HSL312°12.08%40.59%
HSB/HSV312°21.55%45.49%
CMYK0.00%21.55%4.31%
54.51%

Color #745B6F in popluar number systems.

HEX745B6F
Decimal11691111
Binary111010010110111101111
Octal164133157

Shades and tints

Shades of #745B6F

#745B6F
(116,91,111)
#6A5365
(106,83,101)
#604B5B
(96,75,91)
#564351
(86,67,81)
#4C3B47
(76,59,71)
#42333D
(66,51,61)
#382B33
(56,43,51)
#2E2329
(46,35,41)
#241B1F
(36,27,31)
#1A1315
(26,19,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #745B6F

#745B6F
(116,91,111)
#80697C
(128,105,124)
#8C7789
(140,119,137)
#988596
(152,133,150)
#A493A3
(164,147,163)
#B0A1B0
(176,161,176)
#BCAFBD
(188,175,189)
#C8BDCA
(200,189,202)
#D4CBD7
(212,203,215)
#E0D9E4
(224,217,228)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B6F; }

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

This text font color is #745B6F.


Background Color

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

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

This div background color is #745B6F.


Border color

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

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

This div border color is #745B6F.


Opacity

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

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

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

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

This text has shadow with #745B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745B6F on black background.


Color preview on white background

This text has color #745B6F on white background.



Black color preview on #745B6F background

This text has black color on #745B6F background.


White color preview on #745B6F background

This text has white color on #745B6F background.