COLOR #79565B

HEX: #79565B
RGB: (121,86,91)

Color info

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

RGB color model

#79565B color RGB value is (121,86,91).

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

RGB channels and saturation

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

121
86
91

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

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 91 = 298 (100%)
R 121 of 298 ~ 40.6%
G 86 of 298 ~ 28.86%
B 91 of 298 ~ 30.54%

%40.6
%28.86
%30.54

CMYK color model

#79565B color CMYK value is (0,29,25,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(0,29,25,53)
C0M29Y25K53 
(0%,29%,25%,53%)
(0.00/0.29/0.25/0.53)	

CMYK percentages

%0
%28.93
%24.79
%52.55

Codes

Color #79565B in popluar color models

79565B
RGB1218691
HSL351°16.91%40.59%
HSB/HSV351°28.93%47.45%
CMYK0.00%28.93%24.79%
52.55%

Color #79565B in popluar number systems.

HEX79565B
Decimal1218691
Binary111100110101101011011
Octal171126133

Shades and tints

Shades of #79565B

#79565B
(121,86,91)
#6E4F53
(110,79,83)
#63484B
(99,72,75)
#584143
(88,65,67)
#4D3A3B
(77,58,59)
#423333
(66,51,51)
#372C2B
(55,44,43)
#2C2523
(44,37,35)
#211E1B
(33,30,27)
#161713
(22,23,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #79565B

#79565B
(121,86,91)
#856569
(133,101,105)
#917477
(145,116,119)
#9D8385
(157,131,133)
#A99293
(169,146,147)
#B5A1A1
(181,161,161)
#C1B0AF
(193,176,175)
#CDBFBD
(205,191,189)
#D9CECB
(217,206,203)
#E5DDD9
(229,221,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79565B; }

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

This text font color is #79565B.


Background Color

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

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

This div background color is #79565B.


Border color

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

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

This div border color is #79565B.


Opacity

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

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

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

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

This text has shadow with #79565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79565B on black background.


Color preview on white background

This text has color #79565B on white background.



Black color preview on #79565B background

This text has black color on #79565B background.


White color preview on #79565B background

This text has white color on #79565B background.