COLOR #79686A

HEX: #79686A
RGB: (121,104,106)

Color info

#79686A contains red, green and blue colors in about the same proportion. Web safe color of #79686A is #666666 (or #666).

RGB color model

#79686A color RGB value is (121,104,106).

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

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 106 of 255 = 42%

121
104
106

R + G + B ~ 43%. #79686A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 106 = 331 (100%)
R 121 of 331 ~ 36.56%
G 104 of 331 ~ 31.42%
B 106 of 331 ~ 32.02%

%36.56
%31.42
%32.02

CMYK color model

#79686A color CMYK value is (0,14,12,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 12.40%
  • key color value is 52.55%
CMYK:
(0,14,12,53)
C0M14Y12K53 
(0%,14%,12%,53%)
(0.00/0.14/0.12/0.53)	

CMYK percentages

%0
%14.05
%12.4
%52.55

Codes

Color #79686A in popluar color models

79686A
RGB121104106
HSL353°7.56%44.12%
HSB/HSV353°14.05%47.45%
CMYK0.00%14.05%12.40%
52.55%

Color #79686A in popluar number systems.

HEX79686A
Decimal121104106
Binary111100111010001101010
Octal171150152

Shades and tints

Shades of #79686A

#79686A
(121,104,106)
#6E5F61
(110,95,97)
#635658
(99,86,88)
#584D4F
(88,77,79)
#4D4446
(77,68,70)
#423B3D
(66,59,61)
#373234
(55,50,52)
#2C292B
(44,41,43)
#212022
(33,32,34)
#161719
(22,23,25)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #79686A

#79686A
(121,104,106)
#857577
(133,117,119)
#918284
(145,130,132)
#9D8F91
(157,143,145)
#A99C9E
(169,156,158)
#B5A9AB
(181,169,171)
#C1B6B8
(193,182,184)
#CDC3C5
(205,195,197)
#D9D0D2
(217,208,210)
#E5DDDF
(229,221,223)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79686A color. Also use rgb(121,104,106) instead hex code.

Text Font Color

.myTextColor { color: #79686A; }

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

This text font color is #79686A.


Background Color

.myBgColor { background-color: #79686A; }

<div style="background-color:#79686A">Inner text</div>

This div background color is #79686A.


Border color

.myBorderColor { border: 1px solid #79686A; }

<div style="border:3px solid #79686A">Div</div>

This div border color is #79686A.


Opacity

.myOpacity80 { color: #79686A; opacity: 0.8; }

<p style="color:#79686A;opacity:0.8;">80%</p>

Text with #79686A 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 #79686A;}

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

This text has shadow with #79686A color.

.textShadow {text-shadow: 3px 3px 1px #79686A, 3px 3px 1px red;}

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

This text has shadow with #79686A primary color and red secondary color.


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

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

This text has shadow with #79686A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79686A on black background.


Color preview on white background

This text has color #79686A on white background.



Black color preview on #79686A background

This text has black color on #79686A background.


White color preview on #79686A background

This text has white color on #79686A background.