COLOR #776D06

HEX: #776D06
RGB: (119,109,6)

Color info

#776D06 contains mainly red and green colors. Web safe color of #776D06 is #666600 (or #660).

RGB color model

#776D06 color RGB value is (119,109,6).

  • red value is 119;
  • green value is 109;
  • blue value is 6.
RGB:
(119,109,6)
(47%,43%,2%)

RGB channels and saturation

R 119 of 255 = 47%
G 109 of 255 = 43%
B 6 of 255 = 2%

119
109
6

R + G + B ~ 31%. #776D06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 109 + 6 = 234 (100%)
R 119 of 234 ~ 50.85%
G 109 of 234 ~ 46.58%
B 6 of 234 ~ 2.56%

%50.85
%46.58

CMYK color model

#776D06 color CMYK value is (0,8,95,53).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 94.96%
  • key color value is 53.33%
CMYK:
(0,8,95,53)
C0M8Y95K53 
(0%,8%,95%,53%)
(0.00/0.08/0.95/0.53)	

CMYK percentages

%0
%8.4
%94.96
%53.33

Codes

Color #776D06 in popluar color models

776D06
RGB1191096
HSL55°90.40%24.51%
HSB/HSV55°94.96%46.67%
CMYK0.00%8.40%94.96%
53.33%

Color #776D06 in popluar number systems.

HEX776D06
Decimal1191096
Binary11101111101101110
Octal1671556

Shades and tints

Shades of #776D06

#776D06
(119,109,6)
#6D6406
(109,100,6)
#635B06
(99,91,6)
#595206
(89,82,6)
#4F4906
(79,73,6)
#454006
(69,64,6)
#3B3706
(59,55,6)
#312E06
(49,46,6)
#272506
(39,37,6)
#1D1C06
(29,28,6)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #776D06

#776D06
(119,109,6)
#837A1C
(131,122,28)
#8F8732
(143,135,50)
#9B9448
(155,148,72)
#A7A15E
(167,161,94)
#B3AE74
(179,174,116)
#BFBB8A
(191,187,138)
#CBC8A0
(203,200,160)
#D7D5B6
(215,213,182)
#E3E2CC
(227,226,204)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776D06 color. Also use rgb(119,109,6) instead hex code.

Text Font Color

.myTextColor { color: #776D06; }

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

This text font color is #776D06.


Background Color

.myBgColor { background-color: #776D06; }

<div style="background-color:#776D06">Inner text</div>

This div background color is #776D06.


Border color

.myBorderColor { border: 1px solid #776D06; }

<div style="border:3px solid #776D06">Div</div>

This div border color is #776D06.


Opacity

.myOpacity80 { color: #776D06; opacity: 0.8; }

<p style="color:#776D06;opacity:0.8;">80%</p>

Text with #776D06 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 #776D06;}

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

This text has shadow with #776D06 color.

.textShadow {text-shadow: 3px 3px 1px #776D06, 3px 3px 1px red;}

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

This text has shadow with #776D06 primary color and red secondary color.


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

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

This text has shadow with #776D06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776D06 on black background.


Color preview on white background

This text has color #776D06 on white background.



Black color preview on #776D06 background

This text has black color on #776D06 background.


White color preview on #776D06 background

This text has white color on #776D06 background.