COLOR #789873

HEX: #789873
RGB: (120,152,115)

Color info

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

RGB color model

#789873 color RGB value is (120,152,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 115 of 255 = 45%

120
152
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 152 + 115 = 387 (100%)
R 120 of 387 ~ 31.01%
G 152 of 387 ~ 39.28%
B 115 of 387 ~ 29.72%

%31.01
%39.28
%29.72

CMYK color model

#789873 color CMYK value is (21,0,24,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(21,0,24,40)
C21M0Y24K40 
(21%,0%,24%,40%)
(0.21/0.00/0.24/0.40)	

CMYK percentages

%21.05
%0
%24.34
%40.39

Codes

Color #789873 in popluar color models

789873
RGB120152115
HSL112°15.23%52.35%
HSB/HSV112°24.34%59.61%
CMYK21.05%0.00%24.34%
40.39%

Color #789873 in popluar number systems.

HEX789873
Decimal120152115
Binary1111000100110001110011
Octal170230163

Shades and tints

Shades of #789873

#789873
(120,152,115)
#6E8B69
(110,139,105)
#647E5F
(100,126,95)
#5A7155
(90,113,85)
#50644B
(80,100,75)
#465741
(70,87,65)
#3C4A37
(60,74,55)
#323D2D
(50,61,45)
#283023
(40,48,35)
#1E2319
(30,35,25)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #789873

#789873
(120,152,115)
#84A17F
(132,161,127)
#90AA8B
(144,170,139)
#9CB397
(156,179,151)
#A8BCA3
(168,188,163)
#B4C5AF
(180,197,175)
#C0CEBB
(192,206,187)
#CCD7C7
(204,215,199)
#D8E0D3
(216,224,211)
#E4E9DF
(228,233,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789873; }

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

This text font color is #789873.


Background Color

.myBgColor { background-color: #789873; }

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

This div background color is #789873.


Border color

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

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

This div border color is #789873.


Opacity

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

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

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

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

This text has shadow with #789873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789873 on black background.


Color preview on white background

This text has color #789873 on white background.



Black color preview on #789873 background

This text has black color on #789873 background.


White color preview on #789873 background

This text has white color on #789873 background.