COLOR #745676

HEX: #745676
RGB: (116,86,118)

Color info

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

RGB color model

#745676 color RGB value is (116,86,118).

  • red value is 116;
  • green value is 86;
  • blue value is 118.
RGB:
(116,86,118)
(45%,34%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 118 of 255 = 46%

116
86
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 118 = 320 (100%)
R 116 of 320 ~ 36.25%
G 86 of 320 ~ 26.88%
B 118 of 320 ~ 36.88%

%36.25
%26.88
%36.88

CMYK color model

#745676 color CMYK value is (2,27,0,54).

  • cyan value is 1.69%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,27,0,54)
C2M27Y0K54 
(2%,27%,0%,54%)
(0.02/0.27/0.00/0.54)	

CMYK percentages

%1.69
%27.12
%0
%53.73

Codes

Color #745676 in popluar color models

745676
RGB11686118
HSL296°15.69%40.00%
HSB/HSV296°27.12%46.27%
CMYK1.69%27.12%0.00%
53.73%

Color #745676 in popluar number systems.

HEX745676
Decimal11686118
Binary111010010101101110110
Octal164126166

Shades and tints

Shades of #745676

#745676
(116,86,118)
#6A4F6C
(106,79,108)
#604862
(96,72,98)
#564158
(86,65,88)
#4C3A4E
(76,58,78)
#423344
(66,51,68)
#382C3A
(56,44,58)
#2E2530
(46,37,48)
#241E26
(36,30,38)
#1A171C
(26,23,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #745676

#745676
(116,86,118)
#806582
(128,101,130)
#8C748E
(140,116,142)
#98839A
(152,131,154)
#A492A6
(164,146,166)
#B0A1B2
(176,161,178)
#BCB0BE
(188,176,190)
#C8BFCA
(200,191,202)
#D4CED6
(212,206,214)
#E0DDE2
(224,221,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745676 color. Also use rgb(116,86,118) instead hex code.

Text Font Color

.myTextColor { color: #745676; }

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

This text font color is #745676.


Background Color

.myBgColor { background-color: #745676; }

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

This div background color is #745676.


Border color

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

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

This div border color is #745676.


Opacity

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

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

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

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

This text has shadow with #745676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745676 on black background.


Color preview on white background

This text has color #745676 on white background.



Black color preview on #745676 background

This text has black color on #745676 background.


White color preview on #745676 background

This text has white color on #745676 background.