COLOR #788D6F

HEX: #788D6F
RGB: (120,141,111)

Color info

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

RGB color model

#788D6F color RGB value is (120,141,111).

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

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 111 of 255 = 44%

120
141
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 141 + 111 = 372 (100%)
R 120 of 372 ~ 32.26%
G 141 of 372 ~ 37.9%
B 111 of 372 ~ 29.84%

%32.26
%37.9
%29.84

CMYK color model

#788D6F color CMYK value is (15,0,21,45).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(15,0,21,45)
C15M0Y21K45 
(15%,0%,21%,45%)
(0.15/0.00/0.21/0.45)	

CMYK percentages

%14.89
%0
%21.28
%44.71

Codes

Color #788D6F in popluar color models

788D6F
RGB120141111
HSL102°11.90%49.41%
HSB/HSV102°21.28%55.29%
CMYK14.89%0.00%21.28%
44.71%

Color #788D6F in popluar number systems.

HEX788D6F
Decimal120141111
Binary1111000100011011101111
Octal170215157

Shades and tints

Shades of #788D6F

#788D6F
(120,141,111)
#6E8165
(110,129,101)
#64755B
(100,117,91)
#5A6951
(90,105,81)
#505D47
(80,93,71)
#46513D
(70,81,61)
#3C4533
(60,69,51)
#323929
(50,57,41)
#282D1F
(40,45,31)
#1E2115
(30,33,21)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #788D6F

#788D6F
(120,141,111)
#84977C
(132,151,124)
#90A189
(144,161,137)
#9CAB96
(156,171,150)
#A8B5A3
(168,181,163)
#B4BFB0
(180,191,176)
#C0C9BD
(192,201,189)
#CCD3CA
(204,211,202)
#D8DDD7
(216,221,215)
#E4E7E4
(228,231,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788D6F; }

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

This text font color is #788D6F.


Background Color

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

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

This div background color is #788D6F.


Border color

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

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

This div border color is #788D6F.


Opacity

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

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

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

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

This text has shadow with #788D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788D6F on black background.


Color preview on white background

This text has color #788D6F on white background.



Black color preview on #788D6F background

This text has black color on #788D6F background.


White color preview on #788D6F background

This text has white color on #788D6F background.