COLOR #6A766B

HEX: #6A766B
RGB: (106,118,107)

Color info

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

RGB color model

#6A766B color RGB value is (106,118,107).

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

RGB channels and saturation

R 106 of 255 = 42%
G 118 of 255 = 46%
B 107 of 255 = 42%

106
118
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 118 + 107 = 331 (100%)
R 106 of 331 ~ 32.02%
G 118 of 331 ~ 35.65%
B 107 of 331 ~ 32.33%

%32.02
%35.65
%32.33

CMYK color model

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

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%
CMYK:
(10,0,9,54)
C10M0Y9K54 
(10%,0%,9%,54%)
(0.10/0.00/0.09/0.54)	

CMYK percentages

%10.17
%0
%9.32
%53.73

Codes

Color #6A766B in popluar color models

6A766B
RGB106118107
HSL125°5.36%43.92%
HSB/HSV125°10.17%46.27%
CMYK10.17%0.00%9.32%
53.73%

Color #6A766B in popluar number systems.

HEX6A766B
Decimal106118107
Binary110101011101101101011
Octal152166153

Shades and tints

Shades of #6A766B

#6A766B
(106,118,107)
#616C62
(97,108,98)
#586259
(88,98,89)
#4F5850
(79,88,80)
#464E47
(70,78,71)
#3D443E
(61,68,62)
#343A35
(52,58,53)
#2B302C
(43,48,44)
#222623
(34,38,35)
#191C1A
(25,28,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #6A766B

#6A766B
(106,118,107)
#778278
(119,130,120)
#848E85
(132,142,133)
#919A92
(145,154,146)
#9EA69F
(158,166,159)
#ABB2AC
(171,178,172)
#B8BEB9
(184,190,185)
#C5CAC6
(197,202,198)
#D2D6D3
(210,214,211)
#DFE2E0
(223,226,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A766B; }

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

This text font color is #6A766B.


Background Color

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

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

This div background color is #6A766B.


Border color

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

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

This div border color is #6A766B.


Opacity

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

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

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

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

This text has shadow with #6A766B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A766B on black background.


Color preview on white background

This text has color #6A766B on white background.



Black color preview on #6A766B background

This text has black color on #6A766B background.


White color preview on #6A766B background

This text has white color on #6A766B background.