COLOR #776324

HEX: #776324
RGB: (119,99,36)

Color info

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

RGB color model

#776324 color RGB value is (119,99,36).

  • red value is 119;
  • green value is 99;
  • blue value is 36.
RGB:
(119,99,36)
(47%,39%,14%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 36 of 255 = 14%

119
99
36

R + G + B ~ 33%. #776324 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 36 = 254 (100%)
R 119 of 254 ~ 46.85%
G 99 of 254 ~ 38.98%
B 36 of 254 ~ 14.17%

%46.85
%38.98
%14.17

CMYK color model

#776324 color CMYK value is (0,17,70,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 69.75%
  • key color value is 53.33%
CMYK:
(0,17,70,53)
C0M17Y70K53 
(0%,17%,70%,53%)
(0.00/0.17/0.70/0.53)	

CMYK percentages

%0
%16.81
%69.75
%53.33

Codes

Color #776324 in popluar color models

776324
RGB1199936
HSL46°53.55%30.39%
HSB/HSV46°69.75%46.67%
CMYK0.00%16.81%69.75%
53.33%

Color #776324 in popluar number systems.

HEX776324
Decimal1199936
Binary11101111100011100100
Octal16714344

Shades and tints

Shades of #776324

#776324
(119,99,36)
#6D5A21
(109,90,33)
#63511E
(99,81,30)
#59481B
(89,72,27)
#4F3F18
(79,63,24)
#453615
(69,54,21)
#3B2D12
(59,45,18)
#31240F
(49,36,15)
#271B0C
(39,27,12)
#1D1209
(29,18,9)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #776324

#776324
(119,99,36)
#837137
(131,113,55)
#8F7F4A
(143,127,74)
#9B8D5D
(155,141,93)
#A79B70
(167,155,112)
#B3A983
(179,169,131)
#BFB796
(191,183,150)
#CBC5A9
(203,197,169)
#D7D3BC
(215,211,188)
#E3E1CF
(227,225,207)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776324 color. Also use rgb(119,99,36) instead hex code.

Text Font Color

.myTextColor { color: #776324; }

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

This text font color is #776324.


Background Color

.myBgColor { background-color: #776324; }

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

This div background color is #776324.


Border color

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

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

This div border color is #776324.


Opacity

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

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

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

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

This text has shadow with #776324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776324 on black background.


Color preview on white background

This text has color #776324 on white background.



Black color preview on #776324 background

This text has black color on #776324 background.


White color preview on #776324 background

This text has white color on #776324 background.