COLOR #788CB0

HEX: #788CB0
RGB: (120,140,176)

Color info

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

RGB color model

#788CB0 color RGB value is (120,140,176).

  • red value is 120;
  • green value is 140;
  • blue value is 176.
RGB:
(120,140,176)
(47%,55%,69%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 176 of 255 = 69%

120
140
176

R + G + B ~ 57%. #788CB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 140 + 176 = 436 (100%)
R 120 of 436 ~ 27.52%
G 140 of 436 ~ 32.11%
B 176 of 436 ~ 40.37%

%27.52
%32.11
%40.37

CMYK color model

#788CB0 color CMYK value is (32,20,0,31).

  • cyan value is 31.82%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(32,20,0,31)
C32M20Y0K31 
(32%,20%,0%,31%)
(0.32/0.20/0.00/0.31)	

CMYK percentages

%31.82
%20.45
%0
%30.98

Codes

Color #788CB0 in popluar color models

788CB0
RGB120140176
HSL219°26.17%58.04%
HSB/HSV219°31.82%69.02%
CMYK31.82%20.45%0.00%
30.98%

Color #788CB0 in popluar number systems.

HEX788CB0
Decimal120140176
Binary11110001000110010110000
Octal170214260

Shades and tints

Shades of #788CB0

#788CB0
(120,140,176)
#6E80A0
(110,128,160)
#647490
(100,116,144)
#5A6880
(90,104,128)
#505C70
(80,92,112)
#465060
(70,80,96)
#3C4450
(60,68,80)
#323840
(50,56,64)
#282C30
(40,44,48)
#1E2020
(30,32,32)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #788CB0

#788CB0
(120,140,176)
#8496B7
(132,150,183)
#90A0BE
(144,160,190)
#9CAAC5
(156,170,197)
#A8B4CC
(168,180,204)
#B4BED3
(180,190,211)
#C0C8DA
(192,200,218)
#CCD2E1
(204,210,225)
#D8DCE8
(216,220,232)
#E4E6EF
(228,230,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788CB0 color. Also use rgb(120,140,176) instead hex code.

Text Font Color

.myTextColor { color: #788CB0; }

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

This text font color is #788CB0.


Background Color

.myBgColor { background-color: #788CB0; }

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

This div background color is #788CB0.


Border color

.myBorderColor { border: 1px solid #788CB0; }

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

This div border color is #788CB0.


Opacity

.myOpacity80 { color: #788CB0; opacity: 0.8; }

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

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

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

This text has shadow with #788CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788CB0 on black background.


Color preview on white background

This text has color #788CB0 on white background.



Black color preview on #788CB0 background

This text has black color on #788CB0 background.


White color preview on #788CB0 background

This text has white color on #788CB0 background.