COLOR #79778E

HEX: #79778E
RGB: (121,119,142)

Color info

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

RGB color model

#79778E color RGB value is (121,119,142).

  • red value is 121;
  • green value is 119;
  • blue value is 142.
RGB:
(121,119,142)
(47%,47%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 142 of 255 = 56%

121
119
142

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 142 = 382 (100%)
R 121 of 382 ~ 31.68%
G 119 of 382 ~ 31.15%
B 142 of 382 ~ 37.17%

%31.68
%31.15
%37.17

CMYK color model

#79778E color CMYK value is (15,16,0,44).

  • cyan value is 14.79%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,16,0,44)
C15M16Y0K44 
(15%,16%,0%,44%)
(0.15/0.16/0.00/0.44)	

CMYK percentages

%14.79
%16.2
%0
%44.31

Codes

Color #79778E in popluar color models

79778E
RGB121119142
HSL245°9.24%51.18%
HSB/HSV245°16.20%55.69%
CMYK14.79%16.20%0.00%
44.31%

Color #79778E in popluar number systems.

HEX79778E
Decimal121119142
Binary1111001111011110001110
Octal171167216

Shades and tints

Shades of #79778E

#79778E
(121,119,142)
#6E6D82
(110,109,130)
#636376
(99,99,118)
#58596A
(88,89,106)
#4D4F5E
(77,79,94)
#424552
(66,69,82)
#373B46
(55,59,70)
#2C313A
(44,49,58)
#21272E
(33,39,46)
#161D22
(22,29,34)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #79778E

#79778E
(121,119,142)
#858398
(133,131,152)
#918FA2
(145,143,162)
#9D9BAC
(157,155,172)
#A9A7B6
(169,167,182)
#B5B3C0
(181,179,192)
#C1BFCA
(193,191,202)
#CDCBD4
(205,203,212)
#D9D7DE
(217,215,222)
#E5E3E8
(229,227,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79778E color. Also use rgb(121,119,142) instead hex code.

Text Font Color

.myTextColor { color: #79778E; }

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

This text font color is #79778E.


Background Color

.myBgColor { background-color: #79778E; }

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

This div background color is #79778E.


Border color

.myBorderColor { border: 1px solid #79778E; }

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

This div border color is #79778E.


Opacity

.myOpacity80 { color: #79778E; opacity: 0.8; }

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

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

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

This text has shadow with #79778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79778E on black background.


Color preview on white background

This text has color #79778E on white background.



Black color preview on #79778E background

This text has black color on #79778E background.


White color preview on #79778E background

This text has white color on #79778E background.