COLOR #787C88

HEX: #787C88
RGB: (120,124,136)

Color info

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

RGB color model

#787C88 color RGB value is (120,124,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 124 of 255 = 49%
B 136 of 255 = 53%

120
124
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 124 + 136 = 380 (100%)
R 120 of 380 ~ 31.58%
G 124 of 380 ~ 32.63%
B 136 of 380 ~ 35.79%

%31.58
%32.63
%35.79

CMYK color model

#787C88 color CMYK value is (12,9,0,47).

  • cyan value is 11.76%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,9,0,47)
C12M9Y0K47 
(12%,9%,0%,47%)
(0.12/0.09/0.00/0.47)	

CMYK percentages

%11.76
%8.82
%0
%46.67

Codes

Color #787C88 in popluar color models

787C88
RGB120124136
HSL225°6.30%50.20%
HSB/HSV225°11.76%53.33%
CMYK11.76%8.82%0.00%
46.67%

Color #787C88 in popluar number systems.

HEX787C88
Decimal120124136
Binary1111000111110010001000
Octal170174210

Shades and tints

Shades of #787C88

#787C88
(120,124,136)
#6E717C
(110,113,124)
#646670
(100,102,112)
#5A5B64
(90,91,100)
#505058
(80,80,88)
#46454C
(70,69,76)
#3C3A40
(60,58,64)
#322F34
(50,47,52)
#282428
(40,36,40)
#1E191C
(30,25,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #787C88

#787C88
(120,124,136)
#848792
(132,135,146)
#90929C
(144,146,156)
#9C9DA6
(156,157,166)
#A8A8B0
(168,168,176)
#B4B3BA
(180,179,186)
#C0BEC4
(192,190,196)
#CCC9CE
(204,201,206)
#D8D4D8
(216,212,216)
#E4DFE2
(228,223,226)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787C88; }

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

This text font color is #787C88.


Background Color

.myBgColor { background-color: #787C88; }

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

This div background color is #787C88.


Border color

.myBorderColor { border: 1px solid #787C88; }

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

This div border color is #787C88.


Opacity

.myOpacity80 { color: #787C88; opacity: 0.8; }

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

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

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

This text has shadow with #787C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787C88 on black background.


Color preview on white background

This text has color #787C88 on white background.



Black color preview on #787C88 background

This text has black color on #787C88 background.


White color preview on #787C88 background

This text has white color on #787C88 background.