COLOR #788B65

HEX: #788B65
RGB: (120,139,101)

Color info

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

RGB color model

#788B65 color RGB value is (120,139,101).

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

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 101 of 255 = 40%

120
139
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 101 = 360 (100%)
R 120 of 360 ~ 33.33%
G 139 of 360 ~ 38.61%
B 101 of 360 ~ 28.06%

%33.33
%38.61
%28.06

CMYK color model

#788B65 color CMYK value is (14,0,27,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 45.49%
CMYK:
(14,0,27,45)
C14M0Y27K45 
(14%,0%,27%,45%)
(0.14/0.00/0.27/0.45)	

CMYK percentages

%13.67
%0
%27.34
%45.49

Codes

Color #788B65 in popluar color models

788B65
RGB120139101
HSL90°15.83%47.06%
HSB/HSV90°27.34%54.51%
CMYK13.67%0.00%27.34%
45.49%

Color #788B65 in popluar number systems.

HEX788B65
Decimal120139101
Binary1111000100010111100101
Octal170213145

Shades and tints

Shades of #788B65

#788B65
(120,139,101)
#6E7F5C
(110,127,92)
#647353
(100,115,83)
#5A674A
(90,103,74)
#505B41
(80,91,65)
#464F38
(70,79,56)
#3C432F
(60,67,47)
#323726
(50,55,38)
#282B1D
(40,43,29)
#1E1F14
(30,31,20)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #788B65

#788B65
(120,139,101)
#849573
(132,149,115)
#909F81
(144,159,129)
#9CA98F
(156,169,143)
#A8B39D
(168,179,157)
#B4BDAB
(180,189,171)
#C0C7B9
(192,199,185)
#CCD1C7
(204,209,199)
#D8DBD5
(216,219,213)
#E4E5E3
(228,229,227)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B65; }

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

This text font color is #788B65.


Background Color

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

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

This div background color is #788B65.


Border color

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

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

This div border color is #788B65.


Opacity

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

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

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

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

This text has shadow with #788B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788B65 on black background.


Color preview on white background

This text has color #788B65 on white background.



Black color preview on #788B65 background

This text has black color on #788B65 background.


White color preview on #788B65 background

This text has white color on #788B65 background.