COLOR #79967E

HEX: #79967E
RGB: (121,150,126)

Color info

#79967E contains red, green and blue colors in about the same proportion. Web safe color of #79967E is #669966 (or #696).

RGB color model

#79967E color RGB value is (121,150,126).

  • red value is 121;
  • green value is 150;
  • blue value is 126.
RGB:
(121,150,126)
(47%,59%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 126 of 255 = 49%

121
150
126

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 126 = 397 (100%)
R 121 of 397 ~ 30.48%
G 150 of 397 ~ 37.78%
B 126 of 397 ~ 31.74%

%30.48
%37.78
%31.74

CMYK color model

#79967E color CMYK value is (19,0,16,41).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(19,0,16,41)
C19M0Y16K41 
(19%,0%,16%,41%)
(0.19/0.00/0.16/0.41)	

CMYK percentages

%19.33
%0
%16
%41.18

Codes

Color #79967E in popluar color models

79967E
RGB121150126
HSL130°12.13%53.14%
HSB/HSV130°19.33%58.82%
CMYK19.33%0.00%16.00%
41.18%

Color #79967E in popluar number systems.

HEX79967E
Decimal121150126
Binary1111001100101101111110
Octal171226176

Shades and tints

Shades of #79967E

#79967E
(121,150,126)
#6E8973
(110,137,115)
#637C68
(99,124,104)
#586F5D
(88,111,93)
#4D6252
(77,98,82)
#425547
(66,85,71)
#37483C
(55,72,60)
#2C3B31
(44,59,49)
#212E26
(33,46,38)
#16211B
(22,33,27)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #79967E

#79967E
(121,150,126)
#859F89
(133,159,137)
#91A894
(145,168,148)
#9DB19F
(157,177,159)
#A9BAAA
(169,186,170)
#B5C3B5
(181,195,181)
#C1CCC0
(193,204,192)
#CDD5CB
(205,213,203)
#D9DED6
(217,222,214)
#E5E7E1
(229,231,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79967E color. Also use rgb(121,150,126) instead hex code.

Text Font Color

.myTextColor { color: #79967E; }

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

This text font color is #79967E.


Background Color

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

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

This div background color is #79967E.


Border color

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

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

This div border color is #79967E.


Opacity

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

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

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

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

This text has shadow with #79967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79967E on black background.


Color preview on white background

This text has color #79967E on white background.



Black color preview on #79967E background

This text has black color on #79967E background.


White color preview on #79967E background

This text has white color on #79967E background.