COLOR #79504B

HEX: #79504B
RGB: (121,80,75)

Color info

#79504B contains red, green and blue colors in about the same proportion. Web safe color of #79504B is #666633 (or #663).

RGB color model

#79504B color RGB value is (121,80,75).

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

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 75 of 255 = 29%

121
80
75

R + G + B ~ 36%. #79504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 75 = 276 (100%)
R 121 of 276 ~ 43.84%
G 80 of 276 ~ 28.99%
B 75 of 276 ~ 27.17%

%43.84
%28.99
%27.17

CMYK color model

#79504B color CMYK value is (0,34,38,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 38.02%
  • key color value is 52.55%
CMYK:
(0,34,38,53)
C0M34Y38K53 
(0%,34%,38%,53%)
(0.00/0.34/0.38/0.53)	

CMYK percentages

%0
%33.88
%38.02
%52.55

Codes

Color #79504B in popluar color models

79504B
RGB1218075
HSL23.47%38.43%
HSB/HSV38.02%47.45%
CMYK0.00%33.88%38.02%
52.55%

Color #79504B in popluar number systems.

HEX79504B
Decimal1218075
Binary111100110100001001011
Octal171120113

Shades and tints

Shades of #79504B

#79504B
(121,80,75)
#6E4945
(110,73,69)
#63423F
(99,66,63)
#583B39
(88,59,57)
#4D3433
(77,52,51)
#422D2D
(66,45,45)
#372627
(55,38,39)
#2C1F21
(44,31,33)
#21181B
(33,24,27)
#161115
(22,17,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #79504B

#79504B
(121,80,75)
#855F5B
(133,95,91)
#916E6B
(145,110,107)
#9D7D7B
(157,125,123)
#A98C8B
(169,140,139)
#B59B9B
(181,155,155)
#C1AAAB
(193,170,171)
#CDB9BB
(205,185,187)
#D9C8CB
(217,200,203)
#E5D7DB
(229,215,219)
#F1E6EB
(241,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79504B; }

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

This text font color is #79504B.


Background Color

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

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

This div background color is #79504B.


Border color

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

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

This div border color is #79504B.


Opacity

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

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

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

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

This text has shadow with #79504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79504B on black background.


Color preview on white background

This text has color #79504B on white background.



Black color preview on #79504B background

This text has black color on #79504B background.


White color preview on #79504B background

This text has white color on #79504B background.