COLOR #6E7768

HEX: #6E7768 RGB: (110,119,104)

Color info

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

RGB color model

#6E7768 color RGB value is (110,119,104).

RGB: (110,119,104) (43%, 47%, 41%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 104 of 255 = 41%

110
119
104

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

Portions of RGB colors in percentages

R + G + B = 110 + 119 + 104 = 333 (100%)
R 110 of 333 ~ 33.03%
G 119 of 333 ~ 35.74%
B 104 of 333 ~ 31.23'%

%33.03
%35.74
%31.23

CMYK color model

#6E7768 color CMYK value is (8,0,13,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 53.33%

CMYK: (8,0,13,53)
C8M0Y13K53 (8%, 0%, 13%, 53%)
(0.08 / 0.00 / 0.13 / 0.53)

CMYK percentages

%7.56
%0
%12.61
%53.33

Codes

Color #6E7768 in popluar color models

6E 77 68
RGB 110 119 104
HSL 96° 6.73% 43.73%
HSB/HSV 96° 12.61% 46.67%
CMYK 7.56% 0.00% 12.61%
53.33%

Color #6E7768 in popluar number systems.

HEX 6E 77 68
Decimal 110 119 104
Binary 1101110 1110111 1101000
Octal 156 167 150

Shades and tints

Shades of #6E7768

#6E7768
(110,119,104)
#646D5F
(100,109,95)
#5A6356
(90,99,86)
#50594D
(80,89,77)
#464F44
(70,79,68)
#3C453B
(60,69,59)
#323B32
(50,59,50)
#283129
(40,49,41)
#1E2720
(30,39,32)
#141D17
(20,29,23)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #6E7768

#6E7768
(110,119,104)
#7B8375
(123,131,117)
#888F82
(136,143,130)
#959B8F
(149,155,143)
#A2A79C
(162,167,156)
#AFB3A9
(175,179,169)
#BCBFB6
(188,191,182)
#C9CBC3
(201,203,195)
#D6D7D0
(214,215,208)
#E3E3DD
(227,227,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7768; }

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

This text font color is #6E7768.

Background Color

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

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

This div background color is #6E7768.

Border color

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

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

This div border color is #6E7768.

Opacity

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

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

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

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

This text has shadow with #6E7768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7768.

Preview

Color preview on black background

This text has color #6E7768 on black background.


Color preview on white background

This text has color #6E7768 on white background.


Black color preview on #6E7768 background

This text has black color on #6E7768 background.


White color preview on #6E7768 background

This text has white color on #6E7768 background.


Related colors

Complementary color

Complementary color for #hex is #918897.


I love getcolorcode.com

Triadic colors

1 #686E77 and #77686E with #6E7768 are triadic colors.

2 #68776E and #776E68 with #6E7768 are triadic colors.