COLOR #6E6B77

HEX: #6E6B77
RGB: (110,107,119)

Color info

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

RGB color model

#6E6B77 color RGB value is (110,107,119).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 119 of 255 = 47%

110
107
119

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

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 119 = 336 (100%)
R 110 of 336 ~ 32.74%
G 107 of 336 ~ 31.85%
B 119 of 336 ~ 35.42%

%32.74
%31.85
%35.42

CMYK color model

#6E6B77 color CMYK value is (8,10,0,53).

  • cyan value is 7.56%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,10,0,53)
C8M10Y0K53 
(8%,10%,0%,53%)
(0.08/0.10/0.00/0.53)	

CMYK percentages

%7.56
%10.08
%0
%53.33

Codes

Color #6E6B77 in popluar color models

6E6B77
RGB110107119
HSL255°5.31%44.31%
HSB/HSV255°10.08%46.67%
CMYK7.56%10.08%0.00%
53.33%

Color #6E6B77 in popluar number systems.

HEX6E6B77
Decimal110107119
Binary110111011010111110111
Octal156153167

Shades and tints

Shades of #6E6B77

#6E6B77
(110,107,119)
#64626D
(100,98,109)
#5A5963
(90,89,99)
#505059
(80,80,89)
#46474F
(70,71,79)
#3C3E45
(60,62,69)
#32353B
(50,53,59)
#282C31
(40,44,49)
#1E2327
(30,35,39)
#141A1D
(20,26,29)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6E6B77

#6E6B77
(110,107,119)
#7B7883
(123,120,131)
#88858F
(136,133,143)
#95929B
(149,146,155)
#A29FA7
(162,159,167)
#AFACB3
(175,172,179)
#BCB9BF
(188,185,191)
#C9C6CB
(201,198,203)
#D6D3D7
(214,211,215)
#E3E0E3
(227,224,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B77; }

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

This text font color is #6E6B77.


Background Color

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

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

This div background color is #6E6B77.


Border color

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

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

This div border color is #6E6B77.


Opacity

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

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

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

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

This text has shadow with #6E6B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B77 on black background.


Color preview on white background

This text has color #6E6B77 on white background.



Black color preview on #6E6B77 background

This text has black color on #6E6B77 background.


White color preview on #6E6B77 background

This text has white color on #6E6B77 background.