COLOR #79655B

HEX: #79655B RGB: (121,101,91)

Color info

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

RGB color model

#79655B color RGB value is (121,101,91).

RGB: (121,101,91) (47%, 40%, 36%)

RGB channels and saturation

R 121 of 255 = 47%
G 101 of 255 = 40%
B 91 of 255 = 36%

121
101
91

R + G + B ~ 41%. #79655B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 101 + 91 = 313 (100%)
R 121 of 313 ~ 38.66%
G 101 of 313 ~ 32.27%
B 91 of 313 ~ 29.07'%

%38.66
%32.27
%29.07

CMYK color model

#79655B color CMYK value is (0,17,25,53).

  • cyan value is 0.00%
  • magenta value is 16.53%
  • yellow value is 24.79%
  • key color value is 52.55%

CMYK: (0,17,25,53)
C0M17Y25K53 (0%, 17%, 25%, 53%)
(0.00 / 0.17 / 0.25 / 0.53)

CMYK percentages

%0
%16.53
%24.79
%52.55

Codes

Color #79655B in popluar color models

79 65 5B
RGB 121 101 91
HSL 20° 14.15% 41.57%
HSB/HSV 20° 24.79% 47.45%
CMYK 0.00% 16.53% 24.79%
52.55%

Color #79655B in popluar number systems.

HEX 79 65 5B
Decimal 121 101 91
Binary 1111001 1100101 1011011
Octal 171 145 133

Shades and tints

Shades of #79655B

#79655B
(121,101,91)
#6E5C53
(110,92,83)
#63534B
(99,83,75)
#584A43
(88,74,67)
#4D413B
(77,65,59)
#423833
(66,56,51)
#372F2B
(55,47,43)
#2C2623
(44,38,35)
#211D1B
(33,29,27)
#161413
(22,20,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #79655B

#79655B
(121,101,91)
#857369
(133,115,105)
#918177
(145,129,119)
#9D8F85
(157,143,133)
#A99D93
(169,157,147)
#B5ABA1
(181,171,161)
#C1B9AF
(193,185,175)
#CDC7BD
(205,199,189)
#D9D5CB
(217,213,203)
#E5E3D9
(229,227,217)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79655B color. Also use rgb(121,101,91) instead hex code.

Text Font Color

.myTextColor { color: #79655B; }

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

This text font color is #79655B.

Background Color

.myBgColor { background-color: #79655B; }

<div style="background-color:#79655B">Inner text</div>

This div background color is #79655B.

Border color

.myBorderColor { border: 1px solid #79655B; }

<div style="border:3px solid #79655B">Div</div>

This div border color is #79655B.

Opacity

.myOpacity80 { color: #79655B; opacity: 0.8; }

<p style="color:#79655B;opacity:0.8;">80%</p>

Text with #79655B 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 #79655B;}

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

This text has shadow with #79655B color.


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

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

This text has shadow with #79655B primary color and red secondary color.


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

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

This text has shadow with #79655B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79655B.

Preview

Color preview on black background

This text has color #79655B on black background.


Color preview on white background

This text has color #79655B on white background.


Black color preview on #79655B background

This text has black color on #79655B background.


White color preview on #79655B background

This text has white color on #79655B background.


Related colors

Complementary color

Complementary color for #hex is #869AA4.


I love getcolorcode.com

Triadic colors

1 #5B7965 and #655B79 with #79655B are triadic colors.

2 #5B6579 and #65795B with #79655B are triadic colors.