COLOR #79496E

HEX: #79496E
RGB: (121,73,110)

Color info

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

RGB color model

#79496E color RGB value is (121,73,110).

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

RGB channels and saturation

R 121 of 255 = 47%
G 73 of 255 = 29%
B 110 of 255 = 43%

121
73
110

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

Portions of RGB colors in percentages

R + G + B =
121 + 73 + 110 = 304 (100%)
R 121 of 304 ~ 39.8%
G 73 of 304 ~ 24.01%
B 110 of 304 ~ 36.18%

%39.8
%24.01
%36.18

CMYK color model

#79496E color CMYK value is (0,40,9,53).

  • cyan value is 0.00%
  • magenta value is 39.67%
  • yellow value is 9.09%
  • key color value is 52.55%
CMYK:
(0,40,9,53)
C0M40Y9K53 
(0%,40%,9%,53%)
(0.00/0.40/0.09/0.53)	

CMYK percentages

%0
%39.67
%9.09
%52.55

Codes

Color #79496E in popluar color models

79496E
RGB12173110
HSL314°24.74%38.04%
HSB/HSV314°39.67%47.45%
CMYK0.00%39.67%9.09%
52.55%

Color #79496E in popluar number systems.

HEX79496E
Decimal12173110
Binary111100110010011101110
Octal171111156

Shades and tints

Shades of #79496E

#79496E
(121,73,110)
#6E4364
(110,67,100)
#633D5A
(99,61,90)
#583750
(88,55,80)
#4D3146
(77,49,70)
#422B3C
(66,43,60)
#372532
(55,37,50)
#2C1F28
(44,31,40)
#21191E
(33,25,30)
#161314
(22,19,20)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #79496E

#79496E
(121,73,110)
#85597B
(133,89,123)
#916988
(145,105,136)
#9D7995
(157,121,149)
#A989A2
(169,137,162)
#B599AF
(181,153,175)
#C1A9BC
(193,169,188)
#CDB9C9
(205,185,201)
#D9C9D6
(217,201,214)
#E5D9E3
(229,217,227)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79496E; }

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

This text font color is #79496E.


Background Color

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

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

This div background color is #79496E.


Border color

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

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

This div border color is #79496E.


Opacity

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

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

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

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

This text has shadow with #79496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79496E on black background.


Color preview on white background

This text has color #79496E on white background.



Black color preview on #79496E background

This text has black color on #79496E background.


White color preview on #79496E background

This text has white color on #79496E background.