COLOR #6D784C

HEX: #6D784C RGB: (109,120,76)

Color info

#6D784C contains red, green and blue colors in about the same proportion. Web safe color of #6D784C is #666633 (or #663).

RGB color model

#6D784C color RGB value is (109,120,76).

RGB: (109,120,76) (43%, 47%, 30%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 76 of 255 = 30%

109
120
76

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 76 = 305 (100%)
R 109 of 305 ~ 35.74%
G 120 of 305 ~ 39.34%
B 76 of 305 ~ 24.92'%

%35.74
%39.34
%24.92

CMYK color model

#6D784C color CMYK value is (9,0,37,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%

CMYK: (9,0,37,53)
C9M0Y37K53 (9%, 0%, 37%, 53%)
(0.09 / 0.00 / 0.37 / 0.53)

CMYK percentages

%9.17
%0
%36.67
%52.94

Codes

Color #6D784C in popluar color models

6D 78 4C
RGB 109 120 76
HSL 75° 22.45% 38.43%
HSB/HSV 75° 36.67% 47.06%
CMYK 9.17% 0.00% 36.67%
52.94%

Color #6D784C in popluar number systems.

HEX 6D 78 4C
Decimal 109 120 76
Binary 1101101 1111000 1001100
Octal 155 170 114

Shades and tints

Shades of #6D784C

#6D784C
(109,120,76)
#646E46
(100,110,70)
#5B6440
(91,100,64)
#525A3A
(82,90,58)
#495034
(73,80,52)
#40462E
(64,70,46)
#373C28
(55,60,40)
#2E3222
(46,50,34)
#25281C
(37,40,28)
#1C1E16
(28,30,22)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D784C

#6D784C
(109,120,76)
#7A845C
(122,132,92)
#87906C
(135,144,108)
#949C7C
(148,156,124)
#A1A88C
(161,168,140)
#AEB49C
(174,180,156)
#BBC0AC
(187,192,172)
#C8CCBC
(200,204,188)
#D5D8CC
(213,216,204)
#E2E4DC
(226,228,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D784C color. Also use rgb(109,120,76) instead hex code.

Text Font Color

.myTextColor { color: #6D784C; }

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

This text font color is #6D784C.

Background Color

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

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

This div background color is #6D784C.

Border color

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

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

This div border color is #6D784C.

Opacity

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

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

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

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

This text has shadow with #6D784C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D784C.

Preview

Color preview on black background

This text has color #6D784C on black background.


Color preview on white background

This text has color #6D784C on white background.


Black color preview on #6D784C background

This text has black color on #6D784C background.


White color preview on #6D784C background

This text has white color on #6D784C background.


Related colors

Complementary color

Complementary color for #hex is #9287B3.


I love getcolorcode.com

Triadic colors

1 #4C6D78 and #784C6D with #6D784C are triadic colors.

2 #4C786D and #786D4C with #6D784C are triadic colors.