COLOR #788179

HEX: #788179
RGB: (120,129,121)

Color info

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

RGB color model

#788179 color RGB value is (120,129,121).

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

RGB channels and saturation

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

120
129
121

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 121 = 370 (100%)
R 120 of 370 ~ 32.43%
G 129 of 370 ~ 34.86%
B 121 of 370 ~ 32.7%

%32.43
%34.86
%32.7

CMYK color model

#788179 color CMYK value is (7,0,6,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 6.20%
  • key color value is 49.41%
CMYK:
(7,0,6,49)
C7M0Y6K49 
(7%,0%,6%,49%)
(0.07/0.00/0.06/0.49)	

CMYK percentages

%6.98
%0
%6.2
%49.41

Codes

Color #788179 in popluar color models

788179
RGB120129121
HSL127°3.61%48.82%
HSB/HSV127°6.98%50.59%
CMYK6.98%0.00%6.20%
49.41%

Color #788179 in popluar number systems.

HEX788179
Decimal120129121
Binary1111000100000011111001
Octal170201171

Shades and tints

Shades of #788179

#788179
(120,129,121)
#6E766E
(110,118,110)
#646B63
(100,107,99)
#5A6058
(90,96,88)
#50554D
(80,85,77)
#464A42
(70,74,66)
#3C3F37
(60,63,55)
#32342C
(50,52,44)
#282921
(40,41,33)
#1E1E16
(30,30,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #788179

#788179
(120,129,121)
#848C85
(132,140,133)
#909791
(144,151,145)
#9CA29D
(156,162,157)
#A8ADA9
(168,173,169)
#B4B8B5
(180,184,181)
#C0C3C1
(192,195,193)
#CCCECD
(204,206,205)
#D8D9D9
(216,217,217)
#E4E4E5
(228,228,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788179; }

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

This text font color is #788179.


Background Color

.myBgColor { background-color: #788179; }

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

This div background color is #788179.


Border color

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

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

This div border color is #788179.


Opacity

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

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

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

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

This text has shadow with #788179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788179 on black background.


Color preview on white background

This text has color #788179 on white background.



Black color preview on #788179 background

This text has black color on #788179 background.


White color preview on #788179 background

This text has white color on #788179 background.