COLOR #745F76

HEX: #745F76
RGB: (116,95,118)

Color info

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

RGB color model

#745F76 color RGB value is (116,95,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 118 of 255 = 46%

116
95
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 95 + 118 = 329 (100%)
R 116 of 329 ~ 35.26%
G 95 of 329 ~ 28.88%
B 118 of 329 ~ 35.87%

%35.26
%28.88
%35.87

CMYK color model

#745F76 color CMYK value is (2,19,0,54).

  • cyan value is 1.69%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,19,0,54)
C2M19Y0K54 
(2%,19%,0%,54%)
(0.02/0.19/0.00/0.54)	

CMYK percentages

%1.69
%19.49
%0
%53.73

Codes

Color #745F76 in popluar color models

745F76
RGB11695118
HSL295°10.80%41.76%
HSB/HSV295°19.49%46.27%
CMYK1.69%19.49%0.00%
53.73%

Color #745F76 in popluar number systems.

HEX745F76
Decimal11695118
Binary111010010111111110110
Octal164137166

Shades and tints

Shades of #745F76

#745F76
(116,95,118)
#6A576C
(106,87,108)
#604F62
(96,79,98)
#564758
(86,71,88)
#4C3F4E
(76,63,78)
#423744
(66,55,68)
#382F3A
(56,47,58)
#2E2730
(46,39,48)
#241F26
(36,31,38)
#1A171C
(26,23,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #745F76

#745F76
(116,95,118)
#806D82
(128,109,130)
#8C7B8E
(140,123,142)
#98899A
(152,137,154)
#A497A6
(164,151,166)
#B0A5B2
(176,165,178)
#BCB3BE
(188,179,190)
#C8C1CA
(200,193,202)
#D4CFD6
(212,207,214)
#E0DDE2
(224,221,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745F76; }

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

This text font color is #745F76.


Background Color

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

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

This div background color is #745F76.


Border color

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

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

This div border color is #745F76.


Opacity

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

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

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

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

This text has shadow with #745F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745F76 on black background.


Color preview on white background

This text has color #745F76 on white background.



Black color preview on #745F76 background

This text has black color on #745F76 background.


White color preview on #745F76 background

This text has white color on #745F76 background.