COLOR #78995E

HEX: #78995E RGB: (120,153,94)

Color info

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

RGB color model

#78995E color RGB value is (120,153,94).

RGB: (120,153,94) (47%, 60%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 153 of 255 = 60%
B 94 of 255 = 37%

120
153
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 153 + 94 = 367 (100%)
R 120 of 367 ~ 32.7%
G 153 of 367 ~ 41.69%
B 94 of 367 ~ 25.61'%

%32.7
%41.69
%25.61

CMYK color model

#78995E color CMYK value is (22,0,39,40).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 40.00%

CMYK: (22,0,39,40)
C22M0Y39K40 (22%, 0%, 39%, 40%)
(0.22 / 0.00 / 0.39 / 0.40)

CMYK percentages

%21.57
%0
%38.56
%40

Codes

Color #78995E in popluar color models

78 99 5E
RGB 120 153 94
HSL 94° 23.89% 48.43%
HSB/HSV 94° 38.56% 60.00%
CMYK 21.57% 0.00% 38.56%
40.00%

Color #78995E in popluar number systems.

HEX 78 99 5E
Decimal 120 153 94
Binary 1111000 10011001 1011110
Octal 170 231 136

Shades and tints

Shades of #78995E

#78995E
(120,153,94)
#6E8C56
(110,140,86)
#647F4E
(100,127,78)
#5A7246
(90,114,70)
#50653E
(80,101,62)
#465836
(70,88,54)
#3C4B2E
(60,75,46)
#323E26
(50,62,38)
#28311E
(40,49,30)
#1E2416
(30,36,22)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #78995E

#78995E
(120,153,94)
#84A26C
(132,162,108)
#90AB7A
(144,171,122)
#9CB488
(156,180,136)
#A8BD96
(168,189,150)
#B4C6A4
(180,198,164)
#C0CFB2
(192,207,178)
#CCD8C0
(204,216,192)
#D8E1CE
(216,225,206)
#E4EADC
(228,234,220)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78995E color. Also use rgb(120,153,94) instead hex code.

Text Font Color

.myTextColor { color: #78995E; }

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

This text font color is #78995E.

Background Color

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

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

This div background color is #78995E.

Border color

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

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

This div border color is #78995E.

Opacity

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

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

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

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

This text has shadow with #78995E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78995E.

Preview

Color preview on black background

This text has color #78995E on black background.


Color preview on white background

This text has color #78995E on white background.


Black color preview on #78995E background

This text has black color on #78995E background.


White color preview on #78995E background

This text has white color on #78995E background.


Related colors

Complementary color

Complementary color for #hex is #8766A1.


I love getcolorcode.com

Triadic colors

1 #5E7899 and #995E78 with #78995E are triadic colors.

2 #5E9978 and #99785E with #78995E are triadic colors.