COLOR #745C71

HEX: #745C71
RGB: (116,92,113)

Color info

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

RGB color model

#745C71 color RGB value is (116,92,113).

  • red value is 116;
  • green value is 92;
  • blue value is 113.
RGB:
(116,92,113)
(45%,36%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 113 of 255 = 44%

116
92
113

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

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 113 = 321 (100%)
R 116 of 321 ~ 36.14%
G 92 of 321 ~ 28.66%
B 113 of 321 ~ 35.2%

%36.14
%28.66
%35.2

CMYK color model

#745C71 color CMYK value is (0,21,3,55).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 2.59%
  • key color value is 54.51%
CMYK:
(0,21,3,55)
C0M21Y3K55 
(0%,21%,3%,55%)
(0.00/0.21/0.03/0.55)	

CMYK percentages

%0
%20.69
%2.59
%54.51

Codes

Color #745C71 in popluar color models

745C71
RGB11692113
HSL308°11.54%40.78%
HSB/HSV308°20.69%45.49%
CMYK0.00%20.69%2.59%
54.51%

Color #745C71 in popluar number systems.

HEX745C71
Decimal11692113
Binary111010010111001110001
Octal164134161

Shades and tints

Shades of #745C71

#745C71
(116,92,113)
#6A5467
(106,84,103)
#604C5D
(96,76,93)
#564453
(86,68,83)
#4C3C49
(76,60,73)
#42343F
(66,52,63)
#382C35
(56,44,53)
#2E242B
(46,36,43)
#241C21
(36,28,33)
#1A1417
(26,20,23)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #745C71

#745C71
(116,92,113)
#806A7D
(128,106,125)
#8C7889
(140,120,137)
#988695
(152,134,149)
#A494A1
(164,148,161)
#B0A2AD
(176,162,173)
#BCB0B9
(188,176,185)
#C8BEC5
(200,190,197)
#D4CCD1
(212,204,209)
#E0DADD
(224,218,221)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745C71; }

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

This text font color is #745C71.


Background Color

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

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

This div background color is #745C71.


Border color

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

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

This div border color is #745C71.


Opacity

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

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

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

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

This text has shadow with #745C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C71 on black background.


Color preview on white background

This text has color #745C71 on white background.



Black color preview on #745C71 background

This text has black color on #745C71 background.


White color preview on #745C71 background

This text has white color on #745C71 background.