COLOR #777429

HEX: #777429
RGB: (119,116,41)

Color info

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

RGB color model

#777429 color RGB value is (119,116,41).

  • red value is 119;
  • green value is 116;
  • blue value is 41.
RGB:
(119,116,41)
(47%,45%,16%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 41 of 255 = 16%

119
116
41

R + G + B ~ 36%. #777429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 41 = 276 (100%)
R 119 of 276 ~ 43.12%
G 116 of 276 ~ 42.03%
B 41 of 276 ~ 14.86%

%43.12
%42.03
%14.86

CMYK color model

#777429 color CMYK value is (0,3,66,53).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 65.55%
  • key color value is 53.33%
CMYK:
(0,3,66,53)
C0M3Y66K53 
(0%,3%,66%,53%)
(0.00/0.03/0.66/0.53)	

CMYK percentages

%0
%2.52
%65.55
%53.33

Codes

Color #777429 in popluar color models

777429
RGB11911641
HSL58°48.75%31.37%
HSB/HSV58°65.55%46.67%
CMYK0.00%2.52%65.55%
53.33%

Color #777429 in popluar number systems.

HEX777429
Decimal11911641
Binary11101111110100101001
Octal16716451

Shades and tints

Shades of #777429

#777429
(119,116,41)
#6D6A26
(109,106,38)
#636023
(99,96,35)
#595620
(89,86,32)
#4F4C1D
(79,76,29)
#45421A
(69,66,26)
#3B3817
(59,56,23)
#312E14
(49,46,20)
#272411
(39,36,17)
#1D1A0E
(29,26,14)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #777429

#777429
(119,116,41)
#83803C
(131,128,60)
#8F8C4F
(143,140,79)
#9B9862
(155,152,98)
#A7A475
(167,164,117)
#B3B088
(179,176,136)
#BFBC9B
(191,188,155)
#CBC8AE
(203,200,174)
#D7D4C1
(215,212,193)
#E3E0D4
(227,224,212)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777429 color. Also use rgb(119,116,41) instead hex code.

Text Font Color

.myTextColor { color: #777429; }

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

This text font color is #777429.


Background Color

.myBgColor { background-color: #777429; }

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

This div background color is #777429.


Border color

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

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

This div border color is #777429.


Opacity

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

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

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

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

This text has shadow with #777429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777429 on black background.


Color preview on white background

This text has color #777429 on white background.



Black color preview on #777429 background

This text has black color on #777429 background.


White color preview on #777429 background

This text has white color on #777429 background.