COLOR #746C81

HEX: #746C81
RGB: (116,108,129)

Color info

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

RGB color model

#746C81 color RGB value is (116,108,129).

  • red value is 116;
  • green value is 108;
  • blue value is 129.
RGB:
(116,108,129)
(45%,42%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 129 of 255 = 51%

116
108
129

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 129 = 353 (100%)
R 116 of 353 ~ 32.86%
G 108 of 353 ~ 30.59%
B 129 of 353 ~ 36.54%

%32.86
%30.59
%36.54

CMYK color model

#746C81 color CMYK value is (10,16,0,49).

  • cyan value is 10.08%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(10,16,0,49)
C10M16Y0K49 
(10%,16%,0%,49%)
(0.10/0.16/0.00/0.49)	

CMYK percentages

%10.08
%16.28
%0
%49.41

Codes

Color #746C81 in popluar color models

746C81
RGB116108129
HSL263°8.86%46.47%
HSB/HSV263°16.28%50.59%
CMYK10.08%16.28%0.00%
49.41%

Color #746C81 in popluar number systems.

HEX746C81
Decimal116108129
Binary1110100110110010000001
Octal164154201

Shades and tints

Shades of #746C81

#746C81
(116,108,129)
#6A6376
(106,99,118)
#605A6B
(96,90,107)
#565160
(86,81,96)
#4C4855
(76,72,85)
#423F4A
(66,63,74)
#38363F
(56,54,63)
#2E2D34
(46,45,52)
#242429
(36,36,41)
#1A1B1E
(26,27,30)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #746C81

#746C81
(116,108,129)
#80798C
(128,121,140)
#8C8697
(140,134,151)
#9893A2
(152,147,162)
#A4A0AD
(164,160,173)
#B0ADB8
(176,173,184)
#BCBAC3
(188,186,195)
#C8C7CE
(200,199,206)
#D4D4D9
(212,212,217)
#E0E1E4
(224,225,228)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C81; }

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

This text font color is #746C81.


Background Color

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

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

This div background color is #746C81.


Border color

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

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

This div border color is #746C81.


Opacity

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

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

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

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

This text has shadow with #746C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C81 on black background.


Color preview on white background

This text has color #746C81 on white background.



Black color preview on #746C81 background

This text has black color on #746C81 background.


White color preview on #746C81 background

This text has white color on #746C81 background.