COLOR #6D765A

HEX: #6D765A RGB: (109,118,90)

Color info

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

RGB color model

#6D765A color RGB value is (109,118,90).

RGB: (109,118,90) (43%, 46%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 90 of 255 = 35%

109
118
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 118 + 90 = 317 (100%)
R 109 of 317 ~ 34.38%
G 118 of 317 ~ 37.22%
B 90 of 317 ~ 28.39'%

%34.38
%37.22
%28.39

CMYK color model

#6D765A color CMYK value is (8,0,24,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK: (8,0,24,54) C8M0Y24K54 (8%,0%,24%,54%) (0.08/0.00/0.24/0.54) 

CMYK percentages

%7.63
%0
%23.73
%53.73

Codes

Color #6D765A in popluar color models

6D 76 5A
RGB 109 118 90
HSL 79° 13.46% 40.78%
HSB/HSV 79° 23.73% 46.27%
CMYK 7.63% 0.00% 23.73%
53.73%

Color #6D765A in popluar number systems.

HEX 6D 76 5A
Decimal 109 118 90
Binary 1101101 1110110 1011010
Octal 155 166 132

Shades and tints

Shades of #6D765A

#6D765A
(109,118,90)
#646C52
(100,108,82)
#5B624A
(91,98,74)
#525842
(82,88,66)
#494E3A
(73,78,58)
#404432
(64,68,50)
#373A2A
(55,58,42)
#2E3022
(46,48,34)
#25261A
(37,38,26)
#1C1C12
(28,28,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #6D765A

#6D765A
(109,118,90)
#7A8269
(122,130,105)
#878E78
(135,142,120)
#949A87
(148,154,135)
#A1A696
(161,166,150)
#AEB2A5
(174,178,165)
#BBBEB4
(187,190,180)
#C8CAC3
(200,202,195)
#D5D6D2
(213,214,210)
#E2E2E1
(226,226,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D765A; }

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

This text font color is #6D765A.

Background Color

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

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

This div background color is #6D765A.

Border color

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

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

This div border color is #6D765A.

Opacity

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

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

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

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

This text has shadow with #6D765A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D765A.

Preview

Color preview on black background

This text has color #6D765A on black background.


Color preview on white background

This text has color #6D765A on white background.


Black color preview on #6D765A background

This text has black color on #6D765A background.


White color preview on #6D765A background

This text has white color on #6D765A background.


Related colors

Complementary color

Complementary color for #hex is #9289A5.


I love getcolorcode.com

Triadic colors

1 #5A6D76 and #765A6D with #6D765A are triadic colors.

2 #5A766D and #766D5A with #6D765A are triadic colors.