COLOR #745B6B

HEX: #745B6B
RGB: (116,91,107)

Color info

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

RGB color model

#745B6B color RGB value is (116,91,107).

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

RGB channels and saturation

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

116
91
107

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 107 = 314 (100%)
R 116 of 314 ~ 36.94%
G 91 of 314 ~ 28.98%
B 107 of 314 ~ 34.08%

%36.94
%28.98
%34.08

CMYK color model

#745B6B color CMYK value is (0,22,8,55).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(0,22,8,55)
C0M22Y8K55 
(0%,22%,8%,55%)
(0.00/0.22/0.08/0.55)	

CMYK percentages

%0
%21.55
%7.76
%54.51

Codes

Color #745B6B in popluar color models

745B6B
RGB11691107
HSL322°12.08%40.59%
HSB/HSV322°21.55%45.49%
CMYK0.00%21.55%7.76%
54.51%

Color #745B6B in popluar number systems.

HEX745B6B
Decimal11691107
Binary111010010110111101011
Octal164133153

Shades and tints

Shades of #745B6B

#745B6B
(116,91,107)
#6A5362
(106,83,98)
#604B59
(96,75,89)
#564350
(86,67,80)
#4C3B47
(76,59,71)
#42333E
(66,51,62)
#382B35
(56,43,53)
#2E232C
(46,35,44)
#241B23
(36,27,35)
#1A131A
(26,19,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #745B6B

#745B6B
(116,91,107)
#806978
(128,105,120)
#8C7785
(140,119,133)
#988592
(152,133,146)
#A4939F
(164,147,159)
#B0A1AC
(176,161,172)
#BCAFB9
(188,175,185)
#C8BDC6
(200,189,198)
#D4CBD3
(212,203,211)
#E0D9E0
(224,217,224)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B6B; }

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

This text font color is #745B6B.


Background Color

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

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

This div background color is #745B6B.


Border color

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

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

This div border color is #745B6B.


Opacity

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

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

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

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

This text has shadow with #745B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745B6B on black background.


Color preview on white background

This text has color #745B6B on white background.



Black color preview on #745B6B background

This text has black color on #745B6B background.


White color preview on #745B6B background

This text has white color on #745B6B background.