COLOR #745B6A

HEX: #745B6A RGB: (116,91,106)

Color info

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

RGB color model

#745B6A color RGB value is (116,91,106).

RGB: (116,91,106) (45%, 36%, 42%)

RGB channels and saturation

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

116
91
106

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

Portions of RGB colors in percentages

R + G + B = 116 + 91 + 106 = 313 (100%)
R 116 of 313 ~ 37.06%
G 91 of 313 ~ 29.07%
B 106 of 313 ~ 33.87'%

%37.06
%29.07
%33.87

CMYK color model

#745B6A color CMYK value is (0,22,9,55).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 8.62%
  • key color value is 54.51%

CMYK: (0,22,9,55)
C0M22Y9K55 (0%, 22%, 9%, 55%)
(0.00 / 0.22 / 0.09 / 0.55)

CMYK percentages

%0
%21.55
%8.62
%54.51

Codes

Color #745B6A in popluar color models

74 5B 6A
RGB 116 91 106
HSL 324° 12.08% 40.59%
HSB/HSV 324° 21.55% 45.49%
CMYK 0.00% 21.55% 8.62%
54.51%

Color #745B6A in popluar number systems.

HEX 74 5B 6A
Decimal 116 91 106
Binary 1110100 1011011 1101010
Octal 164 133 152

Shades and tints

Shades of #745B6A

#745B6A
(116,91,106)
#6A5361
(106,83,97)
#604B58
(96,75,88)
#56434F
(86,67,79)
#4C3B46
(76,59,70)
#42333D
(66,51,61)
#382B34
(56,43,52)
#2E232B
(46,35,43)
#241B22
(36,27,34)
#1A1319
(26,19,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #745B6A

#745B6A
(116,91,106)
#806977
(128,105,119)
#8C7784
(140,119,132)
#988591
(152,133,145)
#A4939E
(164,147,158)
#B0A1AB
(176,161,171)
#BCAFB8
(188,175,184)
#C8BDC5
(200,189,197)
#D4CBD2
(212,203,210)
#E0D9DF
(224,217,223)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B6A; }

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

This text font color is #745B6A.

Background Color

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

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

This div background color is #745B6A.

Border color

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

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

This div border color is #745B6A.

Opacity

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

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

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

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

This text has shadow with #745B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745B6A.

Preview

Color preview on black background

This text has color #745B6A on black background.


Color preview on white background

This text has color #745B6A on white background.


Black color preview on #745B6A background

This text has black color on #745B6A background.


White color preview on #745B6A background

This text has white color on #745B6A background.


Related colors

Complementary color

Complementary color for #hex is #8BA495.


I love getcolorcode.com

Triadic colors

1 #6A745B and #5B6A74 with #745B6A are triadic colors.

2 #6A5B74 and #5B746A with #745B6A are triadic colors.