COLOR #6C786D

HEX: #6C786D
RGB: (108,120,109)

Color info

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

RGB color model

#6C786D color RGB value is (108,120,109).

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

RGB channels and saturation

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

108
120
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 120 + 109 = 337 (100%)
R 108 of 337 ~ 32.05%
G 120 of 337 ~ 35.61%
B 109 of 337 ~ 32.34%

%32.05
%35.61
%32.34

CMYK color model

#6C786D color CMYK value is (10,0,9,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(10,0,9,53)
C10M0Y9K53 
(10%,0%,9%,53%)
(0.10/0.00/0.09/0.53)	

CMYK percentages

%10
%0
%9.17
%52.94

Codes

Color #6C786D in popluar color models

6C786D
RGB108120109
HSL125°5.26%44.71%
HSB/HSV125°10.00%47.06%
CMYK10.00%0.00%9.17%
52.94%

Color #6C786D in popluar number systems.

HEX6C786D
Decimal108120109
Binary110110011110001101101
Octal154170155

Shades and tints

Shades of #6C786D

#6C786D
(108,120,109)
#636E64
(99,110,100)
#5A645B
(90,100,91)
#515A52
(81,90,82)
#485049
(72,80,73)
#3F4640
(63,70,64)
#363C37
(54,60,55)
#2D322E
(45,50,46)
#242825
(36,40,37)
#1B1E1C
(27,30,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6C786D

#6C786D
(108,120,109)
#79847A
(121,132,122)
#869087
(134,144,135)
#939C94
(147,156,148)
#A0A8A1
(160,168,161)
#ADB4AE
(173,180,174)
#BAC0BB
(186,192,187)
#C7CCC8
(199,204,200)
#D4D8D5
(212,216,213)
#E1E4E2
(225,228,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C786D; }

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

This text font color is #6C786D.


Background Color

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

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

This div background color is #6C786D.


Border color

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

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

This div border color is #6C786D.


Opacity

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

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

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

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

This text has shadow with #6C786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C786D on black background.


Color preview on white background

This text has color #6C786D on white background.



Black color preview on #6C786D background

This text has black color on #6C786D background.


White color preview on #6C786D background

This text has white color on #6C786D background.