COLOR #776C28

HEX: #776C28
RGB: (119,108,40)

Color info

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

RGB color model

#776C28 color RGB value is (119,108,40).

  • red value is 119;
  • green value is 108;
  • blue value is 40.
RGB:
(119,108,40)
(47%,42%,16%)

RGB channels and saturation

R 119 of 255 = 47%
G 108 of 255 = 42%
B 40 of 255 = 16%

119
108
40

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

Portions of RGB colors in percentages

R + G + B =
119 + 108 + 40 = 267 (100%)
R 119 of 267 ~ 44.57%
G 108 of 267 ~ 40.45%
B 40 of 267 ~ 14.98%

%44.57
%40.45
%14.98

CMYK color model

#776C28 color CMYK value is (0,9,66,53).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,9,66,53)
C0M9Y66K53 
(0%,9%,66%,53%)
(0.00/0.09/0.66/0.53)	

CMYK percentages

%0
%9.24
%66.39
%53.33

Codes

Color #776C28 in popluar color models

776C28
RGB11910840
HSL52°49.69%31.18%
HSB/HSV52°66.39%46.67%
CMYK0.00%9.24%66.39%
53.33%

Color #776C28 in popluar number systems.

HEX776C28
Decimal11910840
Binary11101111101100101000
Octal16715450

Shades and tints

Shades of #776C28

#776C28
(119,108,40)
#6D6325
(109,99,37)
#635A22
(99,90,34)
#59511F
(89,81,31)
#4F481C
(79,72,28)
#453F19
(69,63,25)
#3B3616
(59,54,22)
#312D13
(49,45,19)
#272410
(39,36,16)
#1D1B0D
(29,27,13)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #776C28

#776C28
(119,108,40)
#83793B
(131,121,59)
#8F864E
(143,134,78)
#9B9361
(155,147,97)
#A7A074
(167,160,116)
#B3AD87
(179,173,135)
#BFBA9A
(191,186,154)
#CBC7AD
(203,199,173)
#D7D4C0
(215,212,192)
#E3E1D3
(227,225,211)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C28 color. Also use rgb(119,108,40) instead hex code.

Text Font Color

.myTextColor { color: #776C28; }

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

This text font color is #776C28.


Background Color

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

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

This div background color is #776C28.


Border color

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

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

This div border color is #776C28.


Opacity

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

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

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

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

This text has shadow with #776C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C28 on black background.


Color preview on white background

This text has color #776C28 on white background.



Black color preview on #776C28 background

This text has black color on #776C28 background.


White color preview on #776C28 background

This text has white color on #776C28 background.