COLOR #6D7752

HEX: #6D7752
RGB: (109,119,82)

Color info

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

RGB color model

#6D7752 color RGB value is (109,119,82).

  • red value is 109;
  • green value is 119;
  • blue value is 82.
RGB:
(109,119,82)
(43%,47%,32%)

RGB channels and saturation

R 109 of 255 = 43%
G 119 of 255 = 47%
B 82 of 255 = 32%

109
119
82

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

Portions of RGB colors in percentages

R + G + B =
109 + 119 + 82 = 310 (100%)
R 109 of 310 ~ 35.16%
G 119 of 310 ~ 38.39%
B 82 of 310 ~ 26.45%

%35.16
%38.39
%26.45

CMYK color model

#6D7752 color CMYK value is (8,0,31,53).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK:
(8,0,31,53)
C8M0Y31K53 
(8%,0%,31%,53%)
(0.08/0.00/0.31/0.53)	

CMYK percentages

%8.4
%0
%31.09
%53.33

Codes

Color #6D7752 in popluar color models

6D7752
RGB10911982
HSL76°18.41%39.41%
HSB/HSV76°31.09%46.67%
CMYK8.40%0.00%31.09%
53.33%

Color #6D7752 in popluar number systems.

HEX6D7752
Decimal10911982
Binary110110111101111010010
Octal155167122

Shades and tints

Shades of #6D7752

#6D7752
(109,119,82)
#646D4B
(100,109,75)
#5B6344
(91,99,68)
#52593D
(82,89,61)
#494F36
(73,79,54)
#40452F
(64,69,47)
#373B28
(55,59,40)
#2E3121
(46,49,33)
#25271A
(37,39,26)
#1C1D13
(28,29,19)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #6D7752

#6D7752
(109,119,82)
#7A8361
(122,131,97)
#878F70
(135,143,112)
#949B7F
(148,155,127)
#A1A78E
(161,167,142)
#AEB39D
(174,179,157)
#BBBFAC
(187,191,172)
#C8CBBB
(200,203,187)
#D5D7CA
(213,215,202)
#E2E3D9
(226,227,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7752; }

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

This text font color is #6D7752.


Background Color

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

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

This div background color is #6D7752.


Border color

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

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

This div border color is #6D7752.


Opacity

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

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

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

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

This text has shadow with #6D7752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7752 on black background.


Color preview on white background

This text has color #6D7752 on white background.



Black color preview on #6D7752 background

This text has black color on #6D7752 background.


White color preview on #6D7752 background

This text has white color on #6D7752 background.