COLOR #79515F

HEX: #79515F RGB: (121,81,95)

Color info

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

RGB color model

#79515F color RGB value is (121,81,95).

RGB: (121,81,95) (47%, 32%, 37%)

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 95 of 255 = 37%

121
81
95

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

Portions of RGB colors in percentages

R + G + B = 121 + 81 + 95 = 297 (100%)
R 121 of 297 ~ 40.74%
G 81 of 297 ~ 27.27%
B 95 of 297 ~ 31.99'%

%40.74
%27.27
%31.99

CMYK color model

#79515F color CMYK value is (0,33,21,53).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 21.49%
  • key color value is 52.55%

CMYK: (0,33,21,53)
C0M33Y21K53 (0%, 33%, 21%, 53%)
(0.00 / 0.33 / 0.21 / 0.53)

CMYK percentages

%0
%33.06
%21.49
%52.55

Codes

Color #79515F in popluar color models

79 51 5F
RGB 121 81 95
HSL 339° 19.80% 39.61%
HSB/HSV 339° 33.06% 47.45%
CMYK 0.00% 33.06% 21.49%
52.55%

Color #79515F in popluar number systems.

HEX 79 51 5F
Decimal 121 81 95
Binary 1111001 1010001 1011111
Octal 171 121 137

Shades and tints

Shades of #79515F

#79515F
(121,81,95)
#6E4A57
(110,74,87)
#63434F
(99,67,79)
#583C47
(88,60,71)
#4D353F
(77,53,63)
#422E37
(66,46,55)
#37272F
(55,39,47)
#2C2027
(44,32,39)
#21191F
(33,25,31)
#161217
(22,18,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #79515F

#79515F
(121,81,95)
#85606D
(133,96,109)
#916F7B
(145,111,123)
#9D7E89
(157,126,137)
#A98D97
(169,141,151)
#B59CA5
(181,156,165)
#C1ABB3
(193,171,179)
#CDBAC1
(205,186,193)
#D9C9CF
(217,201,207)
#E5D8DD
(229,216,221)
#F1E7EB
(241,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79515F color. Also use rgb(121,81,95) instead hex code.

Text Font Color

.myTextColor { color: #79515F; }

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

This text font color is #79515F.

Background Color

.myBgColor { background-color: #79515F; }

<div style="background-color:#79515F">Inner text</div>

This div background color is #79515F.

Border color

.myBorderColor { border: 1px solid #79515F; }

<div style="border:3px solid #79515F">Div</div>

This div border color is #79515F.

Opacity

.myOpacity80 { color: #79515F; opacity: 0.8; }

<p style="color:#79515F;opacity:0.8;">80%</p>

Text with #79515F 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 #79515F;}

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

This text has shadow with #79515F color.


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

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

This text has shadow with #79515F primary color and red secondary color.


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

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

This text has shadow with #79515F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79515F.

Preview

Color preview on black background

This text has color #79515F on black background.


Color preview on white background

This text has color #79515F on white background.


Black color preview on #79515F background

This text has black color on #79515F background.


White color preview on #79515F background

This text has white color on #79515F background.


Related colors

Complementary color

Complementary color for #hex is #86AEA0.


I love getcolorcode.com

Triadic colors

1 #5F7951 and #515F79 with #79515F are triadic colors.

2 #5F5179 and #51795F with #79515F are triadic colors.