COLOR #796CAA

HEX: #796CAA
RGB: (121,108,170)

Color info

#796CAA contains mainly red and blue colors. Web safe color of #796CAA is #666699 (or #669).

RGB color model

#796CAA color RGB value is (121,108,170).

  • red value is 121;
  • green value is 108;
  • blue value is 170.
RGB:
(121,108,170)
(47%,42%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 170 of 255 = 67%

121
108
170

R + G + B ~ 52%. #796CAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 108 + 170 = 399 (100%)
R 121 of 399 ~ 30.33%
G 108 of 399 ~ 27.07%
B 170 of 399 ~ 42.61%

%30.33
%27.07
%42.61

CMYK color model

#796CAA color CMYK value is (29,36,0,33).

  • cyan value is 28.82%
  • magenta value is 36.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,36,0,33)
C29M36Y0K33 
(29%,36%,0%,33%)
(0.29/0.36/0.00/0.33)	

CMYK percentages

%28.82
%36.47
%0
%33.33

Codes

Color #796CAA in popluar color models

796CAA
RGB121108170
HSL253°26.72%54.51%
HSB/HSV253°36.47%66.67%
CMYK28.82%36.47%0.00%
33.33%

Color #796CAA in popluar number systems.

HEX796CAA
Decimal121108170
Binary1111001110110010101010
Octal171154252

Shades and tints

Shades of #796CAA

#796CAA
(121,108,170)
#6E639B
(110,99,155)
#635A8C
(99,90,140)
#58517D
(88,81,125)
#4D486E
(77,72,110)
#423F5F
(66,63,95)
#373650
(55,54,80)
#2C2D41
(44,45,65)
#212432
(33,36,50)
#161B23
(22,27,35)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #796CAA

#796CAA
(121,108,170)
#8579B1
(133,121,177)
#9186B8
(145,134,184)
#9D93BF
(157,147,191)
#A9A0C6
(169,160,198)
#B5ADCD
(181,173,205)
#C1BAD4
(193,186,212)
#CDC7DB
(205,199,219)
#D9D4E2
(217,212,226)
#E5E1E9
(229,225,233)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796CAA color. Also use rgb(121,108,170) instead hex code.

Text Font Color

.myTextColor { color: #796CAA; }

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

This text font color is #796CAA.


Background Color

.myBgColor { background-color: #796CAA; }

<div style="background-color:#796CAA">Inner text</div>

This div background color is #796CAA.


Border color

.myBorderColor { border: 1px solid #796CAA; }

<div style="border:3px solid #796CAA">Div</div>

This div border color is #796CAA.


Opacity

.myOpacity80 { color: #796CAA; opacity: 0.8; }

<p style="color:#796CAA;opacity:0.8;">80%</p>

Text with #796CAA 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 #796CAA;}

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

This text has shadow with #796CAA color.

.textShadow {text-shadow: 3px 3px 1px #796CAA, 3px 3px 1px red;}

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

This text has shadow with #796CAA primary color and red secondary color.


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

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

This text has shadow with #796CAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796CAA on black background.


Color preview on white background

This text has color #796CAA on white background.



Black color preview on #796CAA background

This text has black color on #796CAA background.


White color preview on #796CAA background

This text has white color on #796CAA background.