COLOR #79708E

HEX: #79708E
RGB: (121,112,142)

Color info

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

RGB color model

#79708E color RGB value is (121,112,142).

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

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 142 of 255 = 56%

121
112
142

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

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 142 = 375 (100%)
R 121 of 375 ~ 32.27%
G 112 of 375 ~ 29.87%
B 142 of 375 ~ 37.87%

%32.27
%29.87
%37.87

CMYK color model

#79708E color CMYK value is (15,21,0,44).

  • cyan value is 14.79%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,21,0,44)
C15M21Y0K44 
(15%,21%,0%,44%)
(0.15/0.21/0.00/0.44)	

CMYK percentages

%14.79
%21.13
%0
%44.31

Codes

Color #79708E in popluar color models

79708E
RGB121112142
HSL258°11.81%49.80%
HSB/HSV258°21.13%55.69%
CMYK14.79%21.13%0.00%
44.31%

Color #79708E in popluar number systems.

HEX79708E
Decimal121112142
Binary1111001111000010001110
Octal171160216

Shades and tints

Shades of #79708E

#79708E
(121,112,142)
#6E6682
(110,102,130)
#635C76
(99,92,118)
#58526A
(88,82,106)
#4D485E
(77,72,94)
#423E52
(66,62,82)
#373446
(55,52,70)
#2C2A3A
(44,42,58)
#21202E
(33,32,46)
#161622
(22,22,34)
#0B0C16
(11,12,22)
#000000
(0,0,0)

Tints of #79708E

#79708E
(121,112,142)
#857D98
(133,125,152)
#918AA2
(145,138,162)
#9D97AC
(157,151,172)
#A9A4B6
(169,164,182)
#B5B1C0
(181,177,192)
#C1BECA
(193,190,202)
#CDCBD4
(205,203,212)
#D9D8DE
(217,216,222)
#E5E5E8
(229,229,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79708E; }

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

This text font color is #79708E.


Background Color

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

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

This div background color is #79708E.


Border color

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

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

This div border color is #79708E.


Opacity

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

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

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

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

This text has shadow with #79708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79708E on black background.


Color preview on white background

This text has color #79708E on white background.



Black color preview on #79708E background

This text has black color on #79708E background.


White color preview on #79708E background

This text has white color on #79708E background.