COLOR #6F784C

HEX: #6F784C RGB: (111,120,76)

Color info

#6F784C contains red, green and blue colors in about the same proportion. Web safe color of #6F784C is #666633 (or #663).

RGB color model

#6F784C color RGB value is (111,120,76).

RGB: (111,120,76) (44%, 47%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 120 of 255 = 47%
B 76 of 255 = 30%

111
120
76

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

Portions of RGB colors in percentages

R + G + B = 111 + 120 + 76 = 307 (100%)
R 111 of 307 ~ 36.16%
G 120 of 307 ~ 39.09%
B 76 of 307 ~ 24.76'%

%36.16
%39.09
%24.76

CMYK color model

#6F784C color CMYK value is (8,0,37,53).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 52.94%

CMYK: (8,0,37,53)
C8M0Y37K53 (8%, 0%, 37%, 53%)
(0.08 / 0.00 / 0.37 / 0.53)

CMYK percentages

%7.5
%0
%36.67
%52.94

Codes

Color #6F784C in popluar color models

6F 78 4C
RGB 111 120 76
HSL 72° 22.45% 38.43%
HSB/HSV 72° 36.67% 47.06%
CMYK 7.50% 0.00% 36.67%
52.94%

Color #6F784C in popluar number systems.

HEX 6F 78 4C
Decimal 111 120 76
Binary 1101111 1111000 1001100
Octal 157 170 114

Shades and tints

Shades of #6F784C

#6F784C
(111,120,76)
#656E46
(101,110,70)
#5B6440
(91,100,64)
#515A3A
(81,90,58)
#475034
(71,80,52)
#3D462E
(61,70,46)
#333C28
(51,60,40)
#293222
(41,50,34)
#1F281C
(31,40,28)
#151E16
(21,30,22)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #6F784C

#6F784C
(111,120,76)
#7C845C
(124,132,92)
#89906C
(137,144,108)
#969C7C
(150,156,124)
#A3A88C
(163,168,140)
#B0B49C
(176,180,156)
#BDC0AC
(189,192,172)
#CACCBC
(202,204,188)
#D7D8CC
(215,216,204)
#E4E4DC
(228,228,220)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F784C; }

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

This text font color is #6F784C.

Background Color

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

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

This div background color is #6F784C.

Border color

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

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

This div border color is #6F784C.

Opacity

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

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

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

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

This text has shadow with #6F784C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F784C.

Preview

Color preview on black background

This text has color #6F784C on black background.


Color preview on white background

This text has color #6F784C on white background.


Black color preview on #6F784C background

This text has black color on #6F784C background.


White color preview on #6F784C background

This text has white color on #6F784C background.


Related colors

Complementary color

Complementary color for #hex is #9087B3.


I love getcolorcode.com

Triadic colors

1 #4C6F78 and #784C6F with #6F784C are triadic colors.

2 #4C786F and #786F4C with #6F784C are triadic colors.