COLOR #776432

HEX: #776432
RGB: (119,100,50)

Color info

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

RGB color model

#776432 color RGB value is (119,100,50).

  • red value is 119;
  • green value is 100;
  • blue value is 50.
RGB:
(119,100,50)
(47%,39%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 50 of 255 = 20%

119
100
50

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

Portions of RGB colors in percentages

R + G + B =
119 + 100 + 50 = 269 (100%)
R 119 of 269 ~ 44.24%
G 100 of 269 ~ 37.17%
B 50 of 269 ~ 18.59%

%44.24
%37.17
%18.59

CMYK color model

#776432 color CMYK value is (0,16,58,53).

  • cyan value is 0.00%
  • magenta value is 15.97%
  • yellow value is 57.98%
  • key color value is 53.33%
CMYK:
(0,16,58,53)
C0M16Y58K53 
(0%,16%,58%,53%)
(0.00/0.16/0.58/0.53)	

CMYK percentages

%0
%15.97
%57.98
%53.33

Codes

Color #776432 in popluar color models

776432
RGB11910050
HSL43°40.83%33.14%
HSB/HSV43°57.98%46.67%
CMYK0.00%15.97%57.98%
53.33%

Color #776432 in popluar number systems.

HEX776432
Decimal11910050
Binary11101111100100110010
Octal16714462

Shades and tints

Shades of #776432

#776432
(119,100,50)
#6D5B2E
(109,91,46)
#63522A
(99,82,42)
#594926
(89,73,38)
#4F4022
(79,64,34)
#45371E
(69,55,30)
#3B2E1A
(59,46,26)
#312516
(49,37,22)
#271C12
(39,28,18)
#1D130E
(29,19,14)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #776432

#776432
(119,100,50)
#837244
(131,114,68)
#8F8056
(143,128,86)
#9B8E68
(155,142,104)
#A79C7A
(167,156,122)
#B3AA8C
(179,170,140)
#BFB89E
(191,184,158)
#CBC6B0
(203,198,176)
#D7D4C2
(215,212,194)
#E3E2D4
(227,226,212)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776432 color. Also use rgb(119,100,50) instead hex code.

Text Font Color

.myTextColor { color: #776432; }

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

This text font color is #776432.


Background Color

.myBgColor { background-color: #776432; }

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

This div background color is #776432.


Border color

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

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

This div border color is #776432.


Opacity

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

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

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

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

This text has shadow with #776432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776432 on black background.


Color preview on white background

This text has color #776432 on white background.



Black color preview on #776432 background

This text has black color on #776432 background.


White color preview on #776432 background

This text has white color on #776432 background.