COLOR #6B786D

HEX: #6B786D
RGB: (107,120,109)

Color info

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

RGB color model

#6B786D color RGB value is (107,120,109).

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

RGB channels and saturation

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

107
120
109

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

Portions of RGB colors in percentages

R + G + B =
107 + 120 + 109 = 336 (100%)
R 107 of 336 ~ 31.85%
G 120 of 336 ~ 35.71%
B 109 of 336 ~ 32.44%

%31.85
%35.71
%32.44

CMYK color model

#6B786D color CMYK value is (11,0,9,53).

  • cyan value is 10.83%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(11,0,9,53)
C11M0Y9K53 
(11%,0%,9%,53%)
(0.11/0.00/0.09/0.53)	

CMYK percentages

%10.83
%0
%9.17
%52.94

Codes

Color #6B786D in popluar color models

6B786D
RGB107120109
HSL129°5.73%44.51%
HSB/HSV129°10.83%47.06%
CMYK10.83%0.00%9.17%
52.94%

Color #6B786D in popluar number systems.

HEX6B786D
Decimal107120109
Binary110101111110001101101
Octal153170155

Shades and tints

Shades of #6B786D

#6B786D
(107,120,109)
#626E64
(98,110,100)
#59645B
(89,100,91)
#505A52
(80,90,82)
#475049
(71,80,73)
#3E4640
(62,70,64)
#353C37
(53,60,55)
#2C322E
(44,50,46)
#232825
(35,40,37)
#1A1E1C
(26,30,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6B786D

#6B786D
(107,120,109)
#78847A
(120,132,122)
#859087
(133,144,135)
#929C94
(146,156,148)
#9FA8A1
(159,168,161)
#ACB4AE
(172,180,174)
#B9C0BB
(185,192,187)
#C6CCC8
(198,204,200)
#D3D8D5
(211,216,213)
#E0E4E2
(224,228,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B786D; }

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

This text font color is #6B786D.


Background Color

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

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

This div background color is #6B786D.


Border color

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

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

This div border color is #6B786D.


Opacity

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

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

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

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

This text has shadow with #6B786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B786D on black background.


Color preview on white background

This text has color #6B786D on white background.



Black color preview on #6B786D background

This text has black color on #6B786D background.


White color preview on #6B786D background

This text has white color on #6B786D background.