COLOR #6E7760

HEX: #6E7760
RGB: (110,119,96)

Color info

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

RGB color model

#6E7760 color RGB value is (110,119,96).

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

RGB channels and saturation

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

110
119
96

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 96 = 325 (100%)
R 110 of 325 ~ 33.85%
G 119 of 325 ~ 36.62%
B 96 of 325 ~ 29.54%

%33.85
%36.62
%29.54

CMYK color model

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

  • cyan value is 7.56%
  • 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

%7.56
%0
%19.33
%53.33

Codes

Color #6E7760 in popluar color models

6E7760
RGB11011996
HSL83°10.70%42.16%
HSB/HSV83°19.33%46.67%
CMYK7.56%0.00%19.33%
53.33%

Color #6E7760 in popluar number systems.

HEX6E7760
Decimal11011996
Binary110111011101111100000
Octal156167140

Shades and tints

Shades of #6E7760

#6E7760
(110,119,96)
#646D58
(100,109,88)
#5A6350
(90,99,80)
#505948
(80,89,72)
#464F40
(70,79,64)
#3C4538
(60,69,56)
#323B30
(50,59,48)
#283128
(40,49,40)
#1E2720
(30,39,32)
#141D18
(20,29,24)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E7760

#6E7760
(110,119,96)
#7B836E
(123,131,110)
#888F7C
(136,143,124)
#959B8A
(149,155,138)
#A2A798
(162,167,152)
#AFB3A6
(175,179,166)
#BCBFB4
(188,191,180)
#C9CBC2
(201,203,194)
#D6D7D0
(214,215,208)
#E3E3DE
(227,227,222)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7760; }

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

This text font color is #6E7760.


Background Color

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

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

This div background color is #6E7760.


Border color

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

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

This div border color is #6E7760.


Opacity

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

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

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

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

This text has shadow with #6E7760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7760 on black background.


Color preview on white background

This text has color #6E7760 on white background.



Black color preview on #6E7760 background

This text has black color on #6E7760 background.


White color preview on #6E7760 background

This text has white color on #6E7760 background.