COLOR #6B786B

HEX: #6B786B
RGB: (107,120,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
120
107

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

Portions of RGB colors in percentages

R + G + B =
107 + 120 + 107 = 334 (100%)
R 107 of 334 ~ 32.04%
G 120 of 334 ~ 35.93%
B 107 of 334 ~ 32.04%

%32.04
%35.93
%32.04

CMYK color model

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

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

CMYK percentages

%10.83
%0
%10.83
%52.94

Codes

Color #6B786B in popluar color models

6B786B
RGB107120107
HSL120°5.73%44.51%
HSB/HSV120°10.83%47.06%
CMYK10.83%0.00%10.83%
52.94%

Color #6B786B in popluar number systems.

HEX6B786B
Decimal107120107
Binary110101111110001101011
Octal153170153

Shades and tints

Shades of #6B786B

#6B786B
(107,120,107)
#626E62
(98,110,98)
#596459
(89,100,89)
#505A50
(80,90,80)
#475047
(71,80,71)
#3E463E
(62,70,62)
#353C35
(53,60,53)
#2C322C
(44,50,44)
#232823
(35,40,35)
#1A1E1A
(26,30,26)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6B786B

#6B786B
(107,120,107)
#788478
(120,132,120)
#859085
(133,144,133)
#929C92
(146,156,146)
#9FA89F
(159,168,159)
#ACB4AC
(172,180,172)
#B9C0B9
(185,192,185)
#C6CCC6
(198,204,198)
#D3D8D3
(211,216,211)
#E0E4E0
(224,228,224)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B786B; }

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

This text font color is #6B786B.


Background Color

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

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

This div background color is #6B786B.


Border color

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

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

This div border color is #6B786B.


Opacity

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

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

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

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

This text has shadow with #6B786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B786B on black background.


Color preview on white background

This text has color #6B786B on white background.



Black color preview on #6B786B background

This text has black color on #6B786B background.


White color preview on #6B786B background

This text has white color on #6B786B background.