COLOR #6E7756

HEX: #6E7756
RGB: (110,119,86)

Color info

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

RGB color model

#6E7756 color RGB value is (110,119,86).

  • red value is 110;
  • green value is 119;
  • blue value is 86.
RGB:
(110,119,86)
(43%,47%,34%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 86 of 255 = 34%

110
119
86

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 86 = 315 (100%)
R 110 of 315 ~ 34.92%
G 119 of 315 ~ 37.78%
B 86 of 315 ~ 27.3%

%34.92
%37.78
%27.3

CMYK color model

#6E7756 color CMYK value is (8,0,28,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(8,0,28,53)
C8M0Y28K53 
(8%,0%,28%,53%)
(0.08/0.00/0.28/0.53)	

CMYK percentages

%7.56
%0
%27.73
%53.33

Codes

Color #6E7756 in popluar color models

6E7756
RGB11011986
HSL76°16.10%40.20%
HSB/HSV76°27.73%46.67%
CMYK7.56%0.00%27.73%
53.33%

Color #6E7756 in popluar number systems.

HEX6E7756
Decimal11011986
Binary110111011101111010110
Octal156167126

Shades and tints

Shades of #6E7756

#6E7756
(110,119,86)
#646D4F
(100,109,79)
#5A6348
(90,99,72)
#505941
(80,89,65)
#464F3A
(70,79,58)
#3C4533
(60,69,51)
#323B2C
(50,59,44)
#283125
(40,49,37)
#1E271E
(30,39,30)
#141D17
(20,29,23)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E7756

#6E7756
(110,119,86)
#7B8365
(123,131,101)
#888F74
(136,143,116)
#959B83
(149,155,131)
#A2A792
(162,167,146)
#AFB3A1
(175,179,161)
#BCBFB0
(188,191,176)
#C9CBBF
(201,203,191)
#D6D7CE
(214,215,206)
#E3E3DD
(227,227,221)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7756 color. Also use rgb(110,119,86) instead hex code.

Text Font Color

.myTextColor { color: #6E7756; }

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

This text font color is #6E7756.


Background Color

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

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

This div background color is #6E7756.


Border color

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

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

This div border color is #6E7756.


Opacity

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

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

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

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

This text has shadow with #6E7756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7756 on black background.


Color preview on white background

This text has color #6E7756 on white background.



Black color preview on #6E7756 background

This text has black color on #6E7756 background.


White color preview on #6E7756 background

This text has white color on #6E7756 background.