COLOR #745C66

HEX: #745C66 RGB: (116,92,102)

Color info

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

RGB color model

#745C66 color RGB value is (116,92,102).

RGB: (116,92,102) (45%, 36%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 102 of 255 = 40%

116
92
102

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

Portions of RGB colors in percentages

R + G + B = 116 + 92 + 102 = 310 (100%)
R 116 of 310 ~ 37.42%
G 92 of 310 ~ 29.68%
B 102 of 310 ~ 32.9'%

%37.42
%29.68
%32.9

CMYK color model

#745C66 color CMYK value is (0,21,12,55).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK: (0,21,12,55) C0M21Y12K55 (0%,21%,12%,55%) (0.00/0.21/0.12/0.55) 

CMYK percentages

%0
%20.69
%12.07
%54.51

Codes

Color #745C66 in popluar color models

74 5C 66
RGB 116 92 102
HSL 335° 11.54% 40.78%
HSB/HSV 335° 20.69% 45.49%
CMYK 0.00% 20.69% 12.07%
54.51%

Color #745C66 in popluar number systems.

HEX 74 5C 66
Decimal 116 92 102
Binary 1110100 1011100 1100110
Octal 164 134 146

Shades and tints

Shades of #745C66

#745C66
(116,92,102)
#6A545D
(106,84,93)
#604C54
(96,76,84)
#56444B
(86,68,75)
#4C3C42
(76,60,66)
#423439
(66,52,57)
#382C30
(56,44,48)
#2E2427
(46,36,39)
#241C1E
(36,28,30)
#1A1415
(26,20,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #745C66

#745C66
(116,92,102)
#806A73
(128,106,115)
#8C7880
(140,120,128)
#98868D
(152,134,141)
#A4949A
(164,148,154)
#B0A2A7
(176,162,167)
#BCB0B4
(188,176,180)
#C8BEC1
(200,190,193)
#D4CCCE
(212,204,206)
#E0DADB
(224,218,219)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C66 color. Also use rgb(116,92,102) instead hex code.

Text Font Color

.myTextColor { color: #745C66; }

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

This text font color is #745C66.

Background Color

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

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

This div background color is #745C66.

Border color

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

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

This div border color is #745C66.

Opacity

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

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

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

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

This text has shadow with #745C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745C66.

Preview

Color preview on black background

This text has color #745C66 on black background.


Color preview on white background

This text has color #745C66 on white background.


Black color preview on #745C66 background

This text has black color on #745C66 background.


White color preview on #745C66 background

This text has white color on #745C66 background.


Related colors

Complementary color

Complementary color for #hex is #8BA399.


I love getcolorcode.com

Triadic colors

1 #66745C and #5C6674 with #745C66 are triadic colors.

2 #665C74 and #5C7466 with #745C66 are triadic colors.