COLOR #788180

HEX: #788180
RGB: (120,129,128)

Color info

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

RGB color model

#788180 color RGB value is (120,129,128).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 128 of 255 = 50%

120
129
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 128 = 377 (100%)
R 120 of 377 ~ 31.83%
G 129 of 377 ~ 34.22%
B 128 of 377 ~ 33.95%

%31.83
%34.22
%33.95

CMYK color model

#788180 color CMYK value is (7,0,1,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(7,0,1,49)
C7M0Y1K49 
(7%,0%,1%,49%)
(0.07/0.00/0.01/0.49)	

CMYK percentages

%6.98
%0
%0.78
%49.41

Codes

Color #788180 in popluar color models

788180
RGB120129128
HSL173°3.61%48.82%
HSB/HSV173°6.98%50.59%
CMYK6.98%0.00%0.78%
49.41%

Color #788180 in popluar number systems.

HEX788180
Decimal120129128
Binary11110001000000110000000
Octal170201200

Shades and tints

Shades of #788180

#788180
(120,129,128)
#6E7675
(110,118,117)
#646B6A
(100,107,106)
#5A605F
(90,96,95)
#505554
(80,85,84)
#464A49
(70,74,73)
#3C3F3E
(60,63,62)
#323433
(50,52,51)
#282928
(40,41,40)
#1E1E1D
(30,30,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #788180

#788180
(120,129,128)
#848C8B
(132,140,139)
#909796
(144,151,150)
#9CA2A1
(156,162,161)
#A8ADAC
(168,173,172)
#B4B8B7
(180,184,183)
#C0C3C2
(192,195,194)
#CCCECD
(204,206,205)
#D8D9D8
(216,217,216)
#E4E4E3
(228,228,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788180; }

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

This text font color is #788180.


Background Color

.myBgColor { background-color: #788180; }

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

This div background color is #788180.


Border color

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

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

This div border color is #788180.


Opacity

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

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

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

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

This text has shadow with #788180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788180 on black background.


Color preview on white background

This text has color #788180 on white background.



Black color preview on #788180 background

This text has black color on #788180 background.


White color preview on #788180 background

This text has white color on #788180 background.