COLOR #79626D

HEX: #79626D
RGB: (121,98,109)

Color info

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

RGB color model

#79626D color RGB value is (121,98,109).

  • red value is 121;
  • green value is 98;
  • blue value is 109.
RGB:
(121,98,109)
(47%,38%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 98 of 255 = 38%
B 109 of 255 = 43%

121
98
109

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

Portions of RGB colors in percentages

R + G + B =
121 + 98 + 109 = 328 (100%)
R 121 of 328 ~ 36.89%
G 98 of 328 ~ 29.88%
B 109 of 328 ~ 33.23%

%36.89
%29.88
%33.23

CMYK color model

#79626D color CMYK value is (0,19,10,53).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 9.92%
  • key color value is 52.55%
CMYK:
(0,19,10,53)
C0M19Y10K53 
(0%,19%,10%,53%)
(0.00/0.19/0.10/0.53)	

CMYK percentages

%0
%19.01
%9.92
%52.55

Codes

Color #79626D in popluar color models

79626D
RGB12198109
HSL331°10.50%42.94%
HSB/HSV331°19.01%47.45%
CMYK0.00%19.01%9.92%
52.55%

Color #79626D in popluar number systems.

HEX79626D
Decimal12198109
Binary111100111000101101101
Octal171142155

Shades and tints

Shades of #79626D

#79626D
(121,98,109)
#6E5A64
(110,90,100)
#63525B
(99,82,91)
#584A52
(88,74,82)
#4D4249
(77,66,73)
#423A40
(66,58,64)
#373237
(55,50,55)
#2C2A2E
(44,42,46)
#212225
(33,34,37)
#161A1C
(22,26,28)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #79626D

#79626D
(121,98,109)
#85707A
(133,112,122)
#917E87
(145,126,135)
#9D8C94
(157,140,148)
#A99AA1
(169,154,161)
#B5A8AE
(181,168,174)
#C1B6BB
(193,182,187)
#CDC4C8
(205,196,200)
#D9D2D5
(217,210,213)
#E5E0E2
(229,224,226)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79626D color. Also use rgb(121,98,109) instead hex code.

Text Font Color

.myTextColor { color: #79626D; }

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

This text font color is #79626D.


Background Color

.myBgColor { background-color: #79626D; }

<div style="background-color:#79626D">Inner text</div>

This div background color is #79626D.


Border color

.myBorderColor { border: 1px solid #79626D; }

<div style="border:3px solid #79626D">Div</div>

This div border color is #79626D.


Opacity

.myOpacity80 { color: #79626D; opacity: 0.8; }

<p style="color:#79626D;opacity:0.8;">80%</p>

Text with #79626D 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 #79626D;}

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

This text has shadow with #79626D color.

.textShadow {text-shadow: 3px 3px 1px #79626D, 3px 3px 1px red;}

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

This text has shadow with #79626D primary color and red secondary color.


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

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

This text has shadow with #79626D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79626D on black background.


Color preview on white background

This text has color #79626D on white background.



Black color preview on #79626D background

This text has black color on #79626D background.


White color preview on #79626D background

This text has white color on #79626D background.