COLOR #788588

HEX: #788588
RGB: (120,133,136)

Color info

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

RGB color model

#788588 color RGB value is (120,133,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 136 of 255 = 53%

120
133
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 136 = 389 (100%)
R 120 of 389 ~ 30.85%
G 133 of 389 ~ 34.19%
B 136 of 389 ~ 34.96%

%30.85
%34.19
%34.96

CMYK color model

#788588 color CMYK value is (12,2,0,47).

  • cyan value is 11.76%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,2,0,47)
C12M2Y0K47 
(12%,2%,0%,47%)
(0.12/0.02/0.00/0.47)	

CMYK percentages

%11.76
%2.21
%0
%46.67

Codes

Color #788588 in popluar color models

788588
RGB120133136
HSL191°6.30%50.20%
HSB/HSV191°11.76%53.33%
CMYK11.76%2.21%0.00%
46.67%

Color #788588 in popluar number systems.

HEX788588
Decimal120133136
Binary11110001000010110001000
Octal170205210

Shades and tints

Shades of #788588

#788588
(120,133,136)
#6E797C
(110,121,124)
#646D70
(100,109,112)
#5A6164
(90,97,100)
#505558
(80,85,88)
#46494C
(70,73,76)
#3C3D40
(60,61,64)
#323134
(50,49,52)
#282528
(40,37,40)
#1E191C
(30,25,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #788588

#788588
(120,133,136)
#849092
(132,144,146)
#909B9C
(144,155,156)
#9CA6A6
(156,166,166)
#A8B1B0
(168,177,176)
#B4BCBA
(180,188,186)
#C0C7C4
(192,199,196)
#CCD2CE
(204,210,206)
#D8DDD8
(216,221,216)
#E4E8E2
(228,232,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788588; }

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

This text font color is #788588.


Background Color

.myBgColor { background-color: #788588; }

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

This div background color is #788588.


Border color

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

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

This div border color is #788588.


Opacity

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

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

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

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

This text has shadow with #788588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788588 on black background.


Color preview on white background

This text has color #788588 on white background.



Black color preview on #788588 background

This text has black color on #788588 background.


White color preview on #788588 background

This text has white color on #788588 background.