COLOR #745E69

HEX: #745E69 RGB: (116,94,105)

Color info

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

RGB color model

#745E69 color RGB value is (116,94,105).

RGB: (116,94,105) (45%, 37%, 41%)

RGB channels and saturation

R 116 of 255 = 45%
G 94 of 255 = 37%
B 105 of 255 = 41%

116
94
105

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

Portions of RGB colors in percentages

R + G + B = 116 + 94 + 105 = 315 (100%)
R 116 of 315 ~ 36.83%
G 94 of 315 ~ 29.84%
B 105 of 315 ~ 33.33'%

%36.83
%29.84
%33.33

CMYK color model

#745E69 color CMYK value is (0,19,9,55).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 9.48%
  • key color value is 54.51%

CMYK: (0,19,9,55)
C0M19Y9K55 (0%, 19%, 9%, 55%)
(0.00 / 0.19 / 0.09 / 0.55)

CMYK percentages

%0
%18.97
%9.48
%54.51

Codes

Color #745E69 in popluar color models

74 5E 69
RGB 116 94 105
HSL 330° 10.48% 41.18%
HSB/HSV 330° 18.97% 45.49%
CMYK 0.00% 18.97% 9.48%
54.51%

Color #745E69 in popluar number systems.

HEX 74 5E 69
Decimal 116 94 105
Binary 1110100 1011110 1101001
Octal 164 136 151

Shades and tints

Shades of #745E69

#745E69
(116,94,105)
#6A5660
(106,86,96)
#604E57
(96,78,87)
#56464E
(86,70,78)
#4C3E45
(76,62,69)
#42363C
(66,54,60)
#382E33
(56,46,51)
#2E262A
(46,38,42)
#241E21
(36,30,33)
#1A1618
(26,22,24)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #745E69

#745E69
(116,94,105)
#806C76
(128,108,118)
#8C7A83
(140,122,131)
#988890
(152,136,144)
#A4969D
(164,150,157)
#B0A4AA
(176,164,170)
#BCB2B7
(188,178,183)
#C8C0C4
(200,192,196)
#D4CED1
(212,206,209)
#E0DCDE
(224,220,222)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745E69; }

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

This text font color is #745E69.

Background Color

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

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

This div background color is #745E69.

Border color

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

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

This div border color is #745E69.

Opacity

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

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

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

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

This text has shadow with #745E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745E69.

Preview

Color preview on black background

This text has color #745E69 on black background.


Color preview on white background

This text has color #745E69 on white background.


Black color preview on #745E69 background

This text has black color on #745E69 background.


White color preview on #745E69 background

This text has white color on #745E69 background.


Related colors

Complementary color

Complementary color for #hex is #8BA196.


I love getcolorcode.com

Triadic colors

1 #69745E and #5E6974 with #745E69 are triadic colors.

2 #695E74 and #5E7469 with #745E69 are triadic colors.