COLOR #79495E

HEX: #79495E
RGB: (121,73,94)

Color info

#79495E contains red, green and blue colors in about the same proportion. Web safe color of #79495E is #663366 (or #636).

RGB color model

#79495E color RGB value is (121,73,94).

  • red value is 121;
  • green value is 73;
  • blue value is 94.
RGB:
(121,73,94)
(47%,29%,37%)

RGB channels and saturation

R 121 of 255 = 47%
G 73 of 255 = 29%
B 94 of 255 = 37%

121
73
94

R + G + B ~ 38%. #79495E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 73 + 94 = 288 (100%)
R 121 of 288 ~ 42.01%
G 73 of 288 ~ 25.35%
B 94 of 288 ~ 32.64%

%42.01
%25.35
%32.64

CMYK color model

#79495E color CMYK value is (0,40,22,53).

  • cyan value is 0.00%
  • magenta value is 39.67%
  • yellow value is 22.31%
  • key color value is 52.55%
CMYK:
(0,40,22,53)
C0M40Y22K53 
(0%,40%,22%,53%)
(0.00/0.40/0.22/0.53)	

CMYK percentages

%0
%39.67
%22.31
%52.55

Codes

Color #79495E in popluar color models

79495E
RGB1217394
HSL334°24.74%38.04%
HSB/HSV334°39.67%47.45%
CMYK0.00%39.67%22.31%
52.55%

Color #79495E in popluar number systems.

HEX79495E
Decimal1217394
Binary111100110010011011110
Octal171111136

Shades and tints

Shades of #79495E

#79495E
(121,73,94)
#6E4356
(110,67,86)
#633D4E
(99,61,78)
#583746
(88,55,70)
#4D313E
(77,49,62)
#422B36
(66,43,54)
#37252E
(55,37,46)
#2C1F26
(44,31,38)
#21191E
(33,25,30)
#161316
(22,19,22)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #79495E

#79495E
(121,73,94)
#85596C
(133,89,108)
#91697A
(145,105,122)
#9D7988
(157,121,136)
#A98996
(169,137,150)
#B599A4
(181,153,164)
#C1A9B2
(193,169,178)
#CDB9C0
(205,185,192)
#D9C9CE
(217,201,206)
#E5D9DC
(229,217,220)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79495E color. Also use rgb(121,73,94) instead hex code.

Text Font Color

.myTextColor { color: #79495E; }

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

This text font color is #79495E.


Background Color

.myBgColor { background-color: #79495E; }

<div style="background-color:#79495E">Inner text</div>

This div background color is #79495E.


Border color

.myBorderColor { border: 1px solid #79495E; }

<div style="border:3px solid #79495E">Div</div>

This div border color is #79495E.


Opacity

.myOpacity80 { color: #79495E; opacity: 0.8; }

<p style="color:#79495E;opacity:0.8;">80%</p>

Text with #79495E 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 #79495E;}

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

This text has shadow with #79495E color.

.textShadow {text-shadow: 3px 3px 1px #79495E, 3px 3px 1px red;}

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

This text has shadow with #79495E primary color and red secondary color.


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

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

This text has shadow with #79495E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79495E on black background.


Color preview on white background

This text has color #79495E on white background.



Black color preview on #79495E background

This text has black color on #79495E background.


White color preview on #79495E background

This text has white color on #79495E background.