COLOR #78846F

HEX: #78846F
RGB: (120,132,111)

Color info

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

RGB color model

#78846F color RGB value is (120,132,111).

  • red value is 120;
  • green value is 132;
  • blue value is 111.
RGB:
(120,132,111)
(47%,52%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 111 of 255 = 44%

120
132
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 111 = 363 (100%)
R 120 of 363 ~ 33.06%
G 132 of 363 ~ 36.36%
B 111 of 363 ~ 30.58%

%33.06
%36.36
%30.58

CMYK color model

#78846F color CMYK value is (9,0,16,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(9,0,16,48)
C9M0Y16K48 
(9%,0%,16%,48%)
(0.09/0.00/0.16/0.48)	

CMYK percentages

%9.09
%0
%15.91
%48.24

Codes

Color #78846F in popluar color models

78846F
RGB120132111
HSL94°8.64%47.65%
HSB/HSV94°15.91%51.76%
CMYK9.09%0.00%15.91%
48.24%

Color #78846F in popluar number systems.

HEX78846F
Decimal120132111
Binary1111000100001001101111
Octal170204157

Shades and tints

Shades of #78846F

#78846F
(120,132,111)
#6E7865
(110,120,101)
#646C5B
(100,108,91)
#5A6051
(90,96,81)
#505447
(80,84,71)
#46483D
(70,72,61)
#3C3C33
(60,60,51)
#323029
(50,48,41)
#28241F
(40,36,31)
#1E1815
(30,24,21)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #78846F

#78846F
(120,132,111)
#848F7C
(132,143,124)
#909A89
(144,154,137)
#9CA596
(156,165,150)
#A8B0A3
(168,176,163)
#B4BBB0
(180,187,176)
#C0C6BD
(192,198,189)
#CCD1CA
(204,209,202)
#D8DCD7
(216,220,215)
#E4E7E4
(228,231,228)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78846F color. Also use rgb(120,132,111) instead hex code.

Text Font Color

.myTextColor { color: #78846F; }

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

This text font color is #78846F.


Background Color

.myBgColor { background-color: #78846F; }

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

This div background color is #78846F.


Border color

.myBorderColor { border: 1px solid #78846F; }

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

This div border color is #78846F.


Opacity

.myOpacity80 { color: #78846F; opacity: 0.8; }

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

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

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

This text has shadow with #78846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78846F on black background.


Color preview on white background

This text has color #78846F on white background.



Black color preview on #78846F background

This text has black color on #78846F background.


White color preview on #78846F background

This text has white color on #78846F background.