COLOR #788177

HEX: #788177
RGB: (120,129,119)

Color info

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

RGB color model

#788177 color RGB value is (120,129,119).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 119 of 255 = 47%

120
129
119

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 119 = 368 (100%)
R 120 of 368 ~ 32.61%
G 129 of 368 ~ 35.05%
B 119 of 368 ~ 32.34%

%32.61
%35.05
%32.34

CMYK color model

#788177 color CMYK value is (7,0,8,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 7.75%
  • key color value is 49.41%
CMYK:
(7,0,8,49)
C7M0Y8K49 
(7%,0%,8%,49%)
(0.07/0.00/0.08/0.49)	

CMYK percentages

%6.98
%0
%7.75
%49.41

Codes

Color #788177 in popluar color models

788177
RGB120129119
HSL114°4.03%48.63%
HSB/HSV114°7.75%50.59%
CMYK6.98%0.00%7.75%
49.41%

Color #788177 in popluar number systems.

HEX788177
Decimal120129119
Binary1111000100000011110111
Octal170201167

Shades and tints

Shades of #788177

#788177
(120,129,119)
#6E766D
(110,118,109)
#646B63
(100,107,99)
#5A6059
(90,96,89)
#50554F
(80,85,79)
#464A45
(70,74,69)
#3C3F3B
(60,63,59)
#323431
(50,52,49)
#282927
(40,41,39)
#1E1E1D
(30,30,29)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #788177

#788177
(120,129,119)
#848C83
(132,140,131)
#90978F
(144,151,143)
#9CA29B
(156,162,155)
#A8ADA7
(168,173,167)
#B4B8B3
(180,184,179)
#C0C3BF
(192,195,191)
#CCCECB
(204,206,203)
#D8D9D7
(216,217,215)
#E4E4E3
(228,228,227)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788177; }

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

This text font color is #788177.


Background Color

.myBgColor { background-color: #788177; }

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

This div background color is #788177.


Border color

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

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

This div border color is #788177.


Opacity

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

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

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

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

This text has shadow with #788177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788177 on black background.


Color preview on white background

This text has color #788177 on white background.



Black color preview on #788177 background

This text has black color on #788177 background.


White color preview on #788177 background

This text has white color on #788177 background.