COLOR #745B73

HEX: #745B73 RGB: (116,91,115)

Color info

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

RGB color model

#745B73 color RGB value is (116,91,115).

RGB: (116,91,115) (45%, 36%, 45%)

RGB channels and saturation

R 116 of 255 = 45%
G 91 of 255 = 36%
B 115 of 255 = 45%

116
91
115

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

Portions of RGB colors in percentages

R + G + B = 116 + 91 + 115 = 322 (100%)
R 116 of 322 ~ 36.02%
G 91 of 322 ~ 28.26%
B 115 of 322 ~ 35.71'%

%36.02
%28.26
%35.71

CMYK color model

#745B73 color CMYK value is (0,22,1,55).

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

CMYK: (0,22,1,55)
C0M22Y1K55 (0%, 22%, 1%, 55%)
(0.00 / 0.22 / 0.01 / 0.55)

CMYK percentages

%0
%21.55
%0.86
%54.51

Codes

Color #745B73 in popluar color models

74 5B 73
RGB 116 91 115
HSL 302° 12.08% 40.59%
HSB/HSV 302° 21.55% 45.49%
CMYK 0.00% 21.55% 0.86%
54.51%

Color #745B73 in popluar number systems.

HEX 74 5B 73
Decimal 116 91 115
Binary 1110100 1011011 1110011
Octal 164 133 163

Shades and tints

Shades of #745B73

#745B73
(116,91,115)
#6A5369
(106,83,105)
#604B5F
(96,75,95)
#564355
(86,67,85)
#4C3B4B
(76,59,75)
#423341
(66,51,65)
#382B37
(56,43,55)
#2E232D
(46,35,45)
#241B23
(36,27,35)
#1A1319
(26,19,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #745B73

#745B73
(116,91,115)
#80697F
(128,105,127)
#8C778B
(140,119,139)
#988597
(152,133,151)
#A493A3
(164,147,163)
#B0A1AF
(176,161,175)
#BCAFBB
(188,175,187)
#C8BDC7
(200,189,199)
#D4CBD3
(212,203,211)
#E0D9DF
(224,217,223)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B73; }

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

This text font color is #745B73.

Background Color

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

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

This div background color is #745B73.

Border color

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

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

This div border color is #745B73.

Opacity

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

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

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

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

This text has shadow with #745B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745B73.

Preview

Color preview on black background

This text has color #745B73 on black background.


Color preview on white background

This text has color #745B73 on white background.


Black color preview on #745B73 background

This text has black color on #745B73 background.


White color preview on #745B73 background

This text has white color on #745B73 background.


Related colors

Complementary color

Complementary color for #hex is #8BA48C.


I love getcolorcode.com

Triadic colors

1 #73745B and #5B7374 with #745B73 are triadic colors.

2 #735B74 and #5B7473 with #745B73 are triadic colors.