COLOR #79516C

HEX: #79516C RGB: (121,81,108)

Color info

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

RGB color model

#79516C color RGB value is (121,81,108).

RGB: (121,81,108) (47%, 32%, 42%)

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 108 of 255 = 42%

121
81
108

R + G + B ~ 40%. #79516C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 81 + 108 = 310 (100%)
R 121 of 310 ~ 39.03%
G 81 of 310 ~ 26.13%
B 108 of 310 ~ 34.84'%

%39.03
%26.13
%34.84

CMYK color model

#79516C color CMYK value is (0,33,11,53).

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

CMYK: (0,33,11,53)
C0M33Y11K53 (0%, 33%, 11%, 53%)
(0.00 / 0.33 / 0.11 / 0.53)

CMYK percentages

%0
%33.06
%10.74
%52.55

Codes

Color #79516C in popluar color models

79 51 6C
RGB 121 81 108
HSL 320° 19.80% 39.61%
HSB/HSV 320° 33.06% 47.45%
CMYK 0.00% 33.06% 10.74%
52.55%

Color #79516C in popluar number systems.

HEX 79 51 6C
Decimal 121 81 108
Binary 1111001 1010001 1101100
Octal 171 121 154

Shades and tints

Shades of #79516C

#79516C
(121,81,108)
#6E4A63
(110,74,99)
#63435A
(99,67,90)
#583C51
(88,60,81)
#4D3548
(77,53,72)
#422E3F
(66,46,63)
#372736
(55,39,54)
#2C202D
(44,32,45)
#211924
(33,25,36)
#16121B
(22,18,27)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #79516C

#79516C
(121,81,108)
#856079
(133,96,121)
#916F86
(145,111,134)
#9D7E93
(157,126,147)
#A98DA0
(169,141,160)
#B59CAD
(181,156,173)
#C1ABBA
(193,171,186)
#CDBAC7
(205,186,199)
#D9C9D4
(217,201,212)
#E5D8E1
(229,216,225)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79516C color. Also use rgb(121,81,108) instead hex code.

Text Font Color

.myTextColor { color: #79516C; }

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

This text font color is #79516C.

Background Color

.myBgColor { background-color: #79516C; }

<div style="background-color:#79516C">Inner text</div>

This div background color is #79516C.

Border color

.myBorderColor { border: 1px solid #79516C; }

<div style="border:3px solid #79516C">Div</div>

This div border color is #79516C.

Opacity

.myOpacity80 { color: #79516C; opacity: 0.8; }

<p style="color:#79516C;opacity:0.8;">80%</p>

Text with #79516C 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 #79516C;}

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

This text has shadow with #79516C color.


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

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

This text has shadow with #79516C primary color and red secondary color.


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

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

This text has shadow with #79516C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79516C.

Preview

Color preview on black background

This text has color #79516C on black background.


Color preview on white background

This text has color #79516C on white background.


Black color preview on #79516C background

This text has black color on #79516C background.


White color preview on #79516C background

This text has white color on #79516C background.


Related colors

Complementary color

Complementary color for #hex is #86AE93.


I love getcolorcode.com

Triadic colors

1 #6C7951 and #516C79 with #79516C are triadic colors.

2 #6C5179 and #51796C with #79516C are triadic colors.