COLOR #788187

HEX: #788187
RGB: (120,129,135)

Color info

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

RGB color model

#788187 color RGB value is (120,129,135).

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

RGB channels and saturation

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

120
129
135

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 135 = 384 (100%)
R 120 of 384 ~ 31.25%
G 129 of 384 ~ 33.59%
B 135 of 384 ~ 35.16%

%31.25
%33.59
%35.16

CMYK color model

#788187 color CMYK value is (11,4,0,47).

  • cyan value is 11.11%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(11,4,0,47)
C11M4Y0K47 
(11%,4%,0%,47%)
(0.11/0.04/0.00/0.47)	

CMYK percentages

%11.11
%4.44
%0
%47.06

Codes

Color #788187 in popluar color models

788187
RGB120129135
HSL204°5.88%50.00%
HSB/HSV204°11.11%52.94%
CMYK11.11%4.44%0.00%
47.06%

Color #788187 in popluar number systems.

HEX788187
Decimal120129135
Binary11110001000000110000111
Octal170201207

Shades and tints

Shades of #788187

#788187
(120,129,135)
#6E767B
(110,118,123)
#646B6F
(100,107,111)
#5A6063
(90,96,99)
#505557
(80,85,87)
#464A4B
(70,74,75)
#3C3F3F
(60,63,63)
#323433
(50,52,51)
#282927
(40,41,39)
#1E1E1B
(30,30,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #788187

#788187
(120,129,135)
#848C91
(132,140,145)
#90979B
(144,151,155)
#9CA2A5
(156,162,165)
#A8ADAF
(168,173,175)
#B4B8B9
(180,184,185)
#C0C3C3
(192,195,195)
#CCCECD
(204,206,205)
#D8D9D7
(216,217,215)
#E4E4E1
(228,228,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788187; }

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

This text font color is #788187.


Background Color

.myBgColor { background-color: #788187; }

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

This div background color is #788187.


Border color

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

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

This div border color is #788187.


Opacity

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

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

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

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

This text has shadow with #788187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788187 on black background.


Color preview on white background

This text has color #788187 on white background.



Black color preview on #788187 background

This text has black color on #788187 background.


White color preview on #788187 background

This text has white color on #788187 background.