COLOR #787188

HEX: #787188
RGB: (120,113,136)

Color info

#787188 contains red, green and blue colors in about the same proportion. Web safe color of #787188 is #666699 (or #669).

RGB color model

#787188 color RGB value is (120,113,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 136 of 255 = 53%

120
113
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 136 = 369 (100%)
R 120 of 369 ~ 32.52%
G 113 of 369 ~ 30.62%
B 136 of 369 ~ 36.86%

%32.52
%30.62
%36.86

CMYK color model

#787188 color CMYK value is (12,17,0,47).

  • cyan value is 11.76%
  • magenta value is 16.91%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,17,0,47)
C12M17Y0K47 
(12%,17%,0%,47%)
(0.12/0.17/0.00/0.47)	

CMYK percentages

%11.76
%16.91
%0
%46.67

Codes

Color #787188 in popluar color models

787188
RGB120113136
HSL258°9.24%48.82%
HSB/HSV258°16.91%53.33%
CMYK11.76%16.91%0.00%
46.67%

Color #787188 in popluar number systems.

HEX787188
Decimal120113136
Binary1111000111000110001000
Octal170161210

Shades and tints

Shades of #787188

#787188
(120,113,136)
#6E677C
(110,103,124)
#645D70
(100,93,112)
#5A5364
(90,83,100)
#504958
(80,73,88)
#463F4C
(70,63,76)
#3C3540
(60,53,64)
#322B34
(50,43,52)
#282128
(40,33,40)
#1E171C
(30,23,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #787188

#787188
(120,113,136)
#847D92
(132,125,146)
#90899C
(144,137,156)
#9C95A6
(156,149,166)
#A8A1B0
(168,161,176)
#B4ADBA
(180,173,186)
#C0B9C4
(192,185,196)
#CCC5CE
(204,197,206)
#D8D1D8
(216,209,216)
#E4DDE2
(228,221,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787188; }

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

This text font color is #787188.


Background Color

.myBgColor { background-color: #787188; }

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

This div background color is #787188.


Border color

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

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

This div border color is #787188.


Opacity

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

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

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

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

This text has shadow with #787188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787188 on black background.


Color preview on white background

This text has color #787188 on white background.



Black color preview on #787188 background

This text has black color on #787188 background.


White color preview on #787188 background

This text has white color on #787188 background.