COLOR #788A6F

HEX: #788A6F RGB: (120,138,111)

Color info

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

RGB color model

#788A6F color RGB value is (120,138,111).

RGB: (120,138,111) (47%, 54%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 111 of 255 = 44%

120
138
111

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 111 = 369 (100%)
R 120 of 369 ~ 32.52%
G 138 of 369 ~ 37.4%
B 111 of 369 ~ 30.08'%

%32.52
%37.4
%30.08

CMYK color model

#788A6F color CMYK value is (13,0,20,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%

CMYK: (13,0,20,46)
C13M0Y20K46 (13%, 0%, 20%, 46%)
(0.13 / 0.00 / 0.20 / 0.46)

CMYK percentages

%13.04
%0
%19.57
%45.88

Codes

Color #788A6F in popluar color models

78 8A 6F
RGB 120 138 111
HSL 100° 10.84% 48.82%
HSB/HSV 100° 19.57% 54.12%
CMYK 13.04% 0.00% 19.57%
45.88%

Color #788A6F in popluar number systems.

HEX 78 8A 6F
Decimal 120 138 111
Binary 1111000 10001010 1101111
Octal 170 212 157

Shades and tints

Shades of #788A6F

#788A6F
(120,138,111)
#6E7E65
(110,126,101)
#64725B
(100,114,91)
#5A6651
(90,102,81)
#505A47
(80,90,71)
#464E3D
(70,78,61)
#3C4233
(60,66,51)
#323629
(50,54,41)
#282A1F
(40,42,31)
#1E1E15
(30,30,21)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #788A6F

#788A6F
(120,138,111)
#84947C
(132,148,124)
#909E89
(144,158,137)
#9CA896
(156,168,150)
#A8B2A3
(168,178,163)
#B4BCB0
(180,188,176)
#C0C6BD
(192,198,189)
#CCD0CA
(204,208,202)
#D8DAD7
(216,218,215)
#E4E4E4
(228,228,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788A6F; }

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

This text font color is #788A6F.

Background Color

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

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

This div background color is #788A6F.

Border color

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

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

This div border color is #788A6F.

Opacity

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

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

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

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

This text has shadow with #788A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788A6F.

Preview

Color preview on black background

This text has color #788A6F on black background.


Color preview on white background

This text has color #788A6F on white background.


Black color preview on #788A6F background

This text has black color on #788A6F background.


White color preview on #788A6F background

This text has white color on #788A6F background.


Related colors

Complementary color

Complementary color for #hex is #877590.


I love getcolorcode.com

Triadic colors

1 #6F788A and #8A6F78 with #788A6F are triadic colors.

2 #6F8A78 and #8A786F with #788A6F are triadic colors.