COLOR #787B88

HEX: #787B88
RGB: (120,123,136)

Color info

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

RGB color model

#787B88 color RGB value is (120,123,136).

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

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 136 of 255 = 53%

120
123
136

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 136 = 379 (100%)
R 120 of 379 ~ 31.66%
G 123 of 379 ~ 32.45%
B 136 of 379 ~ 35.88%

%31.66
%32.45
%35.88

CMYK color model

#787B88 color CMYK value is (12,10,0,47).

  • cyan value is 11.76%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(12,10,0,47)
C12M10Y0K47 
(12%,10%,0%,47%)
(0.12/0.10/0.00/0.47)	

CMYK percentages

%11.76
%9.56
%0
%46.67

Codes

Color #787B88 in popluar color models

787B88
RGB120123136
HSL229°6.30%50.20%
HSB/HSV229°11.76%53.33%
CMYK11.76%9.56%0.00%
46.67%

Color #787B88 in popluar number systems.

HEX787B88
Decimal120123136
Binary1111000111101110001000
Octal170173210

Shades and tints

Shades of #787B88

#787B88
(120,123,136)
#6E707C
(110,112,124)
#646570
(100,101,112)
#5A5A64
(90,90,100)
#504F58
(80,79,88)
#46444C
(70,68,76)
#3C3940
(60,57,64)
#322E34
(50,46,52)
#282328
(40,35,40)
#1E181C
(30,24,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #787B88

#787B88
(120,123,136)
#848792
(132,135,146)
#90939C
(144,147,156)
#9C9FA6
(156,159,166)
#A8ABB0
(168,171,176)
#B4B7BA
(180,183,186)
#C0C3C4
(192,195,196)
#CCCFCE
(204,207,206)
#D8DBD8
(216,219,216)
#E4E7E2
(228,231,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B88; }

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

This text font color is #787B88.


Background Color

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

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

This div background color is #787B88.


Border color

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

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

This div border color is #787B88.


Opacity

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

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

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

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

This text has shadow with #787B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B88 on black background.


Color preview on white background

This text has color #787B88 on white background.



Black color preview on #787B88 background

This text has black color on #787B88 background.


White color preview on #787B88 background

This text has white color on #787B88 background.