COLOR #79855F

HEX: #79855F RGB: (121,133,95)

Color info

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

RGB color model

#79855F color RGB value is (121,133,95).

RGB: (121,133,95) (47%, 52%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 133 of 255 = 52%
B 95 of 255 = 37%

121
133
95

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

Portions of RGB colors in percentages

R + G + B = 121 + 133 + 95 = 349 (100%)
R 121 of 349 ~ 34.67%
G 133 of 349 ~ 38.11%
B 95 of 349 ~ 27.22'%

%34.67
%38.11
%27.22

CMYK color model

#79855F color CMYK value is (9,0,29,48).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%

CMYK: (9,0,29,48)
C9M0Y29K48 (9%, 0%, 29%, 48%)
(0.09 / 0.00 / 0.29 / 0.48)

CMYK percentages

%9.02
%0
%28.57
%47.84

Codes

Color #79855F in popluar color models

79 85 5F
RGB 121 133 95
HSL 79° 16.67% 44.71%
HSB/HSV 79° 28.57% 52.16%
CMYK 9.02% 0.00% 28.57%
47.84%

Color #79855F in popluar number systems.

HEX 79 85 5F
Decimal 121 133 95
Binary 1111001 10000101 1011111
Octal 171 205 137

Shades and tints

Shades of #79855F

#79855F
(121,133,95)
#6E7957
(110,121,87)
#636D4F
(99,109,79)
#586147
(88,97,71)
#4D553F
(77,85,63)
#424937
(66,73,55)
#373D2F
(55,61,47)
#2C3127
(44,49,39)
#21251F
(33,37,31)
#161917
(22,25,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #79855F

#79855F
(121,133,95)
#85906D
(133,144,109)
#919B7B
(145,155,123)
#9DA689
(157,166,137)
#A9B197
(169,177,151)
#B5BCA5
(181,188,165)
#C1C7B3
(193,199,179)
#CDD2C1
(205,210,193)
#D9DDCF
(217,221,207)
#E5E8DD
(229,232,221)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79855F; }

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

This text font color is #79855F.

Background Color

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

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

This div background color is #79855F.

Border color

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

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

This div border color is #79855F.

Opacity

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

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

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

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

This text has shadow with #79855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79855F.

Preview

Color preview on black background

This text has color #79855F on black background.


Color preview on white background

This text has color #79855F on white background.


Black color preview on #79855F background

This text has black color on #79855F background.


White color preview on #79855F background

This text has white color on #79855F background.


Related colors

Complementary color

Complementary color for #hex is #867AA0.


I love getcolorcode.com

Triadic colors

1 #5F7985 and #855F79 with #79855F are triadic colors.

2 #5F8579 and #85795F with #79855F are triadic colors.