COLOR #79515D

HEX: #79515D
RGB: (121,81,93)

Color info

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

RGB color model

#79515D color RGB value is (121,81,93).

  • red value is 121;
  • green value is 81;
  • blue value is 93.
RGB:
(121,81,93)
(47%,32%,36%)

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 93 of 255 = 36%

121
81
93

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

Portions of RGB colors in percentages

R + G + B =
121 + 81 + 93 = 295 (100%)
R 121 of 295 ~ 41.02%
G 81 of 295 ~ 27.46%
B 93 of 295 ~ 31.53%

%41.02
%27.46
%31.53

CMYK color model

#79515D color CMYK value is (0,33,23,53).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,33,23,53)
C0M33Y23K53 
(0%,33%,23%,53%)
(0.00/0.33/0.23/0.53)	

CMYK percentages

%0
%33.06
%23.14
%52.55

Codes

Color #79515D in popluar color models

79515D
RGB1218193
HSL342°19.80%39.61%
HSB/HSV342°33.06%47.45%
CMYK0.00%33.06%23.14%
52.55%

Color #79515D in popluar number systems.

HEX79515D
Decimal1218193
Binary111100110100011011101
Octal171121135

Shades and tints

Shades of #79515D

#79515D
(121,81,93)
#6E4A55
(110,74,85)
#63434D
(99,67,77)
#583C45
(88,60,69)
#4D353D
(77,53,61)
#422E35
(66,46,53)
#37272D
(55,39,45)
#2C2025
(44,32,37)
#21191D
(33,25,29)
#161215
(22,18,21)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #79515D

#79515D
(121,81,93)
#85606B
(133,96,107)
#916F79
(145,111,121)
#9D7E87
(157,126,135)
#A98D95
(169,141,149)
#B59CA3
(181,156,163)
#C1ABB1
(193,171,177)
#CDBABF
(205,186,191)
#D9C9CD
(217,201,205)
#E5D8DB
(229,216,219)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79515D; }

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

This text font color is #79515D.


Background Color

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

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

This div background color is #79515D.


Border color

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

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

This div border color is #79515D.


Opacity

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

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

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

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

This text has shadow with #79515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79515D on black background.


Color preview on white background

This text has color #79515D on white background.



Black color preview on #79515D background

This text has black color on #79515D background.


White color preview on #79515D background

This text has white color on #79515D background.