COLOR #778925

HEX: #778925
RGB: (119,137,37)

Color info

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

RGB color model

#778925 color RGB value is (119,137,37).

  • red value is 119;
  • green value is 137;
  • blue value is 37.
RGB:
(119,137,37)
(47%,54%,15%)

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 37 of 255 = 15%

119
137
37

R + G + B ~ 39%. #778925 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 37 = 293 (100%)
R 119 of 293 ~ 40.61%
G 137 of 293 ~ 46.76%
B 37 of 293 ~ 12.63%

%40.61
%46.76
%12.63

CMYK color model

#778925 color CMYK value is (13,0,73,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 72.99%
  • key color value is 46.27%
CMYK:
(13,0,73,46)
C13M0Y73K46 
(13%,0%,73%,46%)
(0.13/0.00/0.73/0.46)	

CMYK percentages

%13.14
%0
%72.99
%46.27

Codes

Color #778925 in popluar color models

778925
RGB11913737
HSL71°57.47%34.12%
HSB/HSV71°72.99%53.73%
CMYK13.14%0.00%72.99%
46.27%

Color #778925 in popluar number systems.

HEX778925
Decimal11913737
Binary111011110001001100101
Octal16721145

Shades and tints

Shades of #778925

#778925
(119,137,37)
#6D7D22
(109,125,34)
#63711F
(99,113,31)
#59651C
(89,101,28)
#4F5919
(79,89,25)
#454D16
(69,77,22)
#3B4113
(59,65,19)
#313510
(49,53,16)
#27290D
(39,41,13)
#1D1D0A
(29,29,10)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #778925

#778925
(119,137,37)
#839338
(131,147,56)
#8F9D4B
(143,157,75)
#9BA75E
(155,167,94)
#A7B171
(167,177,113)
#B3BB84
(179,187,132)
#BFC597
(191,197,151)
#CBCFAA
(203,207,170)
#D7D9BD
(215,217,189)
#E3E3D0
(227,227,208)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778925 color. Also use rgb(119,137,37) instead hex code.

Text Font Color

.myTextColor { color: #778925; }

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

This text font color is #778925.


Background Color

.myBgColor { background-color: #778925; }

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

This div background color is #778925.


Border color

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

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

This div border color is #778925.


Opacity

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

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

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

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

This text has shadow with #778925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778925 on black background.


Color preview on white background

This text has color #778925 on white background.



Black color preview on #778925 background

This text has black color on #778925 background.


White color preview on #778925 background

This text has white color on #778925 background.