COLOR #78799D

HEX: #78799D
RGB: (120,121,157)

Color info

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

RGB color model

#78799D color RGB value is (120,121,157).

  • red value is 120;
  • green value is 121;
  • blue value is 157.
RGB:
(120,121,157)
(47%,47%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 157 of 255 = 62%

120
121
157

R + G + B ~ 52%. #78799D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 157 = 398 (100%)
R 120 of 398 ~ 30.15%
G 121 of 398 ~ 30.4%
B 157 of 398 ~ 39.45%

%30.15
%30.4
%39.45

CMYK color model

#78799D color CMYK value is (24,23,0,38).

  • cyan value is 23.57%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,23,0,38)
C24M23Y0K38 
(24%,23%,0%,38%)
(0.24/0.23/0.00/0.38)	

CMYK percentages

%23.57
%22.93
%0
%38.43

Codes

Color #78799D in popluar color models

78799D
RGB120121157
HSL238°15.88%54.31%
HSB/HSV238°23.57%61.57%
CMYK23.57%22.93%0.00%
38.43%

Color #78799D in popluar number systems.

HEX78799D
Decimal120121157
Binary1111000111100110011101
Octal170171235

Shades and tints

Shades of #78799D

#78799D
(120,121,157)
#6E6E8F
(110,110,143)
#646381
(100,99,129)
#5A5873
(90,88,115)
#504D65
(80,77,101)
#464257
(70,66,87)
#3C3749
(60,55,73)
#322C3B
(50,44,59)
#28212D
(40,33,45)
#1E161F
(30,22,31)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #78799D

#78799D
(120,121,157)
#8485A5
(132,133,165)
#9091AD
(144,145,173)
#9C9DB5
(156,157,181)
#A8A9BD
(168,169,189)
#B4B5C5
(180,181,197)
#C0C1CD
(192,193,205)
#CCCDD5
(204,205,213)
#D8D9DD
(216,217,221)
#E4E5E5
(228,229,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78799D color. Also use rgb(120,121,157) instead hex code.

Text Font Color

.myTextColor { color: #78799D; }

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

This text font color is #78799D.


Background Color

.myBgColor { background-color: #78799D; }

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

This div background color is #78799D.


Border color

.myBorderColor { border: 1px solid #78799D; }

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

This div border color is #78799D.


Opacity

.myOpacity80 { color: #78799D; opacity: 0.8; }

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

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

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

This text has shadow with #78799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78799D on black background.


Color preview on white background

This text has color #78799D on white background.



Black color preview on #78799D background

This text has black color on #78799D background.


White color preview on #78799D background

This text has white color on #78799D background.