COLOR #78866B

HEX: #78866B
RGB: (120,134,107)

Color info

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

RGB color model

#78866B color RGB value is (120,134,107).

  • red value is 120;
  • green value is 134;
  • blue value is 107.
RGB:
(120,134,107)
(47%,53%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 107 of 255 = 42%

120
134
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 107 = 361 (100%)
R 120 of 361 ~ 33.24%
G 134 of 361 ~ 37.12%
B 107 of 361 ~ 29.64%

%33.24
%37.12
%29.64

CMYK color model

#78866B color CMYK value is (10,0,20,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(10,0,20,47)
C10M0Y20K47 
(10%,0%,20%,47%)
(0.10/0.00/0.20/0.47)	

CMYK percentages

%10.45
%0
%20.15
%47.45

Codes

Color #78866B in popluar color models

78866B
RGB120134107
HSL91°11.20%47.25%
HSB/HSV91°20.15%52.55%
CMYK10.45%0.00%20.15%
47.45%

Color #78866B in popluar number systems.

HEX78866B
Decimal120134107
Binary1111000100001101101011
Octal170206153

Shades and tints

Shades of #78866B

#78866B
(120,134,107)
#6E7A62
(110,122,98)
#646E59
(100,110,89)
#5A6250
(90,98,80)
#505647
(80,86,71)
#464A3E
(70,74,62)
#3C3E35
(60,62,53)
#32322C
(50,50,44)
#282623
(40,38,35)
#1E1A1A
(30,26,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #78866B

#78866B
(120,134,107)
#849178
(132,145,120)
#909C85
(144,156,133)
#9CA792
(156,167,146)
#A8B29F
(168,178,159)
#B4BDAC
(180,189,172)
#C0C8B9
(192,200,185)
#CCD3C6
(204,211,198)
#D8DED3
(216,222,211)
#E4E9E0
(228,233,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78866B color. Also use rgb(120,134,107) instead hex code.

Text Font Color

.myTextColor { color: #78866B; }

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

This text font color is #78866B.


Background Color

.myBgColor { background-color: #78866B; }

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

This div background color is #78866B.


Border color

.myBorderColor { border: 1px solid #78866B; }

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

This div border color is #78866B.


Opacity

.myOpacity80 { color: #78866B; opacity: 0.8; }

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

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

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

This text has shadow with #78866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78866B on black background.


Color preview on white background

This text has color #78866B on white background.



Black color preview on #78866B background

This text has black color on #78866B background.


White color preview on #78866B background

This text has white color on #78866B background.