COLOR #78846E

HEX: #78846E
RGB: (120,132,110)

Color info

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

RGB color model

#78846E color RGB value is (120,132,110).

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

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 110 of 255 = 43%

120
132
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 132 + 110 = 362 (100%)
R 120 of 362 ~ 33.15%
G 132 of 362 ~ 36.46%
B 110 of 362 ~ 30.39%

%33.15
%36.46
%30.39

CMYK color model

#78846E color CMYK value is (9,0,17,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(9,0,17,48)
C9M0Y17K48 
(9%,0%,17%,48%)
(0.09/0.00/0.17/0.48)	

CMYK percentages

%9.09
%0
%16.67
%48.24

Codes

Color #78846E in popluar color models

78846E
RGB120132110
HSL93°9.09%47.45%
HSB/HSV93°16.67%51.76%
CMYK9.09%0.00%16.67%
48.24%

Color #78846E in popluar number systems.

HEX78846E
Decimal120132110
Binary1111000100001001101110
Octal170204156

Shades and tints

Shades of #78846E

#78846E
(120,132,110)
#6E7864
(110,120,100)
#646C5A
(100,108,90)
#5A6050
(90,96,80)
#505446
(80,84,70)
#46483C
(70,72,60)
#3C3C32
(60,60,50)
#323028
(50,48,40)
#28241E
(40,36,30)
#1E1814
(30,24,20)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #78846E

#78846E
(120,132,110)
#848F7B
(132,143,123)
#909A88
(144,154,136)
#9CA595
(156,165,149)
#A8B0A2
(168,176,162)
#B4BBAF
(180,187,175)
#C0C6BC
(192,198,188)
#CCD1C9
(204,209,201)
#D8DCD6
(216,220,214)
#E4E7E3
(228,231,227)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78846E; }

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

This text font color is #78846E.


Background Color

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

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

This div background color is #78846E.


Border color

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

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

This div border color is #78846E.


Opacity

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

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

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

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

This text has shadow with #78846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78846E on black background.


Color preview on white background

This text has color #78846E on white background.



Black color preview on #78846E background

This text has black color on #78846E background.


White color preview on #78846E background

This text has white color on #78846E background.