COLOR #776128

HEX: #776128
RGB: (119,97,40)

Color info

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

RGB color model

#776128 color RGB value is (119,97,40).

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

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 40 of 255 = 16%

119
97
40

R + G + B ~ 34%. #776128 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 40 = 256 (100%)
R 119 of 256 ~ 46.48%
G 97 of 256 ~ 37.89%
B 40 of 256 ~ 15.63%

%46.48
%37.89
%15.63

CMYK color model

#776128 color CMYK value is (0,18,66,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,18,66,53)
C0M18Y66K53 
(0%,18%,66%,53%)
(0.00/0.18/0.66/0.53)	

CMYK percentages

%0
%18.49
%66.39
%53.33

Codes

Color #776128 in popluar color models

776128
RGB1199740
HSL43°49.69%31.18%
HSB/HSV43°66.39%46.67%
CMYK0.00%18.49%66.39%
53.33%

Color #776128 in popluar number systems.

HEX776128
Decimal1199740
Binary11101111100001101000
Octal16714150

Shades and tints

Shades of #776128

#776128
(119,97,40)
#6D5925
(109,89,37)
#635122
(99,81,34)
#59491F
(89,73,31)
#4F411C
(79,65,28)
#453919
(69,57,25)
#3B3116
(59,49,22)
#312913
(49,41,19)
#272110
(39,33,16)
#1D190D
(29,25,13)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #776128

#776128
(119,97,40)
#836F3B
(131,111,59)
#8F7D4E
(143,125,78)
#9B8B61
(155,139,97)
#A79974
(167,153,116)
#B3A787
(179,167,135)
#BFB59A
(191,181,154)
#CBC3AD
(203,195,173)
#D7D1C0
(215,209,192)
#E3DFD3
(227,223,211)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776128; }

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

This text font color is #776128.


Background Color

.myBgColor { background-color: #776128; }

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

This div background color is #776128.


Border color

.myBorderColor { border: 1px solid #776128; }

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

This div border color is #776128.


Opacity

.myOpacity80 { color: #776128; opacity: 0.8; }

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

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

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

This text has shadow with #776128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776128 on black background.


Color preview on white background

This text has color #776128 on white background.



Black color preview on #776128 background

This text has black color on #776128 background.


White color preview on #776128 background

This text has white color on #776128 background.