COLOR #746C65

HEX: #746C65
RGB: (116,108,101)

Color info

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

RGB color model

#746C65 color RGB value is (116,108,101).

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

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 101 of 255 = 40%

116
108
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 101 = 325 (100%)
R 116 of 325 ~ 35.69%
G 108 of 325 ~ 33.23%
B 101 of 325 ~ 31.08%

%35.69
%33.23
%31.08

CMYK color model

#746C65 color CMYK value is (0,7,13,55).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK: (0,7,13,55) C0M7Y13K55 (0%,7%,13%,55%) (0.00/0.07/0.13/0.55)

CMYK percentages

%0
%6.9
%12.93
%54.51

Codes

Color #746C65 in popluar color models

746C65
RGB116108101
HSL28°6.91%42.55%
HSB/HSV28°12.93%45.49%
CMYK0.00%6.90%12.93%
54.51%

Color #746C65 in popluar number systems.

HEX746C65
Decimal116108101
Binary111010011011001100101
Octal164154145

Shades and tints

Shades of #746C65

#746C65
(116,108,101)
#6A635C
(106,99,92)
#605A53
(96,90,83)
#56514A
(86,81,74)
#4C4841
(76,72,65)
#423F38
(66,63,56)
#38362F
(56,54,47)
#2E2D26
(46,45,38)
#24241D
(36,36,29)
#1A1B14
(26,27,20)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #746C65

#746C65
(116,108,101)
#807973
(128,121,115)
#8C8681
(140,134,129)
#98938F
(152,147,143)
#A4A09D
(164,160,157)
#B0ADAB
(176,173,171)
#BCBAB9
(188,186,185)
#C8C7C7
(200,199,199)
#D4D4D5
(212,212,213)
#E0E1E3
(224,225,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746C65; }

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

This text font color is #746C65.


Background Color

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

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

This div background color is #746C65.


Border color

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

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

This div border color is #746C65.


Opacity

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

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

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

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

This text has shadow with #746C65 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #746C65 on black background.


Color preview on white background

This text has color #746C65 on white background.



Black color preview on #746C65 background

This text has black color on #746C65 background.


White color preview on #746C65 background

This text has white color on #746C65 background.