COLOR #79688F

HEX: #79688F
RGB: (121,104,143)

Color info

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

RGB color model

#79688F color RGB value is (121,104,143).

  • red value is 121;
  • green value is 104;
  • blue value is 143.
RGB:
(121,104,143)
(47%,41%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 143 of 255 = 56%

121
104
143

R + G + B ~ 48%. #79688F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 143 = 368 (100%)
R 121 of 368 ~ 32.88%
G 104 of 368 ~ 28.26%
B 143 of 368 ~ 38.86%

%32.88
%28.26
%38.86

CMYK color model

#79688F color CMYK value is (15,27,0,44).

  • cyan value is 15.38%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,27,0,44)
C15M27Y0K44 
(15%,27%,0%,44%)
(0.15/0.27/0.00/0.44)	

CMYK percentages

%15.38
%27.27
%0
%43.92

Codes

Color #79688F in popluar color models

79688F
RGB121104143
HSL266°15.79%48.43%
HSB/HSV266°27.27%56.08%
CMYK15.38%27.27%0.00%
43.92%

Color #79688F in popluar number systems.

HEX79688F
Decimal121104143
Binary1111001110100010001111
Octal171150217

Shades and tints

Shades of #79688F

#79688F
(121,104,143)
#6E5F82
(110,95,130)
#635675
(99,86,117)
#584D68
(88,77,104)
#4D445B
(77,68,91)
#423B4E
(66,59,78)
#373241
(55,50,65)
#2C2934
(44,41,52)
#212027
(33,32,39)
#16171A
(22,23,26)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #79688F

#79688F
(121,104,143)
#857599
(133,117,153)
#9182A3
(145,130,163)
#9D8FAD
(157,143,173)
#A99CB7
(169,156,183)
#B5A9C1
(181,169,193)
#C1B6CB
(193,182,203)
#CDC3D5
(205,195,213)
#D9D0DF
(217,208,223)
#E5DDE9
(229,221,233)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79688F color. Also use rgb(121,104,143) instead hex code.

Text Font Color

.myTextColor { color: #79688F; }

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

This text font color is #79688F.


Background Color

.myBgColor { background-color: #79688F; }

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

This div background color is #79688F.


Border color

.myBorderColor { border: 1px solid #79688F; }

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

This div border color is #79688F.


Opacity

.myOpacity80 { color: #79688F; opacity: 0.8; }

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

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

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

This text has shadow with #79688F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79688F on black background.


Color preview on white background

This text has color #79688F on white background.



Black color preview on #79688F background

This text has black color on #79688F background.


White color preview on #79688F background

This text has white color on #79688F background.