COLOR #746686

HEX: #746686
RGB: (116,102,134)

Color info

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

RGB color model

#746686 color RGB value is (116,102,134).

  • red value is 116;
  • green value is 102;
  • blue value is 134.
RGB:
(116,102,134)
(45%,40%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 134 of 255 = 53%

116
102
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 134 = 352 (100%)
R 116 of 352 ~ 32.95%
G 102 of 352 ~ 28.98%
B 134 of 352 ~ 38.07%

%32.95
%28.98
%38.07

CMYK color model

#746686 color CMYK value is (13,24,0,47).

  • cyan value is 13.43%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,24,0,47)
C13M24Y0K47 
(13%,24%,0%,47%)
(0.13/0.24/0.00/0.47)	

CMYK percentages

%13.43
%23.88
%0
%47.45

Codes

Color #746686 in popluar color models

746686
RGB116102134
HSL266°13.56%46.27%
HSB/HSV266°23.88%52.55%
CMYK13.43%23.88%0.00%
47.45%

Color #746686 in popluar number systems.

HEX746686
Decimal116102134
Binary1110100110011010000110
Octal164146206

Shades and tints

Shades of #746686

#746686
(116,102,134)
#6A5D7A
(106,93,122)
#60546E
(96,84,110)
#564B62
(86,75,98)
#4C4256
(76,66,86)
#42394A
(66,57,74)
#38303E
(56,48,62)
#2E2732
(46,39,50)
#241E26
(36,30,38)
#1A151A
(26,21,26)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #746686

#746686
(116,102,134)
#807391
(128,115,145)
#8C809C
(140,128,156)
#988DA7
(152,141,167)
#A49AB2
(164,154,178)
#B0A7BD
(176,167,189)
#BCB4C8
(188,180,200)
#C8C1D3
(200,193,211)
#D4CEDE
(212,206,222)
#E0DBE9
(224,219,233)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746686 color. Also use rgb(116,102,134) instead hex code.

Text Font Color

.myTextColor { color: #746686; }

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

This text font color is #746686.


Background Color

.myBgColor { background-color: #746686; }

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

This div background color is #746686.


Border color

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

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

This div border color is #746686.


Opacity

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

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

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

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

This text has shadow with #746686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746686 on black background.


Color preview on white background

This text has color #746686 on white background.



Black color preview on #746686 background

This text has black color on #746686 background.


White color preview on #746686 background

This text has white color on #746686 background.