COLOR #745076

HEX: #745076
RGB: (116,80,118)

Color info

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

RGB color model

#745076 color RGB value is (116,80,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 118 of 255 = 46%

116
80
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 118 = 314 (100%)
R 116 of 314 ~ 36.94%
G 80 of 314 ~ 25.48%
B 118 of 314 ~ 37.58%

%36.94
%25.48
%37.58

CMYK color model

#745076 color CMYK value is (2,32,0,54).

  • cyan value is 1.69%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,32,0,54)
C2M32Y0K54 
(2%,32%,0%,54%)
(0.02/0.32/0.00/0.54)	

CMYK percentages

%1.69
%32.2
%0
%53.73

Codes

Color #745076 in popluar color models

745076
RGB11680118
HSL297°19.19%38.82%
HSB/HSV297°32.20%46.27%
CMYK1.69%32.20%0.00%
53.73%

Color #745076 in popluar number systems.

HEX745076
Decimal11680118
Binary111010010100001110110
Octal164120166

Shades and tints

Shades of #745076

#745076
(116,80,118)
#6A496C
(106,73,108)
#604262
(96,66,98)
#563B58
(86,59,88)
#4C344E
(76,52,78)
#422D44
(66,45,68)
#38263A
(56,38,58)
#2E1F30
(46,31,48)
#241826
(36,24,38)
#1A111C
(26,17,28)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #745076

#745076
(116,80,118)
#805F82
(128,95,130)
#8C6E8E
(140,110,142)
#987D9A
(152,125,154)
#A48CA6
(164,140,166)
#B09BB2
(176,155,178)
#BCAABE
(188,170,190)
#C8B9CA
(200,185,202)
#D4C8D6
(212,200,214)
#E0D7E2
(224,215,226)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745076; }

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

This text font color is #745076.


Background Color

.myBgColor { background-color: #745076; }

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

This div background color is #745076.


Border color

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

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

This div border color is #745076.


Opacity

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

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

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

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

This text has shadow with #745076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745076 on black background.


Color preview on white background

This text has color #745076 on white background.



Black color preview on #745076 background

This text has black color on #745076 background.


White color preview on #745076 background

This text has white color on #745076 background.