COLOR #746D87

HEX: #746D87 RGB: (116,109,135)

Color info

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

RGB color model

#746D87 color RGB value is (116,109,135).

RGB: (116,109,135) (45%, 43%, 53%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 135 of 255 = 53%

116
109
135

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

Portions of RGB colors in percentages

R + G + B = 116 + 109 + 135 = 360 (100%)
R 116 of 360 ~ 32.22%
G 109 of 360 ~ 30.28%
B 135 of 360 ~ 37.5'%

%32.22
%30.28
%37.5

CMYK color model

#746D87 color CMYK value is (14,19,0,47).

  • cyan value is 14.07%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (14,19,0,47)
C14M19Y0K47 (14%, 19%, 0%, 47%)
(0.14 / 0.19 / 0.00 / 0.47)

CMYK percentages

%14.07
%19.26
%0
%47.06

Codes

Color #746D87 in popluar color models

74 6D 87
RGB 116 109 135
HSL 256° 10.66% 47.84%
HSB/HSV 256° 19.26% 52.94%
CMYK 14.07% 19.26% 0.00%
47.06%

Color #746D87 in popluar number systems.

HEX 74 6D 87
Decimal 116 109 135
Binary 1110100 1101101 10000111
Octal 164 155 207

Shades and tints

Shades of #746D87

#746D87
(116,109,135)
#6A647B
(106,100,123)
#605B6F
(96,91,111)
#565263
(86,82,99)
#4C4957
(76,73,87)
#42404B
(66,64,75)
#38373F
(56,55,63)
#2E2E33
(46,46,51)
#242527
(36,37,39)
#1A1C1B
(26,28,27)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #746D87

#746D87
(116,109,135)
#807A91
(128,122,145)
#8C879B
(140,135,155)
#9894A5
(152,148,165)
#A4A1AF
(164,161,175)
#B0AEB9
(176,174,185)
#BCBBC3
(188,187,195)
#C8C8CD
(200,200,205)
#D4D5D7
(212,213,215)
#E0E2E1
(224,226,225)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D87; }

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

This text font color is #746D87.

Background Color

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

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

This div background color is #746D87.

Border color

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

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

This div border color is #746D87.

Opacity

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

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

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

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

This text has shadow with #746D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746D87.

Preview

Color preview on black background

This text has color #746D87 on black background.


Color preview on white background

This text has color #746D87 on white background.


Black color preview on #746D87 background

This text has black color on #746D87 background.


White color preview on #746D87 background

This text has white color on #746D87 background.


Related colors

Complementary color

Complementary color for #hex is #8B9278.


I love getcolorcode.com

Triadic colors

1 #87746D and #6D8774 with #746D87 are triadic colors.

2 #876D74 and #6D7487 with #746D87 are triadic colors.