COLOR #788D62

HEX: #788D62
RGB: (120,141,98)

Color info

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

RGB color model

#788D62 color RGB value is (120,141,98).

  • red value is 120;
  • green value is 141;
  • blue value is 98.
RGB:
(120,141,98)
(47%,55%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 98 of 255 = 38%

120
141
98

R + G + B ~ 47%. #788D62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 98 = 359 (100%)
R 120 of 359 ~ 33.43%
G 141 of 359 ~ 39.28%
B 98 of 359 ~ 27.3%

%33.43
%39.28
%27.3

CMYK color model

#788D62 color CMYK value is (15,0,30,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 44.71%
CMYK:
(15,0,30,45)
C15M0Y30K45 
(15%,0%,30%,45%)
(0.15/0.00/0.30/0.45)	

CMYK percentages

%14.89
%0
%30.5
%44.71

Codes

Color #788D62 in popluar color models

788D62
RGB12014198
HSL89°17.99%46.86%
HSB/HSV89°30.50%55.29%
CMYK14.89%0.00%30.50%
44.71%

Color #788D62 in popluar number systems.

HEX788D62
Decimal12014198
Binary1111000100011011100010
Octal170215142

Shades and tints

Shades of #788D62

#788D62
(120,141,98)
#6E815A
(110,129,90)
#647552
(100,117,82)
#5A694A
(90,105,74)
#505D42
(80,93,66)
#46513A
(70,81,58)
#3C4532
(60,69,50)
#32392A
(50,57,42)
#282D22
(40,45,34)
#1E211A
(30,33,26)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #788D62

#788D62
(120,141,98)
#849770
(132,151,112)
#90A17E
(144,161,126)
#9CAB8C
(156,171,140)
#A8B59A
(168,181,154)
#B4BFA8
(180,191,168)
#C0C9B6
(192,201,182)
#CCD3C4
(204,211,196)
#D8DDD2
(216,221,210)
#E4E7E0
(228,231,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788D62 color. Also use rgb(120,141,98) instead hex code.

Text Font Color

.myTextColor { color: #788D62; }

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

This text font color is #788D62.


Background Color

.myBgColor { background-color: #788D62; }

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

This div background color is #788D62.


Border color

.myBorderColor { border: 1px solid #788D62; }

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

This div border color is #788D62.


Opacity

.myOpacity80 { color: #788D62; opacity: 0.8; }

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

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

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

This text has shadow with #788D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D62 on black background.


Color preview on white background

This text has color #788D62 on white background.



Black color preview on #788D62 background

This text has black color on #788D62 background.


White color preview on #788D62 background

This text has white color on #788D62 background.