COLOR #788786

HEX: #788786
RGB: (120,135,134)

Color info

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

RGB color model

#788786 color RGB value is (120,135,134).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 134 of 255 = 53%

120
135
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 134 = 389 (100%)
R 120 of 389 ~ 30.85%
G 135 of 389 ~ 34.7%
B 134 of 389 ~ 34.45%

%30.85
%34.7
%34.45

CMYK color model

#788786 color CMYK value is (11,0,1,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(11,0,1,47)
C11M0Y1K47 
(11%,0%,1%,47%)
(0.11/0.00/0.01/0.47)	

CMYK percentages

%11.11
%0
%0.74
%47.06

Codes

Color #788786 in popluar color models

788786
RGB120135134
HSL176°5.88%50.00%
HSB/HSV176°11.11%52.94%
CMYK11.11%0.00%0.74%
47.06%

Color #788786 in popluar number systems.

HEX788786
Decimal120135134
Binary11110001000011110000110
Octal170207206

Shades and tints

Shades of #788786

#788786
(120,135,134)
#6E7B7A
(110,123,122)
#646F6E
(100,111,110)
#5A6362
(90,99,98)
#505756
(80,87,86)
#464B4A
(70,75,74)
#3C3F3E
(60,63,62)
#323332
(50,51,50)
#282726
(40,39,38)
#1E1B1A
(30,27,26)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #788786

#788786
(120,135,134)
#849191
(132,145,145)
#909B9C
(144,155,156)
#9CA5A7
(156,165,167)
#A8AFB2
(168,175,178)
#B4B9BD
(180,185,189)
#C0C3C8
(192,195,200)
#CCCDD3
(204,205,211)
#D8D7DE
(216,215,222)
#E4E1E9
(228,225,233)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788786; }

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

This text font color is #788786.


Background Color

.myBgColor { background-color: #788786; }

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

This div background color is #788786.


Border color

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

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

This div border color is #788786.


Opacity

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

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

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

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

This text has shadow with #788786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788786 on black background.


Color preview on white background

This text has color #788786 on white background.



Black color preview on #788786 background

This text has black color on #788786 background.


White color preview on #788786 background

This text has white color on #788786 background.