COLOR #79766E

HEX: #79766E
RGB: (121,118,110)

Color info

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

RGB color model

#79766E color RGB value is (121,118,110).

  • red value is 121;
  • green value is 118;
  • blue value is 110.
RGB:
(121,118,110)
(47%,46%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 110 of 255 = 43%

121
118
110

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

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 110 = 349 (100%)
R 121 of 349 ~ 34.67%
G 118 of 349 ~ 33.81%
B 110 of 349 ~ 31.52%

%34.67
%33.81
%31.52

CMYK color model

#79766E color CMYK value is (0,2,9,53).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 9.09%
  • key color value is 52.55%
CMYK:
(0,2,9,53)
C0M2Y9K53 
(0%,2%,9%,53%)
(0.00/0.02/0.09/0.53)	

CMYK percentages

%0
%2.48
%9.09
%52.55

Codes

Color #79766E in popluar color models

79766E
RGB121118110
HSL44°4.76%45.29%
HSB/HSV44°9.09%47.45%
CMYK0.00%2.48%9.09%
52.55%

Color #79766E in popluar number systems.

HEX79766E
Decimal121118110
Binary111100111101101101110
Octal171166156

Shades and tints

Shades of #79766E

#79766E
(121,118,110)
#6E6C64
(110,108,100)
#63625A
(99,98,90)
#585850
(88,88,80)
#4D4E46
(77,78,70)
#42443C
(66,68,60)
#373A32
(55,58,50)
#2C3028
(44,48,40)
#21261E
(33,38,30)
#161C14
(22,28,20)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #79766E

#79766E
(121,118,110)
#85827B
(133,130,123)
#918E88
(145,142,136)
#9D9A95
(157,154,149)
#A9A6A2
(169,166,162)
#B5B2AF
(181,178,175)
#C1BEBC
(193,190,188)
#CDCAC9
(205,202,201)
#D9D6D6
(217,214,214)
#E5E2E3
(229,226,227)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79766E color. Also use rgb(121,118,110) instead hex code.

Text Font Color

.myTextColor { color: #79766E; }

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

This text font color is #79766E.


Background Color

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

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

This div background color is #79766E.


Border color

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

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

This div border color is #79766E.


Opacity

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

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

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

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

This text has shadow with #79766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79766E on black background.


Color preview on white background

This text has color #79766E on white background.



Black color preview on #79766E background

This text has black color on #79766E background.


White color preview on #79766E background

This text has white color on #79766E background.