COLOR #746C8B

HEX: #746C8B
RGB: (116,108,139)

Color info

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

RGB color model

#746C8B color RGB value is (116,108,139).

  • red value is 116;
  • green value is 108;
  • blue value is 139.
RGB:
(116,108,139)
(45%,42%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 139 of 255 = 55%

116
108
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 139 = 363 (100%)
R 116 of 363 ~ 31.96%
G 108 of 363 ~ 29.75%
B 139 of 363 ~ 38.29%

%31.96
%29.75
%38.29

CMYK color model

#746C8B color CMYK value is (17,22,0,45).

  • cyan value is 16.55%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,22,0,45)
C17M22Y0K45 
(17%,22%,0%,45%)
(0.17/0.22/0.00/0.45)	

CMYK percentages

%16.55
%22.3
%0
%45.49

Codes

Color #746C8B in popluar color models

746C8B
RGB116108139
HSL255°12.55%48.43%
HSB/HSV255°22.30%54.51%
CMYK16.55%22.30%0.00%
45.49%

Color #746C8B in popluar number systems.

HEX746C8B
Decimal116108139
Binary1110100110110010001011
Octal164154213

Shades and tints

Shades of #746C8B

#746C8B
(116,108,139)
#6A637F
(106,99,127)
#605A73
(96,90,115)
#565167
(86,81,103)
#4C485B
(76,72,91)
#423F4F
(66,63,79)
#383643
(56,54,67)
#2E2D37
(46,45,55)
#24242B
(36,36,43)
#1A1B1F
(26,27,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #746C8B

#746C8B
(116,108,139)
#807995
(128,121,149)
#8C869F
(140,134,159)
#9893A9
(152,147,169)
#A4A0B3
(164,160,179)
#B0ADBD
(176,173,189)
#BCBAC7
(188,186,199)
#C8C7D1
(200,199,209)
#D4D4DB
(212,212,219)
#E0E1E5
(224,225,229)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746C8B color. Also use rgb(116,108,139) instead hex code.

Text Font Color

.myTextColor { color: #746C8B; }

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

This text font color is #746C8B.


Background Color

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

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

This div background color is #746C8B.


Border color

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

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

This div border color is #746C8B.


Opacity

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

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

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

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

This text has shadow with #746C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C8B on black background.


Color preview on white background

This text has color #746C8B on white background.



Black color preview on #746C8B background

This text has black color on #746C8B background.


White color preview on #746C8B background

This text has white color on #746C8B background.