COLOR #78875A

HEX: #78875A
RGB: (120,135,90)

Color info

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

RGB color model

#78875A color RGB value is (120,135,90).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 90 of 255 = 35%

120
135
90

R + G + B ~ 45%. #78875A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 90 = 345 (100%)
R 120 of 345 ~ 34.78%
G 135 of 345 ~ 39.13%
B 90 of 345 ~ 26.09%

%34.78
%39.13
%26.09

CMYK color model

#78875A color CMYK value is (11,0,33,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 47.06%
CMYK:
(11,0,33,47)
C11M0Y33K47 
(11%,0%,33%,47%)
(0.11/0.00/0.33/0.47)	

CMYK percentages

%11.11
%0
%33.33
%47.06

Codes

Color #78875A in popluar color models

78875A
RGB12013590
HSL80°20.00%44.12%
HSB/HSV80°33.33%52.94%
CMYK11.11%0.00%33.33%
47.06%

Color #78875A in popluar number systems.

HEX78875A
Decimal12013590
Binary1111000100001111011010
Octal170207132

Shades and tints

Shades of #78875A

#78875A
(120,135,90)
#6E7B52
(110,123,82)
#646F4A
(100,111,74)
#5A6342
(90,99,66)
#50573A
(80,87,58)
#464B32
(70,75,50)
#3C3F2A
(60,63,42)
#323322
(50,51,34)
#28271A
(40,39,26)
#1E1B12
(30,27,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #78875A

#78875A
(120,135,90)
#849169
(132,145,105)
#909B78
(144,155,120)
#9CA587
(156,165,135)
#A8AF96
(168,175,150)
#B4B9A5
(180,185,165)
#C0C3B4
(192,195,180)
#CCCDC3
(204,205,195)
#D8D7D2
(216,215,210)
#E4E1E1
(228,225,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78875A color. Also use rgb(120,135,90) instead hex code.

Text Font Color

.myTextColor { color: #78875A; }

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

This text font color is #78875A.


Background Color

.myBgColor { background-color: #78875A; }

<div style="background-color:#78875A">Inner text</div>

This div background color is #78875A.


Border color

.myBorderColor { border: 1px solid #78875A; }

<div style="border:3px solid #78875A">Div</div>

This div border color is #78875A.


Opacity

.myOpacity80 { color: #78875A; opacity: 0.8; }

<p style="color:#78875A;opacity:0.8;">80%</p>

Text with #78875A 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 #78875A;}

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

This text has shadow with #78875A color.

.textShadow {text-shadow: 3px 3px 1px #78875A, 3px 3px 1px red;}

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

This text has shadow with #78875A primary color and red secondary color.


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

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

This text has shadow with #78875A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78875A on black background.


Color preview on white background

This text has color #78875A on white background.



Black color preview on #78875A background

This text has black color on #78875A background.


White color preview on #78875A background

This text has white color on #78875A background.