COLOR #745970

HEX: #745970
RGB: (116,89,112)

Color info

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

RGB color model

#745970 color RGB value is (116,89,112).

  • red value is 116;
  • green value is 89;
  • blue value is 112.
RGB:
(116,89,112)
(45%,35%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 112 of 255 = 44%

116
89
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 112 = 317 (100%)
R 116 of 317 ~ 36.59%
G 89 of 317 ~ 28.08%
B 112 of 317 ~ 35.33%

%36.59
%28.08
%35.33

CMYK color model

#745970 color CMYK value is (0,23,3,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(0,23,3,55)
C0M23Y3K55 
(0%,23%,3%,55%)
(0.00/0.23/0.03/0.55)	

CMYK percentages

%0
%23.28
%3.45
%54.51

Codes

Color #745970 in popluar color models

745970
RGB11689112
HSL309°13.17%40.20%
HSB/HSV309°23.28%45.49%
CMYK0.00%23.28%3.45%
54.51%

Color #745970 in popluar number systems.

HEX745970
Decimal11689112
Binary111010010110011110000
Octal164131160

Shades and tints

Shades of #745970

#745970
(116,89,112)
#6A5166
(106,81,102)
#60495C
(96,73,92)
#564152
(86,65,82)
#4C3948
(76,57,72)
#42313E
(66,49,62)
#382934
(56,41,52)
#2E212A
(46,33,42)
#241920
(36,25,32)
#1A1116
(26,17,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #745970

#745970
(116,89,112)
#80687D
(128,104,125)
#8C778A
(140,119,138)
#988697
(152,134,151)
#A495A4
(164,149,164)
#B0A4B1
(176,164,177)
#BCB3BE
(188,179,190)
#C8C2CB
(200,194,203)
#D4D1D8
(212,209,216)
#E0E0E5
(224,224,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745970 color. Also use rgb(116,89,112) instead hex code.

Text Font Color

.myTextColor { color: #745970; }

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

This text font color is #745970.


Background Color

.myBgColor { background-color: #745970; }

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

This div background color is #745970.


Border color

.myBorderColor { border: 1px solid #745970; }

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

This div border color is #745970.


Opacity

.myOpacity80 { color: #745970; opacity: 0.8; }

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

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

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

This text has shadow with #745970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745970 on black background.


Color preview on white background

This text has color #745970 on white background.



Black color preview on #745970 background

This text has black color on #745970 background.


White color preview on #745970 background

This text has white color on #745970 background.