COLOR #79715F

HEX: #79715F RGB: (121,113,95)

Color info

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

RGB color model

#79715F color RGB value is (121,113,95).

RGB: (121,113,95) (47%, 44%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 113 of 255 = 44%
B 95 of 255 = 37%

121
113
95

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

Portions of RGB colors in percentages

R + G + B = 121 + 113 + 95 = 329 (100%)
R 121 of 329 ~ 36.78%
G 113 of 329 ~ 34.35%
B 95 of 329 ~ 28.88'%

%36.78
%34.35
%28.88

CMYK color model

#79715F color CMYK value is (0,7,21,53).

  • cyan value is 0.00%
  • magenta value is 6.61%
  • yellow value is 21.49%
  • key color value is 52.55%

CMYK: (0,7,21,53)
C0M7Y21K53 (0%, 7%, 21%, 53%)
(0.00 / 0.07 / 0.21 / 0.53)

CMYK percentages

%0
%6.61
%21.49
%52.55

Codes

Color #79715F in popluar color models

79 71 5F
RGB 121 113 95
HSL 42° 12.04% 42.35%
HSB/HSV 42° 21.49% 47.45%
CMYK 0.00% 6.61% 21.49%
52.55%

Color #79715F in popluar number systems.

HEX 79 71 5F
Decimal 121 113 95
Binary 1111001 1110001 1011111
Octal 171 161 137

Shades and tints

Shades of #79715F

#79715F
(121,113,95)
#6E6757
(110,103,87)
#635D4F
(99,93,79)
#585347
(88,83,71)
#4D493F
(77,73,63)
#423F37
(66,63,55)
#37352F
(55,53,47)
#2C2B27
(44,43,39)
#21211F
(33,33,31)
#161717
(22,23,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #79715F

#79715F
(121,113,95)
#857D6D
(133,125,109)
#91897B
(145,137,123)
#9D9589
(157,149,137)
#A9A197
(169,161,151)
#B5ADA5
(181,173,165)
#C1B9B3
(193,185,179)
#CDC5C1
(205,197,193)
#D9D1CF
(217,209,207)
#E5DDDD
(229,221,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79715F; }

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

This text font color is #79715F.

Background Color

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

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

This div background color is #79715F.

Border color

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

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

This div border color is #79715F.

Opacity

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

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

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

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

This text has shadow with #79715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79715F.

Preview

Color preview on black background

This text has color #79715F on black background.


Color preview on white background

This text has color #79715F on white background.


Black color preview on #79715F background

This text has black color on #79715F background.


White color preview on #79715F background

This text has white color on #79715F background.


Related colors

Complementary color

Complementary color for #hex is #868EA0.


I love getcolorcode.com

Triadic colors

1 #5F7971 and #715F79 with #79715F are triadic colors.

2 #5F7179 and #71795F with #79715F are triadic colors.