COLOR #79565C

HEX: #79565C
RGB: (121,86,92)

Color info

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

RGB color model

#79565C color RGB value is (121,86,92).

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

RGB channels and saturation

R 121 of 255 = 47%
G 86 of 255 = 34%
B 92 of 255 = 36%

121
86
92

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

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 92 = 299 (100%)
R 121 of 299 ~ 40.47%
G 86 of 299 ~ 28.76%
B 92 of 299 ~ 30.77%

%40.47
%28.76
%30.77

CMYK color model

#79565C color CMYK value is (0,29,24,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(0,29,24,53)
C0M29Y24K53 
(0%,29%,24%,53%)
(0.00/0.29/0.24/0.53)	

CMYK percentages

%0
%28.93
%23.97
%52.55

Codes

Color #79565C in popluar color models

79565C
RGB1218692
HSL350°16.91%40.59%
HSB/HSV350°28.93%47.45%
CMYK0.00%28.93%23.97%
52.55%

Color #79565C in popluar number systems.

HEX79565C
Decimal1218692
Binary111100110101101011100
Octal171126134

Shades and tints

Shades of #79565C

#79565C
(121,86,92)
#6E4F54
(110,79,84)
#63484C
(99,72,76)
#584144
(88,65,68)
#4D3A3C
(77,58,60)
#423334
(66,51,52)
#372C2C
(55,44,44)
#2C2524
(44,37,36)
#211E1C
(33,30,28)
#161714
(22,23,20)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #79565C

#79565C
(121,86,92)
#85656A
(133,101,106)
#917478
(145,116,120)
#9D8386
(157,131,134)
#A99294
(169,146,148)
#B5A1A2
(181,161,162)
#C1B0B0
(193,176,176)
#CDBFBE
(205,191,190)
#D9CECC
(217,206,204)
#E5DDDA
(229,221,218)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79565C; }

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

This text font color is #79565C.


Background Color

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

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

This div background color is #79565C.


Border color

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

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

This div border color is #79565C.


Opacity

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

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

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

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

This text has shadow with #79565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79565C on black background.


Color preview on white background

This text has color #79565C on white background.



Black color preview on #79565C background

This text has black color on #79565C background.


White color preview on #79565C background

This text has white color on #79565C background.