COLOR #6F786D

HEX: #6F786D
RGB: (111,120,109)

Color info

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

RGB color model

#6F786D color RGB value is (111,120,109).

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

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 109 of 255 = 43%

111
120
109

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

Portions of RGB colors in percentages

R + G + B =
111 + 120 + 109 = 340 (100%)
R 111 of 340 ~ 32.65%
G 120 of 340 ~ 35.29%
B 109 of 340 ~ 32.06%

%32.65
%35.29
%32.06

CMYK color model

#6F786D color CMYK value is (8,0,9,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(8,0,9,53)
C8M0Y9K53 
(8%,0%,9%,53%)
(0.08/0.00/0.09/0.53)	

CMYK percentages

%7.5
%0
%9.17
%52.94

Codes

Color #6F786D in popluar color models

6F786D
RGB111120109
HSL109°4.80%44.90%
HSB/HSV109°9.17%47.06%
CMYK7.50%0.00%9.17%
52.94%

Color #6F786D in popluar number systems.

HEX6F786D
Decimal111120109
Binary110111111110001101101
Octal157170155

Shades and tints

Shades of #6F786D

#6F786D
(111,120,109)
#656E64
(101,110,100)
#5B645B
(91,100,91)
#515A52
(81,90,82)
#475049
(71,80,73)
#3D4640
(61,70,64)
#333C37
(51,60,55)
#29322E
(41,50,46)
#1F2825
(31,40,37)
#151E1C
(21,30,28)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #6F786D

#6F786D
(111,120,109)
#7C847A
(124,132,122)
#899087
(137,144,135)
#969C94
(150,156,148)
#A3A8A1
(163,168,161)
#B0B4AE
(176,180,174)
#BDC0BB
(189,192,187)
#CACCC8
(202,204,200)
#D7D8D5
(215,216,213)
#E4E4E2
(228,228,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F786D; }

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

This text font color is #6F786D.


Background Color

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

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

This div background color is #6F786D.


Border color

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

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

This div border color is #6F786D.


Opacity

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

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

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

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

This text has shadow with #6F786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F786D on black background.


Color preview on white background

This text has color #6F786D on white background.



Black color preview on #6F786D background

This text has black color on #6F786D background.


White color preview on #6F786D background

This text has white color on #6F786D background.