COLOR #796691

HEX: #796691
RGB: (121,102,145)

Color info

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

RGB color model

#796691 color RGB value is (121,102,145).

  • red value is 121;
  • green value is 102;
  • blue value is 145.
RGB:
(121,102,145)
(47%,40%,57%)

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 145 of 255 = 57%

121
102
145

R + G + B ~ 48%. #796691 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 145 = 368 (100%)
R 121 of 368 ~ 32.88%
G 102 of 368 ~ 27.72%
B 145 of 368 ~ 39.4%

%32.88
%27.72
%39.4

CMYK color model

#796691 color CMYK value is (17,30,0,43).

  • cyan value is 16.55%
  • magenta value is 29.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,30,0,43)
C17M30Y0K43 
(17%,30%,0%,43%)
(0.17/0.30/0.00/0.43)	

CMYK percentages

%16.55
%29.66
%0
%43.14

Codes

Color #796691 in popluar color models

796691
RGB121102145
HSL267°17.41%48.43%
HSB/HSV267°29.66%56.86%
CMYK16.55%29.66%0.00%
43.14%

Color #796691 in popluar number systems.

HEX796691
Decimal121102145
Binary1111001110011010010001
Octal171146221

Shades and tints

Shades of #796691

#796691
(121,102,145)
#6E5D84
(110,93,132)
#635477
(99,84,119)
#584B6A
(88,75,106)
#4D425D
(77,66,93)
#423950
(66,57,80)
#373043
(55,48,67)
#2C2736
(44,39,54)
#211E29
(33,30,41)
#16151C
(22,21,28)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #796691

#796691
(121,102,145)
#85739B
(133,115,155)
#9180A5
(145,128,165)
#9D8DAF
(157,141,175)
#A99AB9
(169,154,185)
#B5A7C3
(181,167,195)
#C1B4CD
(193,180,205)
#CDC1D7
(205,193,215)
#D9CEE1
(217,206,225)
#E5DBEB
(229,219,235)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796691 color. Also use rgb(121,102,145) instead hex code.

Text Font Color

.myTextColor { color: #796691; }

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

This text font color is #796691.


Background Color

.myBgColor { background-color: #796691; }

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

This div background color is #796691.


Border color

.myBorderColor { border: 1px solid #796691; }

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

This div border color is #796691.


Opacity

.myOpacity80 { color: #796691; opacity: 0.8; }

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

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

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

This text has shadow with #796691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796691 on black background.


Color preview on white background

This text has color #796691 on white background.



Black color preview on #796691 background

This text has black color on #796691 background.


White color preview on #796691 background

This text has white color on #796691 background.