COLOR #746D9C

HEX: #746D9C RGB: (116,109,156)

Color info

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

RGB color model

#746D9C color RGB value is (116,109,156).

RGB: (116,109,156) (45%, 43%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 156 of 255 = 61%

116
109
156

R + G + B ~ 50%. #746D9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 109 + 156 = 381 (100%)
R 116 of 381 ~ 30.45%
G 109 of 381 ~ 28.61%
B 156 of 381 ~ 40.94'%

%30.45
%28.61
%40.94

CMYK color model

#746D9C color CMYK value is (26,30,0,39).

  • cyan value is 25.64%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (26,30,0,39)
C26M30Y0K39 (26%, 30%, 0%, 39%)
(0.26 / 0.30 / 0.00 / 0.39)

CMYK percentages

%25.64
%30.13
%0
%38.82

Codes

Color #746D9C in popluar color models

74 6D 9C
RGB 116 109 156
HSL 249° 19.18% 51.96%
HSB/HSV 249° 30.13% 61.18%
CMYK 25.64% 30.13% 0.00%
38.82%

Color #746D9C in popluar number systems.

HEX 74 6D 9C
Decimal 116 109 156
Binary 1110100 1101101 10011100
Octal 164 155 234

Shades and tints

Shades of #746D9C

#746D9C
(116,109,156)
#6A648E
(106,100,142)
#605B80
(96,91,128)
#565272
(86,82,114)
#4C4964
(76,73,100)
#424056
(66,64,86)
#383748
(56,55,72)
#2E2E3A
(46,46,58)
#24252C
(36,37,44)
#1A1C1E
(26,28,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #746D9C

#746D9C
(116,109,156)
#807AA5
(128,122,165)
#8C87AE
(140,135,174)
#9894B7
(152,148,183)
#A4A1C0
(164,161,192)
#B0AEC9
(176,174,201)
#BCBBD2
(188,187,210)
#C8C8DB
(200,200,219)
#D4D5E4
(212,213,228)
#E0E2ED
(224,226,237)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D9C color. Also use rgb(116,109,156) instead hex code.

Text Font Color

.myTextColor { color: #746D9C; }

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

This text font color is #746D9C.

Background Color

.myBgColor { background-color: #746D9C; }

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

This div background color is #746D9C.

Border color

.myBorderColor { border: 1px solid #746D9C; }

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

This div border color is #746D9C.

Opacity

.myOpacity80 { color: #746D9C; opacity: 0.8; }

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

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

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

This text has shadow with #746D9C color.


.textShadow {text-shadow: 3px 3px 1px #746D9C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #746D9C; -webkit-box-shadow: 1px 1px 3px 2px #746D9C; box-shadow:1px 1px 3px 2px #746D9C;">
Div content here
</div>

This div box has shadow with color #746D9C.

Preview

Color preview on black background

This text has color #746D9C on black background.


Color preview on white background

This text has color #746D9C on white background.


Black color preview on #746D9C background

This text has black color on #746D9C background.


White color preview on #746D9C background

This text has white color on #746D9C background.


Related colors

Complementary color

Complementary color for #hex is #8B9263.


I love getcolorcode.com

Triadic colors

1 #9C746D and #6D9C74 with #746D9C are triadic colors.

2 #9C6D74 and #6D749C with #746D9C are triadic colors.