COLOR #6D764F

HEX: #6D764F
RGB: (109,118,79)

Color info

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

RGB color model

#6D764F color RGB value is (109,118,79).

  • red value is 109;
  • green value is 118;
  • blue value is 79.
RGB: (109,118,79) (43%,46%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 79 of 255 = 31%

109
118
79

R + G + B ~ 40%. #6D764F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 79 = 306 (100%)
R 109 of 306 ~ 35.62%
G 118 of 306 ~ 38.56%
B 79 of 306 ~ 25.82%

%35.62
%38.56
%25.82

CMYK color model

#6D764F color CMYK value is (8,0,33,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK: (8,0,33,54) C8M0Y33K54 (8%,0%,33%,54%) (0.08/0.00/0.33/0.54)

CMYK percentages

%7.63
%0
%33.05
%53.73

Codes

Color #6D764F in popluar color models

6D764F
RGB10911879
HSL74°19.80%38.63%
HSB/HSV74°33.05%46.27%
CMYK7.63%0.00%33.05%
53.73%

Color #6D764F in popluar number systems.

HEX6D764F
Decimal10911879
Binary110110111101101001111
Octal155166117

Shades and tints

Shades of #6D764F

#6D764F
(109,118,79)
#646C48
(100,108,72)
#5B6241
(91,98,65)
#52583A
(82,88,58)
#494E33
(73,78,51)
#40442C
(64,68,44)
#373A25
(55,58,37)
#2E301E
(46,48,30)
#252617
(37,38,23)
#1C1C10
(28,28,16)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #6D764F

#6D764F
(109,118,79)
#7A825F
(122,130,95)
#878E6F
(135,142,111)
#949A7F
(148,154,127)
#A1A68F
(161,166,143)
#AEB29F
(174,178,159)
#BBBEAF
(187,190,175)
#C8CABF
(200,202,191)
#D5D6CF
(213,214,207)
#E2E2DF
(226,226,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D764F color. Also use rgb(109,118,79) instead hex code.

Text Font Color

.myTextColor { color: #6D764F; }

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

This text font color is #6D764F.


Background Color

.myBgColor { background-color: #6D764F; }

<div style="background-color:#6D764F">Inner text</div>

This div background color is #6D764F.


Border color

.myBorderColor { border: 1px solid #6D764F; }

<div style="border:3px solid #6D764F">Div</div>

This div border color is #6D764F.


Opacity

.myOpacity80 { color: #6D764F; opacity: 0.8; }

<p style="color:#6D764F;opacity:0.8;">80%</p>

Text with #6D764F 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 #6D764F;}

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

This text has shadow with #6D764F color.

.textShadow {text-shadow: 3px 3px 1px #6D764F, 3px 3px 1px red;}

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

This text has shadow with #6D764F primary color and red secondary color.


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

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

This text has shadow with #6D764F and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D764F on black background.


Color preview on white background

This text has color #6D764F on white background.



Black color preview on #6D764F background

This text has black color on #6D764F background.


White color preview on #6D764F background

This text has white color on #6D764F background.