COLOR #79756F

HEX: #79756F RGB: (121,117,111)

Color info

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

RGB color model

#79756F color RGB value is (121,117,111).

RGB: (121,117,111) (47%, 46%, 44%)

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 111 of 255 = 44%

121
117
111

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

Portions of RGB colors in percentages

R + G + B = 121 + 117 + 111 = 349 (100%)
R 121 of 349 ~ 34.67%
G 117 of 349 ~ 33.52%
B 111 of 349 ~ 31.81'%

%34.67
%33.52
%31.81

CMYK color model

#79756F color CMYK value is (0,3,8,53).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 8.26%
  • key color value is 52.55%

CMYK: (0,3,8,53)
C0M3Y8K53 (0%, 3%, 8%, 53%)
(0.00 / 0.03 / 0.08 / 0.53)

CMYK percentages

%0
%3.31
%8.26
%52.55

Codes

Color #79756F in popluar color models

79 75 6F
RGB 121 117 111
HSL 36° 4.31% 45.49%
HSB/HSV 36° 8.26% 47.45%
CMYK 0.00% 3.31% 8.26%
52.55%

Color #79756F in popluar number systems.

HEX 79 75 6F
Decimal 121 117 111
Binary 1111001 1110101 1101111
Octal 171 165 157

Shades and tints

Shades of #79756F

#79756F
(121,117,111)
#6E6B65
(110,107,101)
#63615B
(99,97,91)
#585751
(88,87,81)
#4D4D47
(77,77,71)
#42433D
(66,67,61)
#373933
(55,57,51)
#2C2F29
(44,47,41)
#21251F
(33,37,31)
#161B15
(22,27,21)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #79756F

#79756F
(121,117,111)
#85817C
(133,129,124)
#918D89
(145,141,137)
#9D9996
(157,153,150)
#A9A5A3
(169,165,163)
#B5B1B0
(181,177,176)
#C1BDBD
(193,189,189)
#CDC9CA
(205,201,202)
#D9D5D7
(217,213,215)
#E5E1E4
(229,225,228)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79756F color. Also use rgb(121,117,111) instead hex code.

Text Font Color

.myTextColor { color: #79756F; }

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

This text font color is #79756F.

Background Color

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

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

This div background color is #79756F.

Border color

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

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

This div border color is #79756F.

Opacity

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

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

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

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

This text has shadow with #79756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79756F.

Preview

Color preview on black background

This text has color #79756F on black background.


Color preview on white background

This text has color #79756F on white background.


Black color preview on #79756F background

This text has black color on #79756F background.


White color preview on #79756F background

This text has white color on #79756F background.


Related colors

Complementary color

Complementary color for #hex is #868A90.


I love getcolorcode.com

Triadic colors

1 #6F7975 and #756F79 with #79756F are triadic colors.

2 #6F7579 and #75796F with #79756F are triadic colors.