COLOR #6D7760

HEX: #6D7760 RGB: (109,119,96)

Color info

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

RGB color model

#6D7760 color RGB value is (109,119,96).

RGB: (109,119,96) (43%, 47%, 38%)

RGB channels and saturation

R 109 of 255 = 43%
G 119 of 255 = 47%
B 96 of 255 = 38%

109
119
96

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

Portions of RGB colors in percentages

R + G + B = 109 + 119 + 96 = 324 (100%)
R 109 of 324 ~ 33.64%
G 119 of 324 ~ 36.73%
B 96 of 324 ~ 29.63'%

%33.64
%36.73
%29.63

CMYK color model

#6D7760 color CMYK value is (8,0,19,53).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%

CMYK: (8,0,19,53)
C8M0Y19K53 (8%, 0%, 19%, 53%)
(0.08 / 0.00 / 0.19 / 0.53)

CMYK percentages

%8.4
%0
%19.33
%53.33

Codes

Color #6D7760 in popluar color models

6D 77 60
RGB 109 119 96
HSL 86° 10.70% 42.16%
HSB/HSV 86° 19.33% 46.67%
CMYK 8.40% 0.00% 19.33%
53.33%

Color #6D7760 in popluar number systems.

HEX 6D 77 60
Decimal 109 119 96
Binary 1101101 1110111 1100000
Octal 155 167 140

Shades and tints

Shades of #6D7760

#6D7760
(109,119,96)
#646D58
(100,109,88)
#5B6350
(91,99,80)
#525948
(82,89,72)
#494F40
(73,79,64)
#404538
(64,69,56)
#373B30
(55,59,48)
#2E3128
(46,49,40)
#252720
(37,39,32)
#1C1D18
(28,29,24)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #6D7760

#6D7760
(109,119,96)
#7A836E
(122,131,110)
#878F7C
(135,143,124)
#949B8A
(148,155,138)
#A1A798
(161,167,152)
#AEB3A6
(174,179,166)
#BBBFB4
(187,191,180)
#C8CBC2
(200,203,194)
#D5D7D0
(213,215,208)
#E2E3DE
(226,227,222)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7760 color. Also use rgb(109,119,96) instead hex code.

Text Font Color

.myTextColor { color: #6D7760; }

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

This text font color is #6D7760.

Background Color

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

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

This div background color is #6D7760.

Border color

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

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

This div border color is #6D7760.

Opacity

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

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

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

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

This text has shadow with #6D7760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7760.

Preview

Color preview on black background

This text has color #6D7760 on black background.


Color preview on white background

This text has color #6D7760 on white background.


Black color preview on #6D7760 background

This text has black color on #6D7760 background.


White color preview on #6D7760 background

This text has white color on #6D7760 background.


Related colors

Complementary color

Complementary color for #hex is #92889F.


I love getcolorcode.com

Triadic colors

1 #606D77 and #77606D with #6D7760 are triadic colors.

2 #60776D and #776D60 with #6D7760 are triadic colors.