COLOR #78874D

HEX: #78874D
RGB: (120,135,77)

Color info

#78874D contains red, green and blue colors in about the same proportion. Web safe color of #78874D is #669933 (or #693).

RGB color model

#78874D color RGB value is (120,135,77).

  • red value is 120;
  • green value is 135;
  • blue value is 77.
RGB:
(120,135,77)
(47%,53%,30%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 77 of 255 = 30%

120
135
77

R + G + B ~ 43%. #78874D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 77 = 332 (100%)
R 120 of 332 ~ 36.14%
G 135 of 332 ~ 40.66%
B 77 of 332 ~ 23.19%

%36.14
%40.66
%23.19

CMYK color model

#78874D color CMYK value is (11,0,43,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 47.06%
CMYK:
(11,0,43,47)
C11M0Y43K47 
(11%,0%,43%,47%)
(0.11/0.00/0.43/0.47)	

CMYK percentages

%11.11
%0
%42.96
%47.06

Codes

Color #78874D in popluar color models

78874D
RGB12013577
HSL76°27.36%41.57%
HSB/HSV76°42.96%52.94%
CMYK11.11%0.00%42.96%
47.06%

Color #78874D in popluar number systems.

HEX78874D
Decimal12013577
Binary1111000100001111001101
Octal170207115

Shades and tints

Shades of #78874D

#78874D
(120,135,77)
#6E7B46
(110,123,70)
#646F3F
(100,111,63)
#5A6338
(90,99,56)
#505731
(80,87,49)
#464B2A
(70,75,42)
#3C3F23
(60,63,35)
#32331C
(50,51,28)
#282715
(40,39,21)
#1E1B0E
(30,27,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #78874D

#78874D
(120,135,77)
#84915D
(132,145,93)
#909B6D
(144,155,109)
#9CA57D
(156,165,125)
#A8AF8D
(168,175,141)
#B4B99D
(180,185,157)
#C0C3AD
(192,195,173)
#CCCDBD
(204,205,189)
#D8D7CD
(216,215,205)
#E4E1DD
(228,225,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78874D color. Also use rgb(120,135,77) instead hex code.

Text Font Color

.myTextColor { color: #78874D; }

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

This text font color is #78874D.


Background Color

.myBgColor { background-color: #78874D; }

<div style="background-color:#78874D">Inner text</div>

This div background color is #78874D.


Border color

.myBorderColor { border: 1px solid #78874D; }

<div style="border:3px solid #78874D">Div</div>

This div border color is #78874D.


Opacity

.myOpacity80 { color: #78874D; opacity: 0.8; }

<p style="color:#78874D;opacity:0.8;">80%</p>

Text with #78874D 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 #78874D;}

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

This text has shadow with #78874D color.

.textShadow {text-shadow: 3px 3px 1px #78874D, 3px 3px 1px red;}

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

This text has shadow with #78874D primary color and red secondary color.


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

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

This text has shadow with #78874D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78874D on black background.


Color preview on white background

This text has color #78874D on white background.



Black color preview on #78874D background

This text has black color on #78874D background.


White color preview on #78874D background

This text has white color on #78874D background.