COLOR #79715A

HEX: #79715A
RGB: (121,113,90)

Color info

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

RGB color model

#79715A color RGB value is (121,113,90).

  • red value is 121;
  • green value is 113;
  • blue value is 90.
RGB:
(121,113,90)
(47%,44%,35%)

RGB channels and saturation

R 121 of 255 = 47%
G 113 of 255 = 44%
B 90 of 255 = 35%

121
113
90

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

Portions of RGB colors in percentages

R + G + B =
121 + 113 + 90 = 324 (100%)
R 121 of 324 ~ 37.35%
G 113 of 324 ~ 34.88%
B 90 of 324 ~ 27.78%

%37.35
%34.88
%27.78

CMYK color model

#79715A color CMYK value is (0,7,26,53).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(0,7,26,53)
C0M7Y26K53 
(0%,7%,26%,53%)
(0.00/0.07/0.26/0.53)	

CMYK percentages

%0
%6.61
%25.62
%52.55

Codes

Color #79715A in popluar color models

79715A
RGB12111390
HSL45°14.69%41.37%
HSB/HSV45°25.62%47.45%
CMYK0.00%6.61%25.62%
52.55%

Color #79715A in popluar number systems.

HEX79715A
Decimal12111390
Binary111100111100011011010
Octal171161132

Shades and tints

Shades of #79715A

#79715A
(121,113,90)
#6E6752
(110,103,82)
#635D4A
(99,93,74)
#585342
(88,83,66)
#4D493A
(77,73,58)
#423F32
(66,63,50)
#37352A
(55,53,42)
#2C2B22
(44,43,34)
#21211A
(33,33,26)
#161712
(22,23,18)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #79715A

#79715A
(121,113,90)
#857D69
(133,125,105)
#918978
(145,137,120)
#9D9587
(157,149,135)
#A9A196
(169,161,150)
#B5ADA5
(181,173,165)
#C1B9B4
(193,185,180)
#CDC5C3
(205,197,195)
#D9D1D2
(217,209,210)
#E5DDE1
(229,221,225)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79715A color. Also use rgb(121,113,90) instead hex code.

Text Font Color

.myTextColor { color: #79715A; }

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

This text font color is #79715A.


Background Color

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

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

This div background color is #79715A.


Border color

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

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

This div border color is #79715A.


Opacity

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

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

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

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

This text has shadow with #79715A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79715A on black background.


Color preview on white background

This text has color #79715A on white background.



Black color preview on #79715A background

This text has black color on #79715A background.


White color preview on #79715A background

This text has white color on #79715A background.