COLOR #6E776B

HEX: #6E776B
RGB: (110,119,107)

Color info

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

RGB color model

#6E776B color RGB value is (110,119,107).

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

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 107 of 255 = 42%

110
119
107

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 107 = 336 (100%)
R 110 of 336 ~ 32.74%
G 119 of 336 ~ 35.42%
B 107 of 336 ~ 31.85%

%32.74
%35.42
%31.85

CMYK color model

#6E776B color CMYK value is (8,0,10,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(8,0,10,53)
C8M0Y10K53 
(8%,0%,10%,53%)
(0.08/0.00/0.10/0.53)	

CMYK percentages

%7.56
%0
%10.08
%53.33

Codes

Color #6E776B in popluar color models

6E776B
RGB110119107
HSL105°5.31%44.31%
HSB/HSV105°10.08%46.67%
CMYK7.56%0.00%10.08%
53.33%

Color #6E776B in popluar number systems.

HEX6E776B
Decimal110119107
Binary110111011101111101011
Octal156167153

Shades and tints

Shades of #6E776B

#6E776B
(110,119,107)
#646D62
(100,109,98)
#5A6359
(90,99,89)
#505950
(80,89,80)
#464F47
(70,79,71)
#3C453E
(60,69,62)
#323B35
(50,59,53)
#28312C
(40,49,44)
#1E2723
(30,39,35)
#141D1A
(20,29,26)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #6E776B

#6E776B
(110,119,107)
#7B8378
(123,131,120)
#888F85
(136,143,133)
#959B92
(149,155,146)
#A2A79F
(162,167,159)
#AFB3AC
(175,179,172)
#BCBFB9
(188,191,185)
#C9CBC6
(201,203,198)
#D6D7D3
(214,215,211)
#E3E3E0
(227,227,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E776B; }

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

This text font color is #6E776B.


Background Color

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

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

This div background color is #6E776B.


Border color

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

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

This div border color is #6E776B.


Opacity

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

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

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

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

This text has shadow with #6E776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E776B on black background.


Color preview on white background

This text has color #6E776B on white background.



Black color preview on #6E776B background

This text has black color on #6E776B background.


White color preview on #6E776B background

This text has white color on #6E776B background.