COLOR #79688B

HEX: #79688B
RGB: (121,104,139)

Color info

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

RGB color model

#79688B color RGB value is (121,104,139).

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

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 139 of 255 = 55%

121
104
139

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

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 139 = 364 (100%)
R 121 of 364 ~ 33.24%
G 104 of 364 ~ 28.57%
B 139 of 364 ~ 38.19%

%33.24
%28.57
%38.19

CMYK color model

#79688B color CMYK value is (13,25,0,45).

  • cyan value is 12.95%
  • magenta value is 25.18%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(13,25,0,45)
C13M25Y0K45 
(13%,25%,0%,45%)
(0.13/0.25/0.00/0.45)	

CMYK percentages

%12.95
%25.18
%0
%45.49

Codes

Color #79688B in popluar color models

79688B
RGB121104139
HSL269°14.40%47.65%
HSB/HSV269°25.18%54.51%
CMYK12.95%25.18%0.00%
45.49%

Color #79688B in popluar number systems.

HEX79688B
Decimal121104139
Binary1111001110100010001011
Octal171150213

Shades and tints

Shades of #79688B

#79688B
(121,104,139)
#6E5F7F
(110,95,127)
#635673
(99,86,115)
#584D67
(88,77,103)
#4D445B
(77,68,91)
#423B4F
(66,59,79)
#373243
(55,50,67)
#2C2937
(44,41,55)
#21202B
(33,32,43)
#16171F
(22,23,31)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #79688B

#79688B
(121,104,139)
#857595
(133,117,149)
#91829F
(145,130,159)
#9D8FA9
(157,143,169)
#A99CB3
(169,156,179)
#B5A9BD
(181,169,189)
#C1B6C7
(193,182,199)
#CDC3D1
(205,195,209)
#D9D0DB
(217,208,219)
#E5DDE5
(229,221,229)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79688B; }

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

This text font color is #79688B.


Background Color

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

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

This div background color is #79688B.


Border color

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

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

This div border color is #79688B.


Opacity

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

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

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

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

This text has shadow with #79688B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79688B on black background.


Color preview on white background

This text has color #79688B on white background.



Black color preview on #79688B background

This text has black color on #79688B background.


White color preview on #79688B background

This text has white color on #79688B background.