COLOR #746C78

HEX: #746C78 RGB: (116,108,120)

Color info

#746C78 contains red, green and blue colors in about the same proportion. Web safe color of #746C78 is #666666 (or #666).

RGB color model

#746C78 color RGB value is (116,108,120).

RGB: (116,108,120) (45%, 42%, 47%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 120 of 255 = 47%

116
108
120

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

Portions of RGB colors in percentages

R + G + B = 116 + 108 + 120 = 344 (100%)
R 116 of 344 ~ 33.72%
G 108 of 344 ~ 31.4%
B 120 of 344 ~ 34.88'%

%33.72
%31.4
%34.88

CMYK color model

#746C78 color CMYK value is (3,10,0,53).

  • cyan value is 3.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (3,10,0,53)
C3M10Y0K53 (3%, 10%, 0%, 53%)
(0.03 / 0.10 / 0.00 / 0.53)

CMYK percentages

%3.33
%10
%0
%52.94

Codes

Color #746C78 in popluar color models

74 6C 78
RGB 116 108 120
HSL 280° 5.26% 44.71%
HSB/HSV 280° 10.00% 47.06%
CMYK 3.33% 10.00% 0.00%
52.94%

Color #746C78 in popluar number systems.

HEX 74 6C 78
Decimal 116 108 120
Binary 1110100 1101100 1111000
Octal 164 154 170

Shades and tints

Shades of #746C78

#746C78
(116,108,120)
#6A636E
(106,99,110)
#605A64
(96,90,100)
#56515A
(86,81,90)
#4C4850
(76,72,80)
#423F46
(66,63,70)
#38363C
(56,54,60)
#2E2D32
(46,45,50)
#242428
(36,36,40)
#1A1B1E
(26,27,30)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #746C78

#746C78
(116,108,120)
#807984
(128,121,132)
#8C8690
(140,134,144)
#98939C
(152,147,156)
#A4A0A8
(164,160,168)
#B0ADB4
(176,173,180)
#BCBAC0
(188,186,192)
#C8C7CC
(200,199,204)
#D4D4D8
(212,212,216)
#E0E1E4
(224,225,228)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C78; }

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

This text font color is #746C78.

Background Color

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

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

This div background color is #746C78.

Border color

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

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

This div border color is #746C78.

Opacity

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

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

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

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

This text has shadow with #746C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746C78.

Preview

Color preview on black background

This text has color #746C78 on black background.


Color preview on white background

This text has color #746C78 on white background.


Black color preview on #746C78 background

This text has black color on #746C78 background.


White color preview on #746C78 background

This text has white color on #746C78 background.


Related colors

Complementary color

Complementary color for #hex is #8B9387.


I love getcolorcode.com

Triadic colors

1 #78746C and #6C7874 with #746C78 are triadic colors.

2 #786C74 and #6C7478 with #746C78 are triadic colors.