COLOR #6E777E

HEX: #6E777E
RGB: (110,119,126)

Color info

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

RGB color model

#6E777E color RGB value is (110,119,126).

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

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 126 of 255 = 49%

110
119
126

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 126 = 355 (100%)
R 110 of 355 ~ 30.99%
G 119 of 355 ~ 33.52%
B 126 of 355 ~ 35.49%

%30.99
%33.52
%35.49

CMYK color model

#6E777E color CMYK value is (13,6,0,51).

  • cyan value is 12.70%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (13,6,0,51) C13M6Y0K51 (13%,6%,0%,51%) (0.13/0.06/0.00/0.51)

CMYK percentages

%12.7
%5.56
%0
%50.59

Codes

Color #6E777E in popluar color models

6E777E
RGB110119126
HSL206°6.78%46.27%
HSB/HSV206°12.70%49.41%
CMYK12.70%5.56%0.00%
50.59%

Color #6E777E in popluar number systems.

HEX6E777E
Decimal110119126
Binary110111011101111111110
Octal156167176

Shades and tints

Shades of #6E777E

#6E777E
(110,119,126)
#646D73
(100,109,115)
#5A6368
(90,99,104)
#50595D
(80,89,93)
#464F52
(70,79,82)
#3C4547
(60,69,71)
#323B3C
(50,59,60)
#283131
(40,49,49)
#1E2726
(30,39,38)
#141D1B
(20,29,27)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #6E777E

#6E777E
(110,119,126)
#7B8389
(123,131,137)
#888F94
(136,143,148)
#959B9F
(149,155,159)
#A2A7AA
(162,167,170)
#AFB3B5
(175,179,181)
#BCBFC0
(188,191,192)
#C9CBCB
(201,203,203)
#D6D7D6
(214,215,214)
#E3E3E1
(227,227,225)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E777E; }

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

This text font color is #6E777E.


Background Color

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

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

This div background color is #6E777E.


Border color

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

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

This div border color is #6E777E.


Opacity

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

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

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

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

This text has shadow with #6E777E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E777E on black background.


Color preview on white background

This text has color #6E777E on white background.



Black color preview on #6E777E background

This text has black color on #6E777E background.


White color preview on #6E777E background

This text has white color on #6E777E background.