COLOR #6E766E

HEX: #6E766E
RGB: (110,118,110)

Color info

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

RGB color model

#6E766E color RGB value is (110,118,110).

  • red value is 110;
  • green value is 118;
  • blue value is 110.
RGB:
(110,118,110)
(43%,46%,43%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 110 of 255 = 43%

110
118
110

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

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 110 = 338 (100%)
R 110 of 338 ~ 32.54%
G 118 of 338 ~ 34.91%
B 110 of 338 ~ 32.54%

%32.54
%34.91
%32.54

CMYK color model

#6E766E color CMYK value is (7,0,7,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(7,0,7,54)
C7M0Y7K54 
(7%,0%,7%,54%)
(0.07/0.00/0.07/0.54)	

CMYK percentages

%6.78
%0
%6.78
%53.73

Codes

Color #6E766E in popluar color models

6E766E
RGB110118110
HSL120°3.51%44.71%
HSB/HSV120°6.78%46.27%
CMYK6.78%0.00%6.78%
53.73%

Color #6E766E in popluar number systems.

HEX6E766E
Decimal110118110
Binary110111011101101101110
Octal156166156

Shades and tints

Shades of #6E766E

#6E766E
(110,118,110)
#646C64
(100,108,100)
#5A625A
(90,98,90)
#505850
(80,88,80)
#464E46
(70,78,70)
#3C443C
(60,68,60)
#323A32
(50,58,50)
#283028
(40,48,40)
#1E261E
(30,38,30)
#141C14
(20,28,20)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #6E766E

#6E766E
(110,118,110)
#7B827B
(123,130,123)
#888E88
(136,142,136)
#959A95
(149,154,149)
#A2A6A2
(162,166,162)
#AFB2AF
(175,178,175)
#BCBEBC
(188,190,188)
#C9CAC9
(201,202,201)
#D6D6D6
(214,214,214)
#E3E2E3
(227,226,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E766E; }

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

This text font color is #6E766E.


Background Color

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

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

This div background color is #6E766E.


Border color

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

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

This div border color is #6E766E.


Opacity

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

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

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

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

This text has shadow with #6E766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E766E on black background.


Color preview on white background

This text has color #6E766E on white background.



Black color preview on #6E766E background

This text has black color on #6E766E background.


White color preview on #6E766E background

This text has white color on #6E766E background.