COLOR #6B726D

HEX: #6B726D RGB: (107,114,109)

Color info

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

RGB color model

#6B726D color RGB value is (107,114,109).

RGB: (107,114,109) (42%, 45%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 109 of 255 = 43%

107
114
109

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

Portions of RGB colors in percentages

R + G + B = 107 + 114 + 109 = 330 (100%)
R 107 of 330 ~ 32.42%
G 114 of 330 ~ 34.55%
B 109 of 330 ~ 33.03'%

%32.42
%34.55
%33.03

CMYK color model

#6B726D color CMYK value is (6,0,4,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 55.29%

CMYK: (6,0,4,55)
C6M0Y4K55 (6%, 0%, 4%, 55%)
(0.06 / 0.00 / 0.04 / 0.55)

CMYK percentages

%6.14
%0
%4.39
%55.29

Codes

Color #6B726D in popluar color models

6B 72 6D
RGB 107 114 109
HSL 137° 3.17% 43.33%
HSB/HSV 137° 6.14% 44.71%
CMYK 6.14% 0.00% 4.39%
55.29%

Color #6B726D in popluar number systems.

HEX 6B 72 6D
Decimal 107 114 109
Binary 1101011 1110010 1101101
Octal 153 162 155

Shades and tints

Shades of #6B726D

#6B726D
(107,114,109)
#626864
(98,104,100)
#595E5B
(89,94,91)
#505452
(80,84,82)
#474A49
(71,74,73)
#3E4040
(62,64,64)
#353637
(53,54,55)
#2C2C2E
(44,44,46)
#232225
(35,34,37)
#1A181C
(26,24,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B726D

#6B726D
(107,114,109)
#787E7A
(120,126,122)
#858A87
(133,138,135)
#929694
(146,150,148)
#9FA2A1
(159,162,161)
#ACAEAE
(172,174,174)
#B9BABB
(185,186,187)
#C6C6C8
(198,198,200)
#D3D2D5
(211,210,213)
#E0DEE2
(224,222,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B726D; }

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

This text font color is #6B726D.

Background Color

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

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

This div background color is #6B726D.

Border color

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

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

This div border color is #6B726D.

Opacity

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

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

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

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

This text has shadow with #6B726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B726D.

Preview

Color preview on black background

This text has color #6B726D on black background.


Color preview on white background

This text has color #6B726D on white background.


Black color preview on #6B726D background

This text has black color on #6B726D background.


White color preview on #6B726D background

This text has white color on #6B726D background.


Related colors

Complementary color

Complementary color for #hex is #948D92.


I love getcolorcode.com

Triadic colors

1 #6D6B72 and #726D6B with #6B726D are triadic colors.

2 #6D726B and #726B6D with #6B726D are triadic colors.