COLOR #788B6D

HEX: #788B6D RGB: (120,139,109)

Color info

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

RGB color model

#788B6D color RGB value is (120,139,109).

RGB: (120,139,109) (47%, 55%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 109 of 255 = 43%

120
139
109

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 109 = 368 (100%)
R 120 of 368 ~ 32.61%
G 139 of 368 ~ 37.77%
B 109 of 368 ~ 29.62'%

%32.61
%37.77
%29.62

CMYK color model

#788B6D color CMYK value is (14,0,22,45).

  • cyan value is 13.67%
  • magenta value is 0.00%
  • yellow value is 21.58%
  • key color value is 45.49%

CMYK: (14,0,22,45)
C14M0Y22K45 (14%, 0%, 22%, 45%)
(0.14 / 0.00 / 0.22 / 0.45)

CMYK percentages

%13.67
%0
%21.58
%45.49

Codes

Color #788B6D in popluar color models

78 8B 6D
RGB 120 139 109
HSL 98° 12.10% 48.63%
HSB/HSV 98° 21.58% 54.51%
CMYK 13.67% 0.00% 21.58%
45.49%

Color #788B6D in popluar number systems.

HEX 78 8B 6D
Decimal 120 139 109
Binary 1111000 10001011 1101101
Octal 170 213 155

Shades and tints

Shades of #788B6D

#788B6D
(120,139,109)
#6E7F64
(110,127,100)
#64735B
(100,115,91)
#5A6752
(90,103,82)
#505B49
(80,91,73)
#464F40
(70,79,64)
#3C4337
(60,67,55)
#32372E
(50,55,46)
#282B25
(40,43,37)
#1E1F1C
(30,31,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #788B6D

#788B6D
(120,139,109)
#84957A
(132,149,122)
#909F87
(144,159,135)
#9CA994
(156,169,148)
#A8B3A1
(168,179,161)
#B4BDAE
(180,189,174)
#C0C7BB
(192,199,187)
#CCD1C8
(204,209,200)
#D8DBD5
(216,219,213)
#E4E5E2
(228,229,226)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B6D; }

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

This text font color is #788B6D.

Background Color

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

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

This div background color is #788B6D.

Border color

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

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

This div border color is #788B6D.

Opacity

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

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

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

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

This text has shadow with #788B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788B6D.

Preview

Color preview on black background

This text has color #788B6D on black background.


Color preview on white background

This text has color #788B6D on white background.


Black color preview on #788B6D background

This text has black color on #788B6D background.


White color preview on #788B6D background

This text has white color on #788B6D background.


Related colors

Complementary color

Complementary color for #hex is #877492.


I love getcolorcode.com

Triadic colors

1 #6D788B and #8B6D78 with #788B6D are triadic colors.

2 #6D8B78 and #8B786D with #788B6D are triadic colors.