COLOR #788067

HEX: #788067
RGB: (120,128,103)

Color info

#788067 contains red, green and blue colors in about the same proportion. Web safe color of #788067 is #666666 (or #666).

RGB color model

#788067 color RGB value is (120,128,103).

  • red value is 120;
  • green value is 128;
  • blue value is 103.
RGB:
(120,128,103)
(47%,50%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 103 of 255 = 40%

120
128
103

R + G + B ~ 46%. #788067 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 103 = 351 (100%)
R 120 of 351 ~ 34.19%
G 128 of 351 ~ 36.47%
B 103 of 351 ~ 29.34%

%34.19
%36.47
%29.34

CMYK color model

#788067 color CMYK value is (6,0,20,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 49.80%
CMYK:
(6,0,20,50)
C6M0Y20K50 
(6%,0%,20%,50%)
(0.06/0.00/0.20/0.50)	

CMYK percentages

%6.25
%0
%19.53
%49.8

Codes

Color #788067 in popluar color models

788067
RGB120128103
HSL79°10.82%45.29%
HSB/HSV79°19.53%50.20%
CMYK6.25%0.00%19.53%
49.80%

Color #788067 in popluar number systems.

HEX788067
Decimal120128103
Binary1111000100000001100111
Octal170200147

Shades and tints

Shades of #788067

#788067
(120,128,103)
#6E755E
(110,117,94)
#646A55
(100,106,85)
#5A5F4C
(90,95,76)
#505443
(80,84,67)
#46493A
(70,73,58)
#3C3E31
(60,62,49)
#323328
(50,51,40)
#28281F
(40,40,31)
#1E1D16
(30,29,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #788067

#788067
(120,128,103)
#848B74
(132,139,116)
#909681
(144,150,129)
#9CA18E
(156,161,142)
#A8AC9B
(168,172,155)
#B4B7A8
(180,183,168)
#C0C2B5
(192,194,181)
#CCCDC2
(204,205,194)
#D8D8CF
(216,216,207)
#E4E3DC
(228,227,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788067 color. Also use rgb(120,128,103) instead hex code.

Text Font Color

.myTextColor { color: #788067; }

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

This text font color is #788067.


Background Color

.myBgColor { background-color: #788067; }

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

This div background color is #788067.


Border color

.myBorderColor { border: 1px solid #788067; }

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

This div border color is #788067.


Opacity

.myOpacity80 { color: #788067; opacity: 0.8; }

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

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

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

This text has shadow with #788067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788067 on black background.


Color preview on white background

This text has color #788067 on white background.



Black color preview on #788067 background

This text has black color on #788067 background.


White color preview on #788067 background

This text has white color on #788067 background.