COLOR #79595C

HEX: #79595C
RGB: (121,89,92)

Color info

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

RGB color model

#79595C color RGB value is (121,89,92).

  • red value is 121;
  • green value is 89;
  • blue value is 92.
RGB:
(121,89,92)
(47%,35%,36%)

RGB channels and saturation

R 121 of 255 = 47%
G 89 of 255 = 35%
B 92 of 255 = 36%

121
89
92

R + G + B ~ 39%. #79595C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 89 + 92 = 302 (100%)
R 121 of 302 ~ 40.07%
G 89 of 302 ~ 29.47%
B 92 of 302 ~ 30.46%

%40.07
%29.47
%30.46

CMYK color model

#79595C color CMYK value is (0,26,24,53).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(0,26,24,53)
C0M26Y24K53 
(0%,26%,24%,53%)
(0.00/0.26/0.24/0.53)	

CMYK percentages

%0
%26.45
%23.97
%52.55

Codes

Color #79595C in popluar color models

79595C
RGB1218992
HSL354°15.24%41.18%
HSB/HSV354°26.45%47.45%
CMYK0.00%26.45%23.97%
52.55%

Color #79595C in popluar number systems.

HEX79595C
Decimal1218992
Binary111100110110011011100
Octal171131134

Shades and tints

Shades of #79595C

#79595C
(121,89,92)
#6E5154
(110,81,84)
#63494C
(99,73,76)
#584144
(88,65,68)
#4D393C
(77,57,60)
#423134
(66,49,52)
#37292C
(55,41,44)
#2C2124
(44,33,36)
#21191C
(33,25,28)
#161114
(22,17,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #79595C

#79595C
(121,89,92)
#85686A
(133,104,106)
#917778
(145,119,120)
#9D8686
(157,134,134)
#A99594
(169,149,148)
#B5A4A2
(181,164,162)
#C1B3B0
(193,179,176)
#CDC2BE
(205,194,190)
#D9D1CC
(217,209,204)
#E5E0DA
(229,224,218)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79595C color. Also use rgb(121,89,92) instead hex code.

Text Font Color

.myTextColor { color: #79595C; }

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

This text font color is #79595C.


Background Color

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

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

This div background color is #79595C.


Border color

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

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

This div border color is #79595C.


Opacity

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

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

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

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

This text has shadow with #79595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79595C on black background.


Color preview on white background

This text has color #79595C on white background.



Black color preview on #79595C background

This text has black color on #79595C background.


White color preview on #79595C background

This text has white color on #79595C background.