COLOR #746788

HEX: #746788
RGB: (116,103,136)

Color info

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

RGB color model

#746788 color RGB value is (116,103,136).

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

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 136 of 255 = 53%

116
103
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 136 = 355 (100%)
R 116 of 355 ~ 32.68%
G 103 of 355 ~ 29.01%
B 136 of 355 ~ 38.31%

%32.68
%29.01
%38.31

CMYK color model

#746788 color CMYK value is (15,24,0,47).

  • cyan value is 14.71%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,24,0,47)
C15M24Y0K47 
(15%,24%,0%,47%)
(0.15/0.24/0.00/0.47)	

CMYK percentages

%14.71
%24.26
%0
%46.67

Codes

Color #746788 in popluar color models

746788
RGB116103136
HSL264°13.81%46.86%
HSB/HSV264°24.26%53.33%
CMYK14.71%24.26%0.00%
46.67%

Color #746788 in popluar number systems.

HEX746788
Decimal116103136
Binary1110100110011110001000
Octal164147210

Shades and tints

Shades of #746788

#746788
(116,103,136)
#6A5E7C
(106,94,124)
#605570
(96,85,112)
#564C64
(86,76,100)
#4C4358
(76,67,88)
#423A4C
(66,58,76)
#383140
(56,49,64)
#2E2834
(46,40,52)
#241F28
(36,31,40)
#1A161C
(26,22,28)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #746788

#746788
(116,103,136)
#807492
(128,116,146)
#8C819C
(140,129,156)
#988EA6
(152,142,166)
#A49BB0
(164,155,176)
#B0A8BA
(176,168,186)
#BCB5C4
(188,181,196)
#C8C2CE
(200,194,206)
#D4CFD8
(212,207,216)
#E0DCE2
(224,220,226)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746788 color. Also use rgb(116,103,136) instead hex code.

Text Font Color

.myTextColor { color: #746788; }

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

This text font color is #746788.


Background Color

.myBgColor { background-color: #746788; }

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

This div background color is #746788.


Border color

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

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

This div border color is #746788.


Opacity

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

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

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

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

This text has shadow with #746788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746788 on black background.


Color preview on white background

This text has color #746788 on white background.



Black color preview on #746788 background

This text has black color on #746788 background.


White color preview on #746788 background

This text has white color on #746788 background.