COLOR #746880

HEX: #746880
RGB: (116,104,128)

Color info

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

RGB color model

#746880 color RGB value is (116,104,128).

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

RGB channels and saturation

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

116
104
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 128 = 348 (100%)
R 116 of 348 ~ 33.33%
G 104 of 348 ~ 29.89%
B 128 of 348 ~ 36.78%

%33.33
%29.89
%36.78

CMYK color model

#746880 color CMYK value is (9,19,0,50).

  • cyan value is 9.38%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,19,0,50)
C9M19Y0K50 
(9%,19%,0%,50%)
(0.09/0.19/0.00/0.50)	

CMYK percentages

%9.38
%18.75
%0
%49.8

Codes

Color #746880 in popluar color models

746880
RGB116104128
HSL270°10.34%45.49%
HSB/HSV270°18.75%50.20%
CMYK9.38%18.75%0.00%
49.80%

Color #746880 in popluar number systems.

HEX746880
Decimal116104128
Binary1110100110100010000000
Octal164150200

Shades and tints

Shades of #746880

#746880
(116,104,128)
#6A5F75
(106,95,117)
#60566A
(96,86,106)
#564D5F
(86,77,95)
#4C4454
(76,68,84)
#423B49
(66,59,73)
#38323E
(56,50,62)
#2E2933
(46,41,51)
#242028
(36,32,40)
#1A171D
(26,23,29)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #746880

#746880
(116,104,128)
#80758B
(128,117,139)
#8C8296
(140,130,150)
#988FA1
(152,143,161)
#A49CAC
(164,156,172)
#B0A9B7
(176,169,183)
#BCB6C2
(188,182,194)
#C8C3CD
(200,195,205)
#D4D0D8
(212,208,216)
#E0DDE3
(224,221,227)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746880; }

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

This text font color is #746880.


Background Color

.myBgColor { background-color: #746880; }

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

This div background color is #746880.


Border color

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

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

This div border color is #746880.


Opacity

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

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

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

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

This text has shadow with #746880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746880 on black background.


Color preview on white background

This text has color #746880 on white background.



Black color preview on #746880 background

This text has black color on #746880 background.


White color preview on #746880 background

This text has white color on #746880 background.