COLOR #788A86

HEX: #788A86
RGB: (120,138,134)

Color info

#788A86 contains red, green and blue colors in about the same proportion. Web safe color of #788A86 is #669999 (or #699).

RGB color model

#788A86 color RGB value is (120,138,134).

  • red value is 120;
  • green value is 138;
  • blue value is 134.
RGB:
(120,138,134)
(47%,54%,53%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 134 of 255 = 53%

120
138
134

R + G + B ~ 51%. #788A86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 138 + 134 = 392 (100%)
R 120 of 392 ~ 30.61%
G 138 of 392 ~ 35.2%
B 134 of 392 ~ 34.18%

%30.61
%35.2
%34.18

CMYK color model

#788A86 color CMYK value is (13,0,3,46).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 45.88%
CMYK:
(13,0,3,46)
C13M0Y3K46 
(13%,0%,3%,46%)
(0.13/0.00/0.03/0.46)	

CMYK percentages

%13.04
%0
%2.9
%45.88

Codes

Color #788A86 in popluar color models

788A86
RGB120138134
HSL167°7.14%50.59%
HSB/HSV167°13.04%54.12%
CMYK13.04%0.00%2.90%
45.88%

Color #788A86 in popluar number systems.

HEX788A86
Decimal120138134
Binary11110001000101010000110
Octal170212206

Shades and tints

Shades of #788A86

#788A86
(120,138,134)
#6E7E7A
(110,126,122)
#64726E
(100,114,110)
#5A6662
(90,102,98)
#505A56
(80,90,86)
#464E4A
(70,78,74)
#3C423E
(60,66,62)
#323632
(50,54,50)
#282A26
(40,42,38)
#1E1E1A
(30,30,26)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #788A86

#788A86
(120,138,134)
#849491
(132,148,145)
#909E9C
(144,158,156)
#9CA8A7
(156,168,167)
#A8B2B2
(168,178,178)
#B4BCBD
(180,188,189)
#C0C6C8
(192,198,200)
#CCD0D3
(204,208,211)
#D8DADE
(216,218,222)
#E4E4E9
(228,228,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788A86 color. Also use rgb(120,138,134) instead hex code.

Text Font Color

.myTextColor { color: #788A86; }

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

This text font color is #788A86.


Background Color

.myBgColor { background-color: #788A86; }

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

This div background color is #788A86.


Border color

.myBorderColor { border: 1px solid #788A86; }

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

This div border color is #788A86.


Opacity

.myOpacity80 { color: #788A86; opacity: 0.8; }

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

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

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

This text has shadow with #788A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788A86 on black background.


Color preview on white background

This text has color #788A86 on white background.



Black color preview on #788A86 background

This text has black color on #788A86 background.


White color preview on #788A86 background

This text has white color on #788A86 background.