COLOR #788B6F

HEX: #788B6F RGB: (120,139,111)

Color info

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

RGB color model

#788B6F color RGB value is (120,139,111).

RGB: (120,139,111) (47%, 55%, 44%)

RGB channels and saturation

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

120
139
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 111 = 370 (100%)
R 120 of 370 ~ 32.43%
G 139 of 370 ~ 37.57%
B 111 of 370 ~ 30'%

%32.43
%37.57
%30

CMYK color model

#788B6F color CMYK value is (14,0,20,45).

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

CMYK: (14,0,20,45)
C14M0Y20K45 (14%, 0%, 20%, 45%)
(0.14 / 0.00 / 0.20 / 0.45)

CMYK percentages

%13.67
%0
%20.14
%45.49

Codes

Color #788B6F in popluar color models

78 8B 6F
RGB 120 139 111
HSL 101° 11.20% 49.02%
HSB/HSV 101° 20.14% 54.51%
CMYK 13.67% 0.00% 20.14%
45.49%

Color #788B6F in popluar number systems.

HEX 78 8B 6F
Decimal 120 139 111
Binary 1111000 10001011 1101111
Octal 170 213 157

Shades and tints

Shades of #788B6F

#788B6F
(120,139,111)
#6E7F65
(110,127,101)
#64735B
(100,115,91)
#5A6751
(90,103,81)
#505B47
(80,91,71)
#464F3D
(70,79,61)
#3C4333
(60,67,51)
#323729
(50,55,41)
#282B1F
(40,43,31)
#1E1F15
(30,31,21)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #788B6F

#788B6F
(120,139,111)
#84957C
(132,149,124)
#909F89
(144,159,137)
#9CA996
(156,169,150)
#A8B3A3
(168,179,163)
#B4BDB0
(180,189,176)
#C0C7BD
(192,199,189)
#CCD1CA
(204,209,202)
#D8DBD7
(216,219,215)
#E4E5E4
(228,229,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788B6F; }

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

This text font color is #788B6F.

Background Color

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

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

This div background color is #788B6F.

Border color

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

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

This div border color is #788B6F.

Opacity

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

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

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

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

This text has shadow with #788B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788B6F.

Preview

Color preview on black background

This text has color #788B6F on black background.


Color preview on white background

This text has color #788B6F on white background.


Black color preview on #788B6F background

This text has black color on #788B6F background.


White color preview on #788B6F background

This text has white color on #788B6F background.


Related colors

Complementary color

Complementary color for #hex is #877490.


I love getcolorcode.com

Triadic colors

1 #6F788B and #8B6F78 with #788B6F are triadic colors.

2 #6F8B78 and #8B786F with #788B6F are triadic colors.