COLOR #788B72

HEX: #788B72
RGB: (120,139,114)

Color info

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

RGB color model

#788B72 color RGB value is (120,139,114).

  • red value is 120;
  • green value is 139;
  • blue value is 114.
RGB:
(120,139,114)
(47%,55%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 114 of 255 = 45%

120
139
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 114 = 373 (100%)
R 120 of 373 ~ 32.17%
G 139 of 373 ~ 37.27%
B 114 of 373 ~ 30.56%

%32.17
%37.27
%30.56

CMYK color model

#788B72 color CMYK value is (14,0,18,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 45.49%
CMYK:
(14,0,18,45)
C14M0Y18K45 
(14%,0%,18%,45%)
(0.14/0.00/0.18/0.45)	

CMYK percentages

%13.67
%0
%17.99
%45.49

Codes

Color #788B72 in popluar color models

788B72
RGB120139114
HSL106°9.88%49.61%
HSB/HSV106°17.99%54.51%
CMYK13.67%0.00%17.99%
45.49%

Color #788B72 in popluar number systems.

HEX788B72
Decimal120139114
Binary1111000100010111110010
Octal170213162

Shades and tints

Shades of #788B72

#788B72
(120,139,114)
#6E7F68
(110,127,104)
#64735E
(100,115,94)
#5A6754
(90,103,84)
#505B4A
(80,91,74)
#464F40
(70,79,64)
#3C4336
(60,67,54)
#32372C
(50,55,44)
#282B22
(40,43,34)
#1E1F18
(30,31,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #788B72

#788B72
(120,139,114)
#84957E
(132,149,126)
#909F8A
(144,159,138)
#9CA996
(156,169,150)
#A8B3A2
(168,179,162)
#B4BDAE
(180,189,174)
#C0C7BA
(192,199,186)
#CCD1C6
(204,209,198)
#D8DBD2
(216,219,210)
#E4E5DE
(228,229,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788B72 color. Also use rgb(120,139,114) instead hex code.

Text Font Color

.myTextColor { color: #788B72; }

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

This text font color is #788B72.


Background Color

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

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

This div background color is #788B72.


Border color

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

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

This div border color is #788B72.


Opacity

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

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

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

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

This text has shadow with #788B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788B72 on black background.


Color preview on white background

This text has color #788B72 on white background.



Black color preview on #788B72 background

This text has black color on #788B72 background.


White color preview on #788B72 background

This text has white color on #788B72 background.