COLOR #796A96

HEX: #796A96
RGB: (121,106,150)

Color info

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

RGB color model

#796A96 color RGB value is (121,106,150).

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

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 150 of 255 = 59%

121
106
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 150 = 377 (100%)
R 121 of 377 ~ 32.1%
G 106 of 377 ~ 28.12%
B 150 of 377 ~ 39.79%

%32.1
%28.12
%39.79

CMYK color model

#796A96 color CMYK value is (19,29,0,41).

  • cyan value is 19.33%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,29,0,41)
C19M29Y0K41 
(19%,29%,0%,41%)
(0.19/0.29/0.00/0.41)	

CMYK percentages

%19.33
%29.33
%0
%41.18

Codes

Color #796A96 in popluar color models

796A96
RGB121106150
HSL260°17.32%50.20%
HSB/HSV260°29.33%58.82%
CMYK19.33%29.33%0.00%
41.18%

Color #796A96 in popluar number systems.

HEX796A96
Decimal121106150
Binary1111001110101010010110
Octal171152226

Shades and tints

Shades of #796A96

#796A96
(121,106,150)
#6E6189
(110,97,137)
#63587C
(99,88,124)
#584F6F
(88,79,111)
#4D4662
(77,70,98)
#423D55
(66,61,85)
#373448
(55,52,72)
#2C2B3B
(44,43,59)
#21222E
(33,34,46)
#161921
(22,25,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #796A96

#796A96
(121,106,150)
#85779F
(133,119,159)
#9184A8
(145,132,168)
#9D91B1
(157,145,177)
#A99EBA
(169,158,186)
#B5ABC3
(181,171,195)
#C1B8CC
(193,184,204)
#CDC5D5
(205,197,213)
#D9D2DE
(217,210,222)
#E5DFE7
(229,223,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796A96 color. Also use rgb(121,106,150) instead hex code.

Text Font Color

.myTextColor { color: #796A96; }

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

This text font color is #796A96.


Background Color

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

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

This div background color is #796A96.


Border color

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

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

This div border color is #796A96.


Opacity

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

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

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

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

This text has shadow with #796A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A96 on black background.


Color preview on white background

This text has color #796A96 on white background.



Black color preview on #796A96 background

This text has black color on #796A96 background.


White color preview on #796A96 background

This text has white color on #796A96 background.