COLOR #746F8E

HEX: #746F8E RGB: (116,111,142)

Color info

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

RGB color model

#746F8E color RGB value is (116,111,142).

RGB: (116,111,142) (45%, 44%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 142 of 255 = 56%

116
111
142

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

Portions of RGB colors in percentages

R + G + B = 116 + 111 + 142 = 369 (100%)
R 116 of 369 ~ 31.44%
G 111 of 369 ~ 30.08%
B 142 of 369 ~ 38.48'%

%31.44
%30.08
%38.48

CMYK color model

#746F8E color CMYK value is (18,22,0,44).

  • cyan value is 18.31%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (18,22,0,44)
C18M22Y0K44 (18%, 22%, 0%, 44%)
(0.18 / 0.22 / 0.00 / 0.44)

CMYK percentages

%18.31
%21.83
%0
%44.31

Codes

Color #746F8E in popluar color models

74 6F 8E
RGB 116 111 142
HSL 250° 12.25% 49.61%
HSB/HSV 250° 21.83% 55.69%
CMYK 18.31% 21.83% 0.00%
44.31%

Color #746F8E in popluar number systems.

HEX 74 6F 8E
Decimal 116 111 142
Binary 1110100 1101111 10001110
Octal 164 157 216

Shades and tints

Shades of #746F8E

#746F8E
(116,111,142)
#6A6582
(106,101,130)
#605B76
(96,91,118)
#56516A
(86,81,106)
#4C475E
(76,71,94)
#423D52
(66,61,82)
#383346
(56,51,70)
#2E293A
(46,41,58)
#241F2E
(36,31,46)
#1A1522
(26,21,34)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #746F8E

#746F8E
(116,111,142)
#807C98
(128,124,152)
#8C89A2
(140,137,162)
#9896AC
(152,150,172)
#A4A3B6
(164,163,182)
#B0B0C0
(176,176,192)
#BCBDCA
(188,189,202)
#C8CAD4
(200,202,212)
#D4D7DE
(212,215,222)
#E0E4E8
(224,228,232)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F8E color. Also use rgb(116,111,142) instead hex code.

Text Font Color

.myTextColor { color: #746F8E; }

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

This text font color is #746F8E.

Background Color

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

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

This div background color is #746F8E.

Border color

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

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

This div border color is #746F8E.

Opacity

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

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

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

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

This text has shadow with #746F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746F8E.

Preview

Color preview on black background

This text has color #746F8E on black background.


Color preview on white background

This text has color #746F8E on white background.


Black color preview on #746F8E background

This text has black color on #746F8E background.


White color preview on #746F8E background

This text has white color on #746F8E background.


Related colors

Complementary color

Complementary color for #hex is #8B9071.


I love getcolorcode.com

Triadic colors

1 #8E746F and #6F8E74 with #746F8E are triadic colors.

2 #8E6F74 and #6F748E with #746F8E are triadic colors.