COLOR #746C95

HEX: #746C95 RGB: (116,108,149)

Color info

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

RGB color model

#746C95 color RGB value is (116,108,149).

RGB: (116,108,149) (45%, 42%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 149 of 255 = 58%

116
108
149

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

Portions of RGB colors in percentages

R + G + B = 116 + 108 + 149 = 373 (100%)
R 116 of 373 ~ 31.1%
G 108 of 373 ~ 28.95%
B 149 of 373 ~ 39.95'%

%31.1
%28.95
%39.95

CMYK color model

#746C95 color CMYK value is (22,28,0,42).

  • cyan value is 22.15%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (22,28,0,42)
C22M28Y0K42 (22%, 28%, 0%, 42%)
(0.22 / 0.28 / 0.00 / 0.42)

CMYK percentages

%22.15
%27.52
%0
%41.57

Codes

Color #746C95 in popluar color models

74 6C 95
RGB 116 108 149
HSL 252° 16.21% 50.39%
HSB/HSV 252° 27.52% 58.43%
CMYK 22.15% 27.52% 0.00%
41.57%

Color #746C95 in popluar number systems.

HEX 74 6C 95
Decimal 116 108 149
Binary 1110100 1101100 10010101
Octal 164 154 225

Shades and tints

Shades of #746C95

#746C95
(116,108,149)
#6A6388
(106,99,136)
#605A7B
(96,90,123)
#56516E
(86,81,110)
#4C4861
(76,72,97)
#423F54
(66,63,84)
#383647
(56,54,71)
#2E2D3A
(46,45,58)
#24242D
(36,36,45)
#1A1B20
(26,27,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #746C95

#746C95
(116,108,149)
#80799E
(128,121,158)
#8C86A7
(140,134,167)
#9893B0
(152,147,176)
#A4A0B9
(164,160,185)
#B0ADC2
(176,173,194)
#BCBACB
(188,186,203)
#C8C7D4
(200,199,212)
#D4D4DD
(212,212,221)
#E0E1E6
(224,225,230)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746C95 color. Also use rgb(116,108,149) instead hex code.

Text Font Color

.myTextColor { color: #746C95; }

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

This text font color is #746C95.

Background Color

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

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

This div background color is #746C95.

Border color

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

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

This div border color is #746C95.

Opacity

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

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

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

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

This text has shadow with #746C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746C95.

Preview

Color preview on black background

This text has color #746C95 on black background.


Color preview on white background

This text has color #746C95 on white background.


Black color preview on #746C95 background

This text has black color on #746C95 background.


White color preview on #746C95 background

This text has white color on #746C95 background.


Related colors

Complementary color

Complementary color for #hex is #8B936A.


I love getcolorcode.com

Triadic colors

1 #95746C and #6C9574 with #746C95 are triadic colors.

2 #956C74 and #6C7495 with #746C95 are triadic colors.