COLOR #788973

HEX: #788973
RGB: (120,137,115)

Color info

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

RGB color model

#788973 color RGB value is (120,137,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 115 of 255 = 45%

120
137
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 115 = 372 (100%)
R 120 of 372 ~ 32.26%
G 137 of 372 ~ 36.83%
B 115 of 372 ~ 30.91%

%32.26
%36.83
%30.91

CMYK color model

#788973 color CMYK value is (12,0,16,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(12,0,16,46)
C12M0Y16K46 
(12%,0%,16%,46%)
(0.12/0.00/0.16/0.46)	

CMYK percentages

%12.41
%0
%16.06
%46.27

Codes

Color #788973 in popluar color models

788973
RGB120137115
HSL106°8.73%49.41%
HSB/HSV106°16.06%53.73%
CMYK12.41%0.00%16.06%
46.27%

Color #788973 in popluar number systems.

HEX788973
Decimal120137115
Binary1111000100010011110011
Octal170211163

Shades and tints

Shades of #788973

#788973
(120,137,115)
#6E7D69
(110,125,105)
#64715F
(100,113,95)
#5A6555
(90,101,85)
#50594B
(80,89,75)
#464D41
(70,77,65)
#3C4137
(60,65,55)
#32352D
(50,53,45)
#282923
(40,41,35)
#1E1D19
(30,29,25)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #788973

#788973
(120,137,115)
#84937F
(132,147,127)
#909D8B
(144,157,139)
#9CA797
(156,167,151)
#A8B1A3
(168,177,163)
#B4BBAF
(180,187,175)
#C0C5BB
(192,197,187)
#CCCFC7
(204,207,199)
#D8D9D3
(216,217,211)
#E4E3DF
(228,227,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788973; }

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

This text font color is #788973.


Background Color

.myBgColor { background-color: #788973; }

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

This div background color is #788973.


Border color

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

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

This div border color is #788973.


Opacity

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

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

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

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

This text has shadow with #788973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788973 on black background.


Color preview on white background

This text has color #788973 on white background.



Black color preview on #788973 background

This text has black color on #788973 background.


White color preview on #788973 background

This text has white color on #788973 background.