COLOR #79749F

HEX: #79749F
RGB: (121,116,159)

Color info

#79749F contains red, green and blue colors in about the same proportion. Web safe color of #79749F is #666699 (or #669).

RGB color model

#79749F color RGB value is (121,116,159).

  • red value is 121;
  • green value is 116;
  • blue value is 159.
RGB:
(121,116,159)
(47%,45%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 159 of 255 = 62%

121
116
159

R + G + B ~ 51%. #79749F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 159 = 396 (100%)
R 121 of 396 ~ 30.56%
G 116 of 396 ~ 29.29%
B 159 of 396 ~ 40.15%

%30.56
%29.29
%40.15

CMYK color model

#79749F color CMYK value is (24,27,0,38).

  • cyan value is 23.90%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(24,27,0,38)
C24M27Y0K38 
(24%,27%,0%,38%)
(0.24/0.27/0.00/0.38)	

CMYK percentages

%23.9
%27.04
%0
%37.65

Codes

Color #79749F in popluar color models

79749F
RGB121116159
HSL247°18.30%53.92%
HSB/HSV247°27.04%62.35%
CMYK23.90%27.04%0.00%
37.65%

Color #79749F in popluar number systems.

HEX79749F
Decimal121116159
Binary1111001111010010011111
Octal171164237

Shades and tints

Shades of #79749F

#79749F
(121,116,159)
#6E6A91
(110,106,145)
#636083
(99,96,131)
#585675
(88,86,117)
#4D4C67
(77,76,103)
#424259
(66,66,89)
#37384B
(55,56,75)
#2C2E3D
(44,46,61)
#21242F
(33,36,47)
#161A21
(22,26,33)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #79749F

#79749F
(121,116,159)
#8580A7
(133,128,167)
#918CAF
(145,140,175)
#9D98B7
(157,152,183)
#A9A4BF
(169,164,191)
#B5B0C7
(181,176,199)
#C1BCCF
(193,188,207)
#CDC8D7
(205,200,215)
#D9D4DF
(217,212,223)
#E5E0E7
(229,224,231)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79749F color. Also use rgb(121,116,159) instead hex code.

Text Font Color

.myTextColor { color: #79749F; }

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

This text font color is #79749F.


Background Color

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

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

This div background color is #79749F.


Border color

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

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

This div border color is #79749F.


Opacity

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

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

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

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

This text has shadow with #79749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79749F on black background.


Color preview on white background

This text has color #79749F on white background.



Black color preview on #79749F background

This text has black color on #79749F background.


White color preview on #79749F background

This text has white color on #79749F background.