COLOR #787096

HEX: #787096
RGB: (120,112,150)

Color info

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

RGB color model

#787096 color RGB value is (120,112,150).

  • red value is 120;
  • green value is 112;
  • blue value is 150.
RGB:
(120,112,150)
(47%,44%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 150 of 255 = 59%

120
112
150

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

Portions of RGB colors in percentages

R + G + B =
120 + 112 + 150 = 382 (100%)
R 120 of 382 ~ 31.41%
G 112 of 382 ~ 29.32%
B 150 of 382 ~ 39.27%

%31.41
%29.32
%39.27

CMYK color model

#787096 color CMYK value is (20,25,0,41).

  • cyan value is 20.00%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(20,25,0,41)
C20M25Y0K41 
(20%,25%,0%,41%)
(0.20/0.25/0.00/0.41)	

CMYK percentages

%20
%25.33
%0
%41.18

Codes

Color #787096 in popluar color models

787096
RGB120112150
HSL253°15.32%51.37%
HSB/HSV253°25.33%58.82%
CMYK20.00%25.33%0.00%
41.18%

Color #787096 in popluar number systems.

HEX787096
Decimal120112150
Binary1111000111000010010110
Octal170160226

Shades and tints

Shades of #787096

#787096
(120,112,150)
#6E6689
(110,102,137)
#645C7C
(100,92,124)
#5A526F
(90,82,111)
#504862
(80,72,98)
#463E55
(70,62,85)
#3C3448
(60,52,72)
#322A3B
(50,42,59)
#28202E
(40,32,46)
#1E1621
(30,22,33)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #787096

#787096
(120,112,150)
#847D9F
(132,125,159)
#908AA8
(144,138,168)
#9C97B1
(156,151,177)
#A8A4BA
(168,164,186)
#B4B1C3
(180,177,195)
#C0BECC
(192,190,204)
#CCCBD5
(204,203,213)
#D8D8DE
(216,216,222)
#E4E5E7
(228,229,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787096 color. Also use rgb(120,112,150) instead hex code.

Text Font Color

.myTextColor { color: #787096; }

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

This text font color is #787096.


Background Color

.myBgColor { background-color: #787096; }

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

This div background color is #787096.


Border color

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

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

This div border color is #787096.


Opacity

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

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

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

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

This text has shadow with #787096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787096 on black background.


Color preview on white background

This text has color #787096 on white background.



Black color preview on #787096 background

This text has black color on #787096 background.


White color preview on #787096 background

This text has white color on #787096 background.