COLOR #6E777A

HEX: #6E777A RGB: (110,119,122)

Color info

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

RGB color model

#6E777A color RGB value is (110,119,122).

RGB: (110,119,122) (43%, 47%, 48%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 122 of 255 = 48%

110
119
122

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

Portions of RGB colors in percentages

R + G + B = 110 + 119 + 122 = 351 (100%)
R 110 of 351 ~ 31.34%
G 119 of 351 ~ 33.9%
B 122 of 351 ~ 34.76'%

%31.34
%33.9
%34.76

CMYK color model

#6E777A color CMYK value is (10,2,0,52).

  • cyan value is 9.84%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (10,2,0,52)
C10M2Y0K52 (10%, 2%, 0%, 52%)
(0.10 / 0.02 / 0.00 / 0.52)

CMYK percentages

%9.84
%2.46
%0
%52.16

Codes

Color #6E777A in popluar color models

6E 77 7A
RGB 110 119 122
HSL 195° 5.17% 45.49%
HSB/HSV 195° 9.84% 47.84%
CMYK 9.84% 2.46% 0.00%
52.16%

Color #6E777A in popluar number systems.

HEX 6E 77 7A
Decimal 110 119 122
Binary 1101110 1110111 1111010
Octal 156 167 172

Shades and tints

Shades of #6E777A

#6E777A
(110,119,122)
#646D6F
(100,109,111)
#5A6364
(90,99,100)
#505959
(80,89,89)
#464F4E
(70,79,78)
#3C4543
(60,69,67)
#323B38
(50,59,56)
#28312D
(40,49,45)
#1E2722
(30,39,34)
#141D17
(20,29,23)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E777A

#6E777A
(110,119,122)
#7B8386
(123,131,134)
#888F92
(136,143,146)
#959B9E
(149,155,158)
#A2A7AA
(162,167,170)
#AFB3B6
(175,179,182)
#BCBFC2
(188,191,194)
#C9CBCE
(201,203,206)
#D6D7DA
(214,215,218)
#E3E3E6
(227,227,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E777A; }

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

This text font color is #6E777A.

Background Color

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

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

This div background color is #6E777A.

Border color

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

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

This div border color is #6E777A.

Opacity

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

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

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

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

This text has shadow with #6E777A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E777A.

Preview

Color preview on black background

This text has color #6E777A on black background.


Color preview on white background

This text has color #6E777A on white background.


Black color preview on #6E777A background

This text has black color on #6E777A background.


White color preview on #6E777A background

This text has white color on #6E777A background.


Related colors

Complementary color

Complementary color for #hex is #918885.


I love getcolorcode.com

Triadic colors

1 #7A6E77 and #777A6E with #6E777A are triadic colors.

2 #7A776E and #776E7A with #6E777A are triadic colors.