COLOR #789877

HEX: #789877
RGB: (120,152,119)

Color info

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

RGB color model

#789877 color RGB value is (120,152,119).

  • red value is 120;
  • green value is 152;
  • blue value is 119.
RGB:
(120,152,119)
(47%,60%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 119 of 255 = 47%

120
152
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 119 = 391 (100%)
R 120 of 391 ~ 30.69%
G 152 of 391 ~ 38.87%
B 119 of 391 ~ 30.43%

%30.69
%38.87
%30.43

CMYK color model

#789877 color CMYK value is (21,0,22,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(21,0,22,40)
C21M0Y22K40 
(21%,0%,22%,40%)
(0.21/0.00/0.22/0.40)	

CMYK percentages

%21.05
%0
%21.71
%40.39

Codes

Color #789877 in popluar color models

789877
RGB120152119
HSL118°13.81%53.14%
HSB/HSV118°21.71%59.61%
CMYK21.05%0.00%21.71%
40.39%

Color #789877 in popluar number systems.

HEX789877
Decimal120152119
Binary1111000100110001110111
Octal170230167

Shades and tints

Shades of #789877

#789877
(120,152,119)
#6E8B6D
(110,139,109)
#647E63
(100,126,99)
#5A7159
(90,113,89)
#50644F
(80,100,79)
#465745
(70,87,69)
#3C4A3B
(60,74,59)
#323D31
(50,61,49)
#283027
(40,48,39)
#1E231D
(30,35,29)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #789877

#789877
(120,152,119)
#84A183
(132,161,131)
#90AA8F
(144,170,143)
#9CB39B
(156,179,155)
#A8BCA7
(168,188,167)
#B4C5B3
(180,197,179)
#C0CEBF
(192,206,191)
#CCD7CB
(204,215,203)
#D8E0D7
(216,224,215)
#E4E9E3
(228,233,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789877 color. Also use rgb(120,152,119) instead hex code.

Text Font Color

.myTextColor { color: #789877; }

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

This text font color is #789877.


Background Color

.myBgColor { background-color: #789877; }

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

This div background color is #789877.


Border color

.myBorderColor { border: 1px solid #789877; }

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

This div border color is #789877.


Opacity

.myOpacity80 { color: #789877; opacity: 0.8; }

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

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

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

This text has shadow with #789877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789877 on black background.


Color preview on white background

This text has color #789877 on white background.



Black color preview on #789877 background

This text has black color on #789877 background.


White color preview on #789877 background

This text has white color on #789877 background.