COLOR #78846B

HEX: #78846B RGB: (120,132,107)

Color info

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

RGB color model

#78846B color RGB value is (120,132,107).

RGB: (120,132,107) (47%, 52%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 107 of 255 = 42%

120
132
107

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

Portions of RGB colors in percentages

R + G + B = 120 + 132 + 107 = 359 (100%)
R 120 of 359 ~ 33.43%
G 132 of 359 ~ 36.77%
B 107 of 359 ~ 29.81'%

%33.43
%36.77
%29.81

CMYK color model

#78846B color CMYK value is (9,0,19,48).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 18.94%
  • key color value is 48.24%

CMYK: (9,0,19,48)
C9M0Y19K48 (9%, 0%, 19%, 48%)
(0.09 / 0.00 / 0.19 / 0.48)

CMYK percentages

%9.09
%0
%18.94
%48.24

Codes

Color #78846B in popluar color models

78 84 6B
RGB 120 132 107
HSL 89° 10.46% 46.86%
HSB/HSV 89° 18.94% 51.76%
CMYK 9.09% 0.00% 18.94%
48.24%

Color #78846B in popluar number systems.

HEX 78 84 6B
Decimal 120 132 107
Binary 1111000 10000100 1101011
Octal 170 204 153

Shades and tints

Shades of #78846B

#78846B
(120,132,107)
#6E7862
(110,120,98)
#646C59
(100,108,89)
#5A6050
(90,96,80)
#505447
(80,84,71)
#46483E
(70,72,62)
#3C3C35
(60,60,53)
#32302C
(50,48,44)
#282423
(40,36,35)
#1E181A
(30,24,26)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #78846B

#78846B
(120,132,107)
#848F78
(132,143,120)
#909A85
(144,154,133)
#9CA592
(156,165,146)
#A8B09F
(168,176,159)
#B4BBAC
(180,187,172)
#C0C6B9
(192,198,185)
#CCD1C6
(204,209,198)
#D8DCD3
(216,220,211)
#E4E7E0
(228,231,224)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78846B; }

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

This text font color is #78846B.

Background Color

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

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

This div background color is #78846B.

Border color

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

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

This div border color is #78846B.

Opacity

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

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

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

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

This text has shadow with #78846B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78846B.

Preview

Color preview on black background

This text has color #78846B on black background.


Color preview on white background

This text has color #78846B on white background.


Black color preview on #78846B background

This text has black color on #78846B background.


White color preview on #78846B background

This text has white color on #78846B background.


Related colors

Complementary color

Complementary color for #hex is #877B94.


I love getcolorcode.com

Triadic colors

1 #6B7884 and #846B78 with #78846B are triadic colors.

2 #6B8478 and #84786B with #78846B are triadic colors.