COLOR #776F27

HEX: #776F27
RGB: (119,111,39)

Color info

#776F27 contains mainly red and green colors. Web safe color of #776F27 is #666633 (or #663).

RGB color model

#776F27 color RGB value is (119,111,39).

  • red value is 119;
  • green value is 111;
  • blue value is 39.
RGB:
(119,111,39)
(47%,44%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 111 of 255 = 44%
B 39 of 255 = 15%

119
111
39

R + G + B ~ 35%. #776F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 111 + 39 = 269 (100%)
R 119 of 269 ~ 44.24%
G 111 of 269 ~ 41.26%
B 39 of 269 ~ 14.5%

%44.24
%41.26
%14.5

CMYK color model

#776F27 color CMYK value is (0,7,67,53).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 67.23%
  • key color value is 53.33%
CMYK:
(0,7,67,53)
C0M7Y67K53 
(0%,7%,67%,53%)
(0.00/0.07/0.67/0.53)	

CMYK percentages

%0
%6.72
%67.23
%53.33

Codes

Color #776F27 in popluar color models

776F27
RGB11911139
HSL54°50.63%30.98%
HSB/HSV54°67.23%46.67%
CMYK0.00%6.72%67.23%
53.33%

Color #776F27 in popluar number systems.

HEX776F27
Decimal11911139
Binary11101111101111100111
Octal16715747

Shades and tints

Shades of #776F27

#776F27
(119,111,39)
#6D6524
(109,101,36)
#635B21
(99,91,33)
#59511E
(89,81,30)
#4F471B
(79,71,27)
#453D18
(69,61,24)
#3B3315
(59,51,21)
#312912
(49,41,18)
#271F0F
(39,31,15)
#1D150C
(29,21,12)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #776F27

#776F27
(119,111,39)
#837C3A
(131,124,58)
#8F894D
(143,137,77)
#9B9660
(155,150,96)
#A7A373
(167,163,115)
#B3B086
(179,176,134)
#BFBD99
(191,189,153)
#CBCAAC
(203,202,172)
#D7D7BF
(215,215,191)
#E3E4D2
(227,228,210)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776F27 color. Also use rgb(119,111,39) instead hex code.

Text Font Color

.myTextColor { color: #776F27; }

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

This text font color is #776F27.


Background Color

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

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

This div background color is #776F27.


Border color

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

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

This div border color is #776F27.


Opacity

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

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

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

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

This text has shadow with #776F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776F27 on black background.


Color preview on white background

This text has color #776F27 on white background.



Black color preview on #776F27 background

This text has black color on #776F27 background.


White color preview on #776F27 background

This text has white color on #776F27 background.