COLOR #787892

HEX: #787892
RGB: (120,120,146)

Color info

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

RGB color model

#787892 color RGB value is (120,120,146).

  • red value is 120;
  • green value is 120;
  • blue value is 146.
RGB:
(120,120,146)
(47%,47%,57%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 146 of 255 = 57%

120
120
146

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 146 = 386 (100%)
R 120 of 386 ~ 31.09%
G 120 of 386 ~ 31.09%
B 146 of 386 ~ 37.82%

%31.09
%31.09
%37.82

CMYK color model

#787892 color CMYK value is (18,18,0,43).

  • cyan value is 17.81%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(18,18,0,43)
C18M18Y0K43 
(18%,18%,0%,43%)
(0.18/0.18/0.00/0.43)	

CMYK percentages

%17.81
%17.81
%0
%42.75

Codes

Color #787892 in popluar color models

787892
RGB120120146
HSL240°10.66%52.16%
HSB/HSV240°17.81%57.25%
CMYK17.81%17.81%0.00%
42.75%

Color #787892 in popluar number systems.

HEX787892
Decimal120120146
Binary1111000111100010010010
Octal170170222

Shades and tints

Shades of #787892

#787892
(120,120,146)
#6E6E85
(110,110,133)
#646478
(100,100,120)
#5A5A6B
(90,90,107)
#50505E
(80,80,94)
#464651
(70,70,81)
#3C3C44
(60,60,68)
#323237
(50,50,55)
#28282A
(40,40,42)
#1E1E1D
(30,30,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #787892

#787892
(120,120,146)
#84849B
(132,132,155)
#9090A4
(144,144,164)
#9C9CAD
(156,156,173)
#A8A8B6
(168,168,182)
#B4B4BF
(180,180,191)
#C0C0C8
(192,192,200)
#CCCCD1
(204,204,209)
#D8D8DA
(216,216,218)
#E4E4E3
(228,228,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787892; }

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

This text font color is #787892.


Background Color

.myBgColor { background-color: #787892; }

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

This div background color is #787892.


Border color

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

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

This div border color is #787892.


Opacity

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

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

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

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

This text has shadow with #787892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787892 on black background.


Color preview on white background

This text has color #787892 on white background.



Black color preview on #787892 background

This text has black color on #787892 background.


White color preview on #787892 background

This text has white color on #787892 background.