COLOR #777231

HEX: #777231
RGB: (119,114,49)

Color info

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

RGB color model

#777231 color RGB value is (119,114,49).

  • red value is 119;
  • green value is 114;
  • blue value is 49.
RGB:
(119,114,49)
(47%,45%,19%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 49 of 255 = 19%

119
114
49

R + G + B ~ 37%. #777231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 114 + 49 = 282 (100%)
R 119 of 282 ~ 42.2%
G 114 of 282 ~ 40.43%
B 49 of 282 ~ 17.38%

%42.2
%40.43
%17.38

CMYK color model

#777231 color CMYK value is (0,4,59,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(0,4,59,53)
C0M4Y59K53 
(0%,4%,59%,53%)
(0.00/0.04/0.59/0.53)	

CMYK percentages

%0
%4.2
%58.82
%53.33

Codes

Color #777231 in popluar color models

777231
RGB11911449
HSL56°41.67%32.94%
HSB/HSV56°58.82%46.67%
CMYK0.00%4.20%58.82%
53.33%

Color #777231 in popluar number systems.

HEX777231
Decimal11911449
Binary11101111110010110001
Octal16716261

Shades and tints

Shades of #777231

#777231
(119,114,49)
#6D682D
(109,104,45)
#635E29
(99,94,41)
#595425
(89,84,37)
#4F4A21
(79,74,33)
#45401D
(69,64,29)
#3B3619
(59,54,25)
#312C15
(49,44,21)
#272211
(39,34,17)
#1D180D
(29,24,13)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #777231

#777231
(119,114,49)
#837E43
(131,126,67)
#8F8A55
(143,138,85)
#9B9667
(155,150,103)
#A7A279
(167,162,121)
#B3AE8B
(179,174,139)
#BFBA9D
(191,186,157)
#CBC6AF
(203,198,175)
#D7D2C1
(215,210,193)
#E3DED3
(227,222,211)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777231 color. Also use rgb(119,114,49) instead hex code.

Text Font Color

.myTextColor { color: #777231; }

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

This text font color is #777231.


Background Color

.myBgColor { background-color: #777231; }

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

This div background color is #777231.


Border color

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

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

This div border color is #777231.


Opacity

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

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

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

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

This text has shadow with #777231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777231 on black background.


Color preview on white background

This text has color #777231 on white background.



Black color preview on #777231 background

This text has black color on #777231 background.


White color preview on #777231 background

This text has white color on #777231 background.