COLOR #788186

HEX: #788186
RGB: (120,129,134)

Color info

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

RGB color model

#788186 color RGB value is (120,129,134).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 134 of 255 = 53%

120
129
134

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 134 = 383 (100%)
R 120 of 383 ~ 31.33%
G 129 of 383 ~ 33.68%
B 134 of 383 ~ 34.99%

%31.33
%33.68
%34.99

CMYK color model

#788186 color CMYK value is (10,4,0,47).

  • cyan value is 10.45%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(10,4,0,47)
C10M4Y0K47 
(10%,4%,0%,47%)
(0.10/0.04/0.00/0.47)	

CMYK percentages

%10.45
%3.73
%0
%47.45

Codes

Color #788186 in popluar color models

788186
RGB120129134
HSL201°5.51%49.80%
HSB/HSV201°10.45%52.55%
CMYK10.45%3.73%0.00%
47.45%

Color #788186 in popluar number systems.

HEX788186
Decimal120129134
Binary11110001000000110000110
Octal170201206

Shades and tints

Shades of #788186

#788186
(120,129,134)
#6E767A
(110,118,122)
#646B6E
(100,107,110)
#5A6062
(90,96,98)
#505556
(80,85,86)
#464A4A
(70,74,74)
#3C3F3E
(60,63,62)
#323432
(50,52,50)
#282926
(40,41,38)
#1E1E1A
(30,30,26)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #788186

#788186
(120,129,134)
#848C91
(132,140,145)
#90979C
(144,151,156)
#9CA2A7
(156,162,167)
#A8ADB2
(168,173,178)
#B4B8BD
(180,184,189)
#C0C3C8
(192,195,200)
#CCCED3
(204,206,211)
#D8D9DE
(216,217,222)
#E4E4E9
(228,228,233)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788186; }

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

This text font color is #788186.


Background Color

.myBgColor { background-color: #788186; }

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

This div background color is #788186.


Border color

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

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

This div border color is #788186.


Opacity

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

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

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

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

This text has shadow with #788186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788186 on black background.


Color preview on white background

This text has color #788186 on white background.



Black color preview on #788186 background

This text has black color on #788186 background.


White color preview on #788186 background

This text has white color on #788186 background.