COLOR #6E776A

HEX: #6E776A
RGB: (110,119,106)

Color info

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

RGB color model

#6E776A color RGB value is (110,119,106).

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

RGB channels and saturation

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

110
119
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 106 = 335 (100%)
R 110 of 335 ~ 32.84%
G 119 of 335 ~ 35.52%
B 106 of 335 ~ 31.64%

%32.84
%35.52
%31.64

CMYK color model

#6E776A color CMYK value is (8,0,11,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(8,0,11,53)
C8M0Y11K53 
(8%,0%,11%,53%)
(0.08/0.00/0.11/0.53)	

CMYK percentages

%7.56
%0
%10.92
%53.33

Codes

Color #6E776A in popluar color models

6E776A
RGB110119106
HSL102°5.78%44.12%
HSB/HSV102°10.92%46.67%
CMYK7.56%0.00%10.92%
53.33%

Color #6E776A in popluar number systems.

HEX6E776A
Decimal110119106
Binary110111011101111101010
Octal156167152

Shades and tints

Shades of #6E776A

#6E776A
(110,119,106)
#646D61
(100,109,97)
#5A6358
(90,99,88)
#50594F
(80,89,79)
#464F46
(70,79,70)
#3C453D
(60,69,61)
#323B34
(50,59,52)
#28312B
(40,49,43)
#1E2722
(30,39,34)
#141D19
(20,29,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E776A

#6E776A
(110,119,106)
#7B8377
(123,131,119)
#888F84
(136,143,132)
#959B91
(149,155,145)
#A2A79E
(162,167,158)
#AFB3AB
(175,179,171)
#BCBFB8
(188,191,184)
#C9CBC5
(201,203,197)
#D6D7D2
(214,215,210)
#E3E3DF
(227,227,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E776A; }

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

This text font color is #6E776A.


Background Color

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

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

This div background color is #6E776A.


Border color

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

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

This div border color is #6E776A.


Opacity

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

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

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

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

This text has shadow with #6E776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E776A on black background.


Color preview on white background

This text has color #6E776A on white background.



Black color preview on #6E776A background

This text has black color on #6E776A background.


White color preview on #6E776A background

This text has white color on #6E776A background.