COLOR #788988

HEX: #788988
RGB: (120,137,136)

Color info

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

RGB color model

#788988 color RGB value is (120,137,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 136 of 255 = 53%

120
137
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 136 = 393 (100%)
R 120 of 393 ~ 30.53%
G 137 of 393 ~ 34.86%
B 136 of 393 ~ 34.61%

%30.53
%34.86
%34.61

CMYK color model

#788988 color CMYK value is (12,0,1,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(12,0,1,46)
C12M0Y1K46 
(12%,0%,1%,46%)
(0.12/0.00/0.01/0.46)	

CMYK percentages

%12.41
%0
%0.73
%46.27

Codes

Color #788988 in popluar color models

788988
RGB120137136
HSL176°6.72%50.39%
HSB/HSV176°12.41%53.73%
CMYK12.41%0.00%0.73%
46.27%

Color #788988 in popluar number systems.

HEX788988
Decimal120137136
Binary11110001000100110001000
Octal170211210

Shades and tints

Shades of #788988

#788988
(120,137,136)
#6E7D7C
(110,125,124)
#647170
(100,113,112)
#5A6564
(90,101,100)
#505958
(80,89,88)
#464D4C
(70,77,76)
#3C4140
(60,65,64)
#323534
(50,53,52)
#282928
(40,41,40)
#1E1D1C
(30,29,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #788988

#788988
(120,137,136)
#849392
(132,147,146)
#909D9C
(144,157,156)
#9CA7A6
(156,167,166)
#A8B1B0
(168,177,176)
#B4BBBA
(180,187,186)
#C0C5C4
(192,197,196)
#CCCFCE
(204,207,206)
#D8D9D8
(216,217,216)
#E4E3E2
(228,227,226)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788988 color. Also use rgb(120,137,136) instead hex code.

Text Font Color

.myTextColor { color: #788988; }

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

This text font color is #788988.


Background Color

.myBgColor { background-color: #788988; }

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

This div background color is #788988.


Border color

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

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

This div border color is #788988.


Opacity

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

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

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

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

This text has shadow with #788988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788988 on black background.


Color preview on white background

This text has color #788988 on white background.



Black color preview on #788988 background

This text has black color on #788988 background.


White color preview on #788988 background

This text has white color on #788988 background.