COLOR #746B65

HEX: #746B65
RGB: (116,107,101)

Color info

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

RGB color model

#746B65 color RGB value is (116,107,101).

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

RGB channels and saturation

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

116
107
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 107 + 101 = 324 (100%)
R 116 of 324 ~ 35.8%
G 107 of 324 ~ 33.02%
B 101 of 324 ~ 31.17%

%35.8
%33.02
%31.17

CMYK color model

#746B65 color CMYK value is (0,8,13,55).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(0,8,13,55)
C0M8Y13K55 
(0%,8%,13%,55%)
(0.00/0.08/0.13/0.55)	

CMYK percentages

%0
%7.76
%12.93
%54.51

Codes

Color #746B65 in popluar color models

746B65
RGB116107101
HSL24°6.91%42.55%
HSB/HSV24°12.93%45.49%
CMYK0.00%7.76%12.93%
54.51%

Color #746B65 in popluar number systems.

HEX746B65
Decimal116107101
Binary111010011010111100101
Octal164153145

Shades and tints

Shades of #746B65

#746B65
(116,107,101)
#6A625C
(106,98,92)
#605953
(96,89,83)
#56504A
(86,80,74)
#4C4741
(76,71,65)
#423E38
(66,62,56)
#38352F
(56,53,47)
#2E2C26
(46,44,38)
#24231D
(36,35,29)
#1A1A14
(26,26,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #746B65

#746B65
(116,107,101)
#807873
(128,120,115)
#8C8581
(140,133,129)
#98928F
(152,146,143)
#A49F9D
(164,159,157)
#B0ACAB
(176,172,171)
#BCB9B9
(188,185,185)
#C8C6C7
(200,198,199)
#D4D3D5
(212,211,213)
#E0E0E3
(224,224,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B65; }

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

This text font color is #746B65.


Background Color

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

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

This div background color is #746B65.


Border color

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

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

This div border color is #746B65.


Opacity

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

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

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

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

This text has shadow with #746B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B65 on black background.


Color preview on white background

This text has color #746B65 on white background.



Black color preview on #746B65 background

This text has black color on #746B65 background.


White color preview on #746B65 background

This text has white color on #746B65 background.