COLOR #746887

HEX: #746887
RGB: (116,104,135)

Color info

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

RGB color model

#746887 color RGB value is (116,104,135).

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

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 135 of 255 = 53%

116
104
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 135 = 355 (100%)
R 116 of 355 ~ 32.68%
G 104 of 355 ~ 29.3%
B 135 of 355 ~ 38.03%

%32.68
%29.3
%38.03

CMYK color model

#746887 color CMYK value is (14,23,0,47).

  • cyan value is 14.07%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,23,0,47)
C14M23Y0K47 
(14%,23%,0%,47%)
(0.14/0.23/0.00/0.47)	

CMYK percentages

%14.07
%22.96
%0
%47.06

Codes

Color #746887 in popluar color models

746887
RGB116104135
HSL263°12.97%46.86%
HSB/HSV263°22.96%52.94%
CMYK14.07%22.96%0.00%
47.06%

Color #746887 in popluar number systems.

HEX746887
Decimal116104135
Binary1110100110100010000111
Octal164150207

Shades and tints

Shades of #746887

#746887
(116,104,135)
#6A5F7B
(106,95,123)
#60566F
(96,86,111)
#564D63
(86,77,99)
#4C4457
(76,68,87)
#423B4B
(66,59,75)
#38323F
(56,50,63)
#2E2933
(46,41,51)
#242027
(36,32,39)
#1A171B
(26,23,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #746887

#746887
(116,104,135)
#807591
(128,117,145)
#8C829B
(140,130,155)
#988FA5
(152,143,165)
#A49CAF
(164,156,175)
#B0A9B9
(176,169,185)
#BCB6C3
(188,182,195)
#C8C3CD
(200,195,205)
#D4D0D7
(212,208,215)
#E0DDE1
(224,221,225)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746887; }

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

This text font color is #746887.


Background Color

.myBgColor { background-color: #746887; }

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

This div background color is #746887.


Border color

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

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

This div border color is #746887.


Opacity

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

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

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

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

This text has shadow with #746887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746887 on black background.


Color preview on white background

This text has color #746887 on white background.



Black color preview on #746887 background

This text has black color on #746887 background.


White color preview on #746887 background

This text has white color on #746887 background.