COLOR #6B796D

HEX: #6B796D RGB: (107,121,109)

Color info

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

RGB color model

#6B796D color RGB value is (107,121,109).

RGB: (107,121,109) (42%, 47%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 109 of 255 = 43%

107
121
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 121 + 109 = 337 (100%)
R 107 of 337 ~ 31.75%
G 121 of 337 ~ 35.91%
B 109 of 337 ~ 32.34'%

%31.75
%35.91
%32.34

CMYK color model

#6B796D color CMYK value is (12,0,10,53).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK: (12,0,10,53) C12M0Y10K53 (12%,0%,10%,53%) (0.12/0.00/0.10/0.53) 

CMYK percentages

%11.57
%0
%9.92
%52.55

Codes

Color #6B796D in popluar color models

6B 79 6D
RGB 107 121 109
HSL 129° 6.14% 44.71%
HSB/HSV 129° 11.57% 47.45%
CMYK 11.57% 0.00% 9.92%
52.55%

Color #6B796D in popluar number systems.

HEX 6B 79 6D
Decimal 107 121 109
Binary 1101011 1111001 1101101
Octal 153 171 155

Shades and tints

Shades of #6B796D

#6B796D
(107,121,109)
#626E64
(98,110,100)
#59635B
(89,99,91)
#505852
(80,88,82)
#474D49
(71,77,73)
#3E4240
(62,66,64)
#353737
(53,55,55)
#2C2C2E
(44,44,46)
#232125
(35,33,37)
#1A161C
(26,22,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #6B796D

#6B796D
(107,121,109)
#78857A
(120,133,122)
#859187
(133,145,135)
#929D94
(146,157,148)
#9FA9A1
(159,169,161)
#ACB5AE
(172,181,174)
#B9C1BB
(185,193,187)
#C6CDC8
(198,205,200)
#D3D9D5
(211,217,213)
#E0E5E2
(224,229,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B796D color. Also use rgb(107,121,109) instead hex code.

Text Font Color

.myTextColor { color: #6B796D; }

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

This text font color is #6B796D.

Background Color

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

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

This div background color is #6B796D.

Border color

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

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

This div border color is #6B796D.

Opacity

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

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

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

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

This text has shadow with #6B796D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B796D.

Preview

Color preview on black background

This text has color #6B796D on black background.


Color preview on white background

This text has color #6B796D on white background.


Black color preview on #6B796D background

This text has black color on #6B796D background.


White color preview on #6B796D background

This text has white color on #6B796D background.


Related colors

Complementary color

Complementary color for #hex is #948692.


I love getcolorcode.com

Triadic colors

1 #6D6B79 and #796D6B with #6B796D are triadic colors.

2 #6D796B and #796B6D with #6B796D are triadic colors.