COLOR #6E726A

HEX: #6E726A RGB: (110,114,106)

Color info

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

RGB color model

#6E726A color RGB value is (110,114,106).

RGB: (110,114,106) (43%, 45%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 106 of 255 = 42%

110
114
106

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

Portions of RGB colors in percentages

R + G + B = 110 + 114 + 106 = 330 (100%)
R 110 of 330 ~ 33.33%
G 114 of 330 ~ 34.55%
B 106 of 330 ~ 32.12'%

%33.33
%34.55
%32.12

CMYK color model

#6E726A color CMYK value is (4,0,7,55).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK: (4,0,7,55) C4M0Y7K55 (4%,0%,7%,55%) (0.04/0.00/0.07/0.55) 

CMYK percentages

%3.51
%0
%7.02
%55.29

Codes

Color #6E726A in popluar color models

6E 72 6A
RGB 110 114 106
HSL 90° 3.64% 43.14%
HSB/HSV 90° 7.02% 44.71%
CMYK 3.51% 0.00% 7.02%
55.29%

Color #6E726A in popluar number systems.

HEX 6E 72 6A
Decimal 110 114 106
Binary 1101110 1110010 1101010
Octal 156 162 152

Shades and tints

Shades of #6E726A

#6E726A
(110,114,106)
#646861
(100,104,97)
#5A5E58
(90,94,88)
#50544F
(80,84,79)
#464A46
(70,74,70)
#3C403D
(60,64,61)
#323634
(50,54,52)
#282C2B
(40,44,43)
#1E2222
(30,34,34)
#141819
(20,24,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E726A

#6E726A
(110,114,106)
#7B7E77
(123,126,119)
#888A84
(136,138,132)
#959691
(149,150,145)
#A2A29E
(162,162,158)
#AFAEAB
(175,174,171)
#BCBAB8
(188,186,184)
#C9C6C5
(201,198,197)
#D6D2D2
(214,210,210)
#E3DEDF
(227,222,223)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E726A; }

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

This text font color is #6E726A.

Background Color

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

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

This div background color is #6E726A.

Border color

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

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

This div border color is #6E726A.

Opacity

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

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

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

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

This text has shadow with #6E726A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E726A.

Preview

Color preview on black background

This text has color #6E726A on black background.


Color preview on white background

This text has color #6E726A on white background.


Black color preview on #6E726A background

This text has black color on #6E726A background.


White color preview on #6E726A background

This text has white color on #6E726A background.


Related colors

Complementary color

Complementary color for #hex is #918D95.


I love getcolorcode.com

Triadic colors

1 #6A6E72 and #726A6E with #6E726A are triadic colors.

2 #6A726E and #726E6A with #6E726A are triadic colors.