COLOR #788137

HEX: #788137
RGB: (120,129,55)

Color info

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

RGB color model

#788137 color RGB value is (120,129,55).

  • red value is 120;
  • green value is 129;
  • blue value is 55.
RGB:
(120,129,55)
(47%,51%,22%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 55 of 255 = 22%

120
129
55

R + G + B ~ 40%. #788137 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 55 = 304 (100%)
R 120 of 304 ~ 39.47%
G 129 of 304 ~ 42.43%
B 55 of 304 ~ 18.09%

%39.47
%42.43
%18.09

CMYK color model

#788137 color CMYK value is (7,0,57,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 57.36%
  • key color value is 49.41%
CMYK:
(7,0,57,49)
C7M0Y57K49 
(7%,0%,57%,49%)
(0.07/0.00/0.57/0.49)	

CMYK percentages

%6.98
%0
%57.36
%49.41

Codes

Color #788137 in popluar color models

788137
RGB12012955
HSL67°40.22%36.08%
HSB/HSV67°57.36%50.59%
CMYK6.98%0.00%57.36%
49.41%

Color #788137 in popluar number systems.

HEX788137
Decimal12012955
Binary111100010000001110111
Octal17020167

Shades and tints

Shades of #788137

#788137
(120,129,55)
#6E7632
(110,118,50)
#646B2D
(100,107,45)
#5A6028
(90,96,40)
#505523
(80,85,35)
#464A1E
(70,74,30)
#3C3F19
(60,63,25)
#323414
(50,52,20)
#28290F
(40,41,15)
#1E1E0A
(30,30,10)
#141305
(20,19,5)
#000000
(0,0,0)

Tints of #788137

#788137
(120,129,55)
#848C49
(132,140,73)
#90975B
(144,151,91)
#9CA26D
(156,162,109)
#A8AD7F
(168,173,127)
#B4B891
(180,184,145)
#C0C3A3
(192,195,163)
#CCCEB5
(204,206,181)
#D8D9C7
(216,217,199)
#E4E4D9
(228,228,217)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788137 color. Also use rgb(120,129,55) instead hex code.

Text Font Color

.myTextColor { color: #788137; }

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

This text font color is #788137.


Background Color

.myBgColor { background-color: #788137; }

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

This div background color is #788137.


Border color

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

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

This div border color is #788137.


Opacity

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

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

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

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

This text has shadow with #788137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788137 on black background.


Color preview on white background

This text has color #788137 on white background.



Black color preview on #788137 background

This text has black color on #788137 background.


White color preview on #788137 background

This text has white color on #788137 background.