COLOR #778129

HEX: #778129
RGB: (119,129,41)

Color info

#778129 contains mainly red and green colors. Web safe color of #778129 is #669933 (or #693).

RGB color model

#778129 color RGB value is (119,129,41).

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

RGB channels and saturation

R 119 of 255 = 47%
G 129 of 255 = 51%
B 41 of 255 = 16%

119
129
41

R + G + B ~ 38%. #778129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 129 + 41 = 289 (100%)
R 119 of 289 ~ 41.18%
G 129 of 289 ~ 44.64%
B 41 of 289 ~ 14.19%

%41.18
%44.64
%14.19

CMYK color model

#778129 color CMYK value is (8,0,68,49).

  • cyan value is 7.75%
  • magenta value is 0.00%
  • yellow value is 68.22%
  • key color value is 49.41%
CMYK:
(8,0,68,49)
C8M0Y68K49 
(8%,0%,68%,49%)
(0.08/0.00/0.68/0.49)	

CMYK percentages

%7.75
%0
%68.22
%49.41

Codes

Color #778129 in popluar color models

778129
RGB11912941
HSL67°51.76%33.33%
HSB/HSV67°68.22%50.59%
CMYK7.75%0.00%68.22%
49.41%

Color #778129 in popluar number systems.

HEX778129
Decimal11912941
Binary111011110000001101001
Octal16720151

Shades and tints

Shades of #778129

#778129
(119,129,41)
#6D7626
(109,118,38)
#636B23
(99,107,35)
#596020
(89,96,32)
#4F551D
(79,85,29)
#454A1A
(69,74,26)
#3B3F17
(59,63,23)
#313414
(49,52,20)
#272911
(39,41,17)
#1D1E0E
(29,30,14)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #778129

#778129
(119,129,41)
#838C3C
(131,140,60)
#8F974F
(143,151,79)
#9BA262
(155,162,98)
#A7AD75
(167,173,117)
#B3B888
(179,184,136)
#BFC39B
(191,195,155)
#CBCEAE
(203,206,174)
#D7D9C1
(215,217,193)
#E3E4D4
(227,228,212)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778129; }

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

This text font color is #778129.


Background Color

.myBgColor { background-color: #778129; }

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

This div background color is #778129.


Border color

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

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

This div border color is #778129.


Opacity

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

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

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

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

This text has shadow with #778129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778129 on black background.


Color preview on white background

This text has color #778129 on white background.



Black color preview on #778129 background

This text has black color on #778129 background.


White color preview on #778129 background

This text has white color on #778129 background.