COLOR #79505D

HEX: #79505D RGB: (121,80,93)

Color info

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

RGB color model

#79505D color RGB value is (121,80,93).

RGB: (121,80,93) (47%, 31%, 36%)

RGB channels and saturation

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

121
80
93

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

Portions of RGB colors in percentages

R + G + B = 121 + 80 + 93 = 294 (100%)
R 121 of 294 ~ 41.16%
G 80 of 294 ~ 27.21%
B 93 of 294 ~ 31.63'%

%41.16
%27.21
%31.63

CMYK color model

#79505D color CMYK value is (0,34,23,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 23.14%
  • key color value is 52.55%

CMYK: (0,34,23,53)
C0M34Y23K53 (0%, 34%, 23%, 53%)
(0.00 / 0.34 / 0.23 / 0.53)

CMYK percentages

%0
%33.88
%23.14
%52.55

Codes

Color #79505D in popluar color models

79 50 5D
RGB 121 80 93
HSL 341° 20.40% 39.41%
HSB/HSV 341° 33.88% 47.45%
CMYK 0.00% 33.88% 23.14%
52.55%

Color #79505D in popluar number systems.

HEX 79 50 5D
Decimal 121 80 93
Binary 1111001 1010000 1011101
Octal 171 120 135

Shades and tints

Shades of #79505D

#79505D
(121,80,93)
#6E4955
(110,73,85)
#63424D
(99,66,77)
#583B45
(88,59,69)
#4D343D
(77,52,61)
#422D35
(66,45,53)
#37262D
(55,38,45)
#2C1F25
(44,31,37)
#21181D
(33,24,29)
#161115
(22,17,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #79505D

#79505D
(121,80,93)
#855F6B
(133,95,107)
#916E79
(145,110,121)
#9D7D87
(157,125,135)
#A98C95
(169,140,149)
#B59BA3
(181,155,163)
#C1AAB1
(193,170,177)
#CDB9BF
(205,185,191)
#D9C8CD
(217,200,205)
#E5D7DB
(229,215,219)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79505D; }

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

This text font color is #79505D.

Background Color

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

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

This div background color is #79505D.

Border color

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

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

This div border color is #79505D.

Opacity

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

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

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

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

This text has shadow with #79505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79505D.

Preview

Color preview on black background

This text has color #79505D on black background.


Color preview on white background

This text has color #79505D on white background.


Black color preview on #79505D background

This text has black color on #79505D background.


White color preview on #79505D background

This text has white color on #79505D background.


Related colors

Complementary color

Complementary color for #hex is #86AFA2.


I love getcolorcode.com

Triadic colors

1 #5D7950 and #505D79 with #79505D are triadic colors.

2 #5D5079 and #50795D with #79505D are triadic colors.