COLOR #787795

HEX: #787795
RGB: (120,119,149)

Color info

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

RGB color model

#787795 color RGB value is (120,119,149).

  • red value is 120;
  • green value is 119;
  • blue value is 149.
RGB:
(120,119,149)
(47%,47%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 149 of 255 = 58%

120
119
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 119 + 149 = 388 (100%)
R 120 of 388 ~ 30.93%
G 119 of 388 ~ 30.67%
B 149 of 388 ~ 38.4%

%30.93
%30.67
%38.4

CMYK color model

#787795 color CMYK value is (19,20,0,42).

  • cyan value is 19.46%
  • magenta value is 20.13%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,20,0,42)
C19M20Y0K42 
(19%,20%,0%,42%)
(0.19/0.20/0.00/0.42)	

CMYK percentages

%19.46
%20.13
%0
%41.57

Codes

Color #787795 in popluar color models

787795
RGB120119149
HSL242°12.40%52.55%
HSB/HSV242°20.13%58.43%
CMYK19.46%20.13%0.00%
41.57%

Color #787795 in popluar number systems.

HEX787795
Decimal120119149
Binary1111000111011110010101
Octal170167225

Shades and tints

Shades of #787795

#787795
(120,119,149)
#6E6D88
(110,109,136)
#64637B
(100,99,123)
#5A596E
(90,89,110)
#504F61
(80,79,97)
#464554
(70,69,84)
#3C3B47
(60,59,71)
#32313A
(50,49,58)
#28272D
(40,39,45)
#1E1D20
(30,29,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #787795

#787795
(120,119,149)
#84839E
(132,131,158)
#908FA7
(144,143,167)
#9C9BB0
(156,155,176)
#A8A7B9
(168,167,185)
#B4B3C2
(180,179,194)
#C0BFCB
(192,191,203)
#CCCBD4
(204,203,212)
#D8D7DD
(216,215,221)
#E4E3E6
(228,227,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787795; }

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

This text font color is #787795.


Background Color

.myBgColor { background-color: #787795; }

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

This div background color is #787795.


Border color

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

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

This div border color is #787795.


Opacity

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

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

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

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

This text has shadow with #787795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787795 on black background.


Color preview on white background

This text has color #787795 on white background.



Black color preview on #787795 background

This text has black color on #787795 background.


White color preview on #787795 background

This text has white color on #787795 background.