COLOR #79756C

HEX: #79756C
RGB: (121,117,108)

Color info

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

RGB color model

#79756C color RGB value is (121,117,108).

  • red value is 121;
  • green value is 117;
  • blue value is 108.
RGB:
(121,117,108)
(47%,46%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 108 of 255 = 42%

121
117
108

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 108 = 346 (100%)
R 121 of 346 ~ 34.97%
G 117 of 346 ~ 33.82%
B 108 of 346 ~ 31.21%

%34.97
%33.82
%31.21

CMYK color model

#79756C color CMYK value is (0,3,11,53).

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(0,3,11,53)
C0M3Y11K53 
(0%,3%,11%,53%)
(0.00/0.03/0.11/0.53)	

CMYK percentages

%0
%3.31
%10.74
%52.55

Codes

Color #79756C in popluar color models

79756C
RGB121117108
HSL42°5.68%44.90%
HSB/HSV42°10.74%47.45%
CMYK0.00%3.31%10.74%
52.55%

Color #79756C in popluar number systems.

HEX79756C
Decimal121117108
Binary111100111101011101100
Octal171165154

Shades and tints

Shades of #79756C

#79756C
(121,117,108)
#6E6B63
(110,107,99)
#63615A
(99,97,90)
#585751
(88,87,81)
#4D4D48
(77,77,72)
#42433F
(66,67,63)
#373936
(55,57,54)
#2C2F2D
(44,47,45)
#212524
(33,37,36)
#161B1B
(22,27,27)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #79756C

#79756C
(121,117,108)
#858179
(133,129,121)
#918D86
(145,141,134)
#9D9993
(157,153,147)
#A9A5A0
(169,165,160)
#B5B1AD
(181,177,173)
#C1BDBA
(193,189,186)
#CDC9C7
(205,201,199)
#D9D5D4
(217,213,212)
#E5E1E1
(229,225,225)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79756C; }

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

This text font color is #79756C.


Background Color

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

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

This div background color is #79756C.


Border color

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

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

This div border color is #79756C.


Opacity

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

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

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

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

This text has shadow with #79756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79756C on black background.


Color preview on white background

This text has color #79756C on white background.



Black color preview on #79756C background

This text has black color on #79756C background.


White color preview on #79756C background

This text has white color on #79756C background.