COLOR #794C96

HEX: #794C96
RGB: (121,76,150)

Color info

#794C96 contains mainly red and blue colors. Web safe color of #794C96 is #663399 (or #639).

RGB color model

#794C96 color RGB value is (121,76,150).

  • red value is 121;
  • green value is 76;
  • blue value is 150.
RGB:
(121,76,150)
(47%,30%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 76 of 255 = 30%
B 150 of 255 = 59%

121
76
150

R + G + B ~ 45%. #794C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 76 + 150 = 347 (100%)
R 121 of 347 ~ 34.87%
G 76 of 347 ~ 21.9%
B 150 of 347 ~ 43.23%

%34.87
%21.9
%43.23

CMYK color model

#794C96 color CMYK value is (19,49,0,41).

  • cyan value is 19.33%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,49,0,41)
C19M49Y0K41 
(19%,49%,0%,41%)
(0.19/0.49/0.00/0.41)	

CMYK percentages

%19.33
%49.33
%0
%41.18

Codes

Color #794C96 in popluar color models

794C96
RGB12176150
HSL276°32.74%44.31%
HSB/HSV276°49.33%58.82%
CMYK19.33%49.33%0.00%
41.18%

Color #794C96 in popluar number systems.

HEX794C96
Decimal12176150
Binary1111001100110010010110
Octal171114226

Shades and tints

Shades of #794C96

#794C96
(121,76,150)
#6E4689
(110,70,137)
#63407C
(99,64,124)
#583A6F
(88,58,111)
#4D3462
(77,52,98)
#422E55
(66,46,85)
#372848
(55,40,72)
#2C223B
(44,34,59)
#211C2E
(33,28,46)
#161621
(22,22,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #794C96

#794C96
(121,76,150)
#855C9F
(133,92,159)
#916CA8
(145,108,168)
#9D7CB1
(157,124,177)
#A98CBA
(169,140,186)
#B59CC3
(181,156,195)
#C1ACCC
(193,172,204)
#CDBCD5
(205,188,213)
#D9CCDE
(217,204,222)
#E5DCE7
(229,220,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794C96 color. Also use rgb(121,76,150) instead hex code.

Text Font Color

.myTextColor { color: #794C96; }

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

This text font color is #794C96.


Background Color

.myBgColor { background-color: #794C96; }

<div style="background-color:#794C96">Inner text</div>

This div background color is #794C96.


Border color

.myBorderColor { border: 1px solid #794C96; }

<div style="border:3px solid #794C96">Div</div>

This div border color is #794C96.


Opacity

.myOpacity80 { color: #794C96; opacity: 0.8; }

<p style="color:#794C96;opacity:0.8;">80%</p>

Text with #794C96 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 #794C96;}

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

This text has shadow with #794C96 color.

.textShadow {text-shadow: 3px 3px 1px #794C96, 3px 3px 1px red;}

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

This text has shadow with #794C96 primary color and red secondary color.


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

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

This text has shadow with #794C96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794C96 on black background.


Color preview on white background

This text has color #794C96 on white background.



Black color preview on #794C96 background

This text has black color on #794C96 background.


White color preview on #794C96 background

This text has white color on #794C96 background.