COLOR #788156

HEX: #788156
RGB: (120,129,86)

Color info

#788156 contains red, green and blue colors in about the same proportion. Web safe color of #788156 is #669966 (or #696).

RGB color model

#788156 color RGB value is (120,129,86).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 86 of 255 = 34%

120
129
86

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 86 = 335 (100%)
R 120 of 335 ~ 35.82%
G 129 of 335 ~ 38.51%
B 86 of 335 ~ 25.67%

%35.82
%38.51
%25.67

CMYK color model

#788156 color CMYK value is (7,0,33,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 49.41%
CMYK:
(7,0,33,49)
C7M0Y33K49 
(7%,0%,33%,49%)
(0.07/0.00/0.33/0.49)	

CMYK percentages

%6.98
%0
%33.33
%49.41

Codes

Color #788156 in popluar color models

788156
RGB12012986
HSL73°20.00%42.16%
HSB/HSV73°33.33%50.59%
CMYK6.98%0.00%33.33%
49.41%

Color #788156 in popluar number systems.

HEX788156
Decimal12012986
Binary1111000100000011010110
Octal170201126

Shades and tints

Shades of #788156

#788156
(120,129,86)
#6E764F
(110,118,79)
#646B48
(100,107,72)
#5A6041
(90,96,65)
#50553A
(80,85,58)
#464A33
(70,74,51)
#3C3F2C
(60,63,44)
#323425
(50,52,37)
#28291E
(40,41,30)
#1E1E17
(30,30,23)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #788156

#788156
(120,129,86)
#848C65
(132,140,101)
#909774
(144,151,116)
#9CA283
(156,162,131)
#A8AD92
(168,173,146)
#B4B8A1
(180,184,161)
#C0C3B0
(192,195,176)
#CCCEBF
(204,206,191)
#D8D9CE
(216,217,206)
#E4E4DD
(228,228,221)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788156; }

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

This text font color is #788156.


Background Color

.myBgColor { background-color: #788156; }

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

This div background color is #788156.


Border color

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

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

This div border color is #788156.


Opacity

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

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

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

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

This text has shadow with #788156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788156 on black background.


Color preview on white background

This text has color #788156 on white background.



Black color preview on #788156 background

This text has black color on #788156 background.


White color preview on #788156 background

This text has white color on #788156 background.