COLOR #6B766F

HEX: #6B766F
RGB: (107,118,111)

Color info

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

RGB color model

#6B766F color RGB value is (107,118,111).

  • red value is 107;
  • green value is 118;
  • blue value is 111.
RGB:
(107,118,111)
(42%,46%,44%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 111 of 255 = 44%

107
118
111

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 111 = 336 (100%)
R 107 of 336 ~ 31.85%
G 118 of 336 ~ 35.12%
B 111 of 336 ~ 33.04%

%31.85
%35.12
%33.04

CMYK color model

#6B766F color CMYK value is (9,0,6,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 53.73%
CMYK:
(9,0,6,54)
C9M0Y6K54 
(9%,0%,6%,54%)
(0.09/0.00/0.06/0.54)	

CMYK percentages

%9.32
%0
%5.93
%53.73

Codes

Color #6B766F in popluar color models

6B766F
RGB107118111
HSL142°4.89%44.12%
HSB/HSV142°9.32%46.27%
CMYK9.32%0.00%5.93%
53.73%

Color #6B766F in popluar number systems.

HEX6B766F
Decimal107118111
Binary110101111101101101111
Octal153166157

Shades and tints

Shades of #6B766F

#6B766F
(107,118,111)
#626C65
(98,108,101)
#59625B
(89,98,91)
#505851
(80,88,81)
#474E47
(71,78,71)
#3E443D
(62,68,61)
#353A33
(53,58,51)
#2C3029
(44,48,41)
#23261F
(35,38,31)
#1A1C15
(26,28,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #6B766F

#6B766F
(107,118,111)
#78827C
(120,130,124)
#858E89
(133,142,137)
#929A96
(146,154,150)
#9FA6A3
(159,166,163)
#ACB2B0
(172,178,176)
#B9BEBD
(185,190,189)
#C6CACA
(198,202,202)
#D3D6D7
(211,214,215)
#E0E2E4
(224,226,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B766F color. Also use rgb(107,118,111) instead hex code.

Text Font Color

.myTextColor { color: #6B766F; }

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

This text font color is #6B766F.


Background Color

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

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

This div background color is #6B766F.


Border color

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

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

This div border color is #6B766F.


Opacity

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

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

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

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

This text has shadow with #6B766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B766F on black background.


Color preview on white background

This text has color #6B766F on white background.



Black color preview on #6B766F background

This text has black color on #6B766F background.


White color preview on #6B766F background

This text has white color on #6B766F background.