COLOR #79505B

HEX: #79505B
RGB: (121,80,91)

Color info

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

RGB color model

#79505B color RGB value is (121,80,91).

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

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 91 of 255 = 36%

121
80
91

R + G + B ~ 38%. #79505B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 91 = 292 (100%)
R 121 of 292 ~ 41.44%
G 80 of 292 ~ 27.4%
B 91 of 292 ~ 31.16%

%41.44
%27.4
%31.16

CMYK color model

#79505B color CMYK value is (0,34,25,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 24.79%
  • key color value is 52.55%
CMYK:
(0,34,25,53)
C0M34Y25K53 
(0%,34%,25%,53%)
(0.00/0.34/0.25/0.53)	

CMYK percentages

%0
%33.88
%24.79
%52.55

Codes

Color #79505B in popluar color models

79505B
RGB1218091
HSL344°20.40%39.41%
HSB/HSV344°33.88%47.45%
CMYK0.00%33.88%24.79%
52.55%

Color #79505B in popluar number systems.

HEX79505B
Decimal1218091
Binary111100110100001011011
Octal171120133

Shades and tints

Shades of #79505B

#79505B
(121,80,91)
#6E4953
(110,73,83)
#63424B
(99,66,75)
#583B43
(88,59,67)
#4D343B
(77,52,59)
#422D33
(66,45,51)
#37262B
(55,38,43)
#2C1F23
(44,31,35)
#21181B
(33,24,27)
#161113
(22,17,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #79505B

#79505B
(121,80,91)
#855F69
(133,95,105)
#916E77
(145,110,119)
#9D7D85
(157,125,133)
#A98C93
(169,140,147)
#B59BA1
(181,155,161)
#C1AAAF
(193,170,175)
#CDB9BD
(205,185,189)
#D9C8CB
(217,200,203)
#E5D7D9
(229,215,217)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79505B; }

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

This text font color is #79505B.


Background Color

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

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

This div background color is #79505B.


Border color

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

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

This div border color is #79505B.


Opacity

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

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

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

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

This text has shadow with #79505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79505B on black background.


Color preview on white background

This text has color #79505B on white background.



Black color preview on #79505B background

This text has black color on #79505B background.


White color preview on #79505B background

This text has white color on #79505B background.