COLOR #746980

HEX: #746980
RGB: (116,105,128)

Color info

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

RGB color model

#746980 color RGB value is (116,105,128).

  • red value is 116;
  • green value is 105;
  • blue value is 128.
RGB:
(116,105,128)
(45%,41%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 128 of 255 = 50%

116
105
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 128 = 349 (100%)
R 116 of 349 ~ 33.24%
G 105 of 349 ~ 30.09%
B 128 of 349 ~ 36.68%

%33.24
%30.09
%36.68

CMYK color model

#746980 color CMYK value is (9,18,0,50).

  • cyan value is 9.38%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,18,0,50)
C9M18Y0K50 
(9%,18%,0%,50%)
(0.09/0.18/0.00/0.50)	

CMYK percentages

%9.38
%17.97
%0
%49.8

Codes

Color #746980 in popluar color models

746980
RGB116105128
HSL269°9.87%45.69%
HSB/HSV269°17.97%50.20%
CMYK9.38%17.97%0.00%
49.80%

Color #746980 in popluar number systems.

HEX746980
Decimal116105128
Binary1110100110100110000000
Octal164151200

Shades and tints

Shades of #746980

#746980
(116,105,128)
#6A6075
(106,96,117)
#60576A
(96,87,106)
#564E5F
(86,78,95)
#4C4554
(76,69,84)
#423C49
(66,60,73)
#38333E
(56,51,62)
#2E2A33
(46,42,51)
#242128
(36,33,40)
#1A181D
(26,24,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #746980

#746980
(116,105,128)
#80768B
(128,118,139)
#8C8396
(140,131,150)
#9890A1
(152,144,161)
#A49DAC
(164,157,172)
#B0AAB7
(176,170,183)
#BCB7C2
(188,183,194)
#C8C4CD
(200,196,205)
#D4D1D8
(212,209,216)
#E0DEE3
(224,222,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746980 color. Also use rgb(116,105,128) instead hex code.

Text Font Color

.myTextColor { color: #746980; }

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

This text font color is #746980.


Background Color

.myBgColor { background-color: #746980; }

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

This div background color is #746980.


Border color

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

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

This div border color is #746980.


Opacity

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

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

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

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

This text has shadow with #746980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746980 on black background.


Color preview on white background

This text has color #746980 on white background.



Black color preview on #746980 background

This text has black color on #746980 background.


White color preview on #746980 background

This text has white color on #746980 background.