COLOR #788977

HEX: #788977
RGB: (120,137,119)

Color info

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

RGB color model

#788977 color RGB value is (120,137,119).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 119 of 255 = 47%

120
137
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 119 = 376 (100%)
R 120 of 376 ~ 31.91%
G 137 of 376 ~ 36.44%
B 119 of 376 ~ 31.65%

%31.91
%36.44
%31.65

CMYK color model

#788977 color CMYK value is (12,0,13,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(12,0,13,46)
C12M0Y13K46 
(12%,0%,13%,46%)
(0.12/0.00/0.13/0.46)	

CMYK percentages

%12.41
%0
%13.14
%46.27

Codes

Color #788977 in popluar color models

788977
RGB120137119
HSL117°7.09%50.20%
HSB/HSV117°13.14%53.73%
CMYK12.41%0.00%13.14%
46.27%

Color #788977 in popluar number systems.

HEX788977
Decimal120137119
Binary1111000100010011110111
Octal170211167

Shades and tints

Shades of #788977

#788977
(120,137,119)
#6E7D6D
(110,125,109)
#647163
(100,113,99)
#5A6559
(90,101,89)
#50594F
(80,89,79)
#464D45
(70,77,69)
#3C413B
(60,65,59)
#323531
(50,53,49)
#282927
(40,41,39)
#1E1D1D
(30,29,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #788977

#788977
(120,137,119)
#849383
(132,147,131)
#909D8F
(144,157,143)
#9CA79B
(156,167,155)
#A8B1A7
(168,177,167)
#B4BBB3
(180,187,179)
#C0C5BF
(192,197,191)
#CCCFCB
(204,207,203)
#D8D9D7
(216,217,215)
#E4E3E3
(228,227,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788977; }

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

This text font color is #788977.


Background Color

.myBgColor { background-color: #788977; }

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

This div background color is #788977.


Border color

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

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

This div border color is #788977.


Opacity

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

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

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

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

This text has shadow with #788977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788977 on black background.


Color preview on white background

This text has color #788977 on white background.



Black color preview on #788977 background

This text has black color on #788977 background.


White color preview on #788977 background

This text has white color on #788977 background.