COLOR #746D82

HEX: #746D82
RGB: (116,109,130)

Color info

#746D82 contains red, green and blue colors in about the same proportion. Web safe color of #746D82 is #666699 (or #669).

RGB color model

#746D82 color RGB value is (116,109,130).

  • red value is 116;
  • green value is 109;
  • blue value is 130.
RGB:
(116,109,130)
(45%,43%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 130 of 255 = 51%

116
109
130

R + G + B ~ 46%. #746D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 130 = 355 (100%)
R 116 of 355 ~ 32.68%
G 109 of 355 ~ 30.7%
B 130 of 355 ~ 36.62%

%32.68
%30.7
%36.62

CMYK color model

#746D82 color CMYK value is (11,16,0,49).

  • cyan value is 10.77%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,16,0,49)
C11M16Y0K49 
(11%,16%,0%,49%)
(0.11/0.16/0.00/0.49)	

CMYK percentages

%10.77
%16.15
%0
%49.02

Codes

Color #746D82 in popluar color models

746D82
RGB116109130
HSL260°8.79%46.86%
HSB/HSV260°16.15%50.98%
CMYK10.77%16.15%0.00%
49.02%

Color #746D82 in popluar number systems.

HEX746D82
Decimal116109130
Binary1110100110110110000010
Octal164155202

Shades and tints

Shades of #746D82

#746D82
(116,109,130)
#6A6477
(106,100,119)
#605B6C
(96,91,108)
#565261
(86,82,97)
#4C4956
(76,73,86)
#42404B
(66,64,75)
#383740
(56,55,64)
#2E2E35
(46,46,53)
#24252A
(36,37,42)
#1A1C1F
(26,28,31)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #746D82

#746D82
(116,109,130)
#807A8D
(128,122,141)
#8C8798
(140,135,152)
#9894A3
(152,148,163)
#A4A1AE
(164,161,174)
#B0AEB9
(176,174,185)
#BCBBC4
(188,187,196)
#C8C8CF
(200,200,207)
#D4D5DA
(212,213,218)
#E0E2E5
(224,226,229)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D82 color. Also use rgb(116,109,130) instead hex code.

Text Font Color

.myTextColor { color: #746D82; }

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

This text font color is #746D82.


Background Color

.myBgColor { background-color: #746D82; }

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

This div background color is #746D82.


Border color

.myBorderColor { border: 1px solid #746D82; }

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

This div border color is #746D82.


Opacity

.myOpacity80 { color: #746D82; opacity: 0.8; }

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

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

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

This text has shadow with #746D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D82 on black background.


Color preview on white background

This text has color #746D82 on white background.



Black color preview on #746D82 background

This text has black color on #746D82 background.


White color preview on #746D82 background

This text has white color on #746D82 background.