COLOR #78886B

HEX: #78886B
RGB: (120,136,107)

Color info

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

RGB color model

#78886B color RGB value is (120,136,107).

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

RGB channels and saturation

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

120
136
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 136 + 107 = 363 (100%)
R 120 of 363 ~ 33.06%
G 136 of 363 ~ 37.47%
B 107 of 363 ~ 29.48%

%33.06
%37.47
%29.48

CMYK color model

#78886B color CMYK value is (12,0,21,47).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(12,0,21,47)
C12M0Y21K47 
(12%,0%,21%,47%)
(0.12/0.00/0.21/0.47)	

CMYK percentages

%11.76
%0
%21.32
%46.67

Codes

Color #78886B in popluar color models

78886B
RGB120136107
HSL93°11.93%47.65%
HSB/HSV93°21.32%53.33%
CMYK11.76%0.00%21.32%
46.67%

Color #78886B in popluar number systems.

HEX78886B
Decimal120136107
Binary1111000100010001101011
Octal170210153

Shades and tints

Shades of #78886B

#78886B
(120,136,107)
#6E7C62
(110,124,98)
#647059
(100,112,89)
#5A6450
(90,100,80)
#505847
(80,88,71)
#464C3E
(70,76,62)
#3C4035
(60,64,53)
#32342C
(50,52,44)
#282823
(40,40,35)
#1E1C1A
(30,28,26)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #78886B

#78886B
(120,136,107)
#849278
(132,146,120)
#909C85
(144,156,133)
#9CA692
(156,166,146)
#A8B09F
(168,176,159)
#B4BAAC
(180,186,172)
#C0C4B9
(192,196,185)
#CCCEC6
(204,206,198)
#D8D8D3
(216,216,211)
#E4E2E0
(228,226,224)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78886B; }

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

This text font color is #78886B.


Background Color

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

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

This div background color is #78886B.


Border color

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

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

This div border color is #78886B.


Opacity

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

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

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

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

This text has shadow with #78886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78886B on black background.


Color preview on white background

This text has color #78886B on white background.



Black color preview on #78886B background

This text has black color on #78886B background.


White color preview on #78886B background

This text has white color on #78886B background.