COLOR #746C68

HEX: #746C68
RGB: (116,108,104)

Color info

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

RGB color model

#746C68 color RGB value is (116,108,104).

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

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 104 of 255 = 41%

116
108
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 104 = 328 (100%)
R 116 of 328 ~ 35.37%
G 108 of 328 ~ 32.93%
B 104 of 328 ~ 31.71%

%35.37
%32.93
%31.71

CMYK color model

#746C68 color CMYK value is (0,7,10,55).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(0,7,10,55)
C0M7Y10K55 
(0%,7%,10%,55%)
(0.00/0.07/0.10/0.55)	

CMYK percentages

%0
%6.9
%10.34
%54.51

Codes

Color #746C68 in popluar color models

746C68
RGB116108104
HSL20°5.45%43.14%
HSB/HSV20°10.34%45.49%
CMYK0.00%6.90%10.34%
54.51%

Color #746C68 in popluar number systems.

HEX746C68
Decimal116108104
Binary111010011011001101000
Octal164154150

Shades and tints

Shades of #746C68

#746C68
(116,108,104)
#6A635F
(106,99,95)
#605A56
(96,90,86)
#56514D
(86,81,77)
#4C4844
(76,72,68)
#423F3B
(66,63,59)
#383632
(56,54,50)
#2E2D29
(46,45,41)
#242420
(36,36,32)
#1A1B17
(26,27,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #746C68

#746C68
(116,108,104)
#807975
(128,121,117)
#8C8682
(140,134,130)
#98938F
(152,147,143)
#A4A09C
(164,160,156)
#B0ADA9
(176,173,169)
#BCBAB6
(188,186,182)
#C8C7C3
(200,199,195)
#D4D4D0
(212,212,208)
#E0E1DD
(224,225,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C68; }

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

This text font color is #746C68.


Background Color

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

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

This div background color is #746C68.


Border color

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

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

This div border color is #746C68.


Opacity

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

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

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

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

This text has shadow with #746C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C68 on black background.


Color preview on white background

This text has color #746C68 on white background.



Black color preview on #746C68 background

This text has black color on #746C68 background.


White color preview on #746C68 background

This text has white color on #746C68 background.