COLOR #796B91

HEX: #796B91
RGB: (121,107,145)

Color info

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

RGB color model

#796B91 color RGB value is (121,107,145).

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

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 145 of 255 = 57%

121
107
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 145 = 373 (100%)
R 121 of 373 ~ 32.44%
G 107 of 373 ~ 28.69%
B 145 of 373 ~ 38.87%

%32.44
%28.69
%38.87

CMYK color model

#796B91 color CMYK value is (17,26,0,43).

  • cyan value is 16.55%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(17,26,0,43)
C17M26Y0K43 
(17%,26%,0%,43%)
(0.17/0.26/0.00/0.43)	

CMYK percentages

%16.55
%26.21
%0
%43.14

Codes

Color #796B91 in popluar color models

796B91
RGB121107145
HSL262°15.08%49.41%
HSB/HSV262°26.21%56.86%
CMYK16.55%26.21%0.00%
43.14%

Color #796B91 in popluar number systems.

HEX796B91
Decimal121107145
Binary1111001110101110010001
Octal171153221

Shades and tints

Shades of #796B91

#796B91
(121,107,145)
#6E6284
(110,98,132)
#635977
(99,89,119)
#58506A
(88,80,106)
#4D475D
(77,71,93)
#423E50
(66,62,80)
#373543
(55,53,67)
#2C2C36
(44,44,54)
#212329
(33,35,41)
#161A1C
(22,26,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #796B91

#796B91
(121,107,145)
#85789B
(133,120,155)
#9185A5
(145,133,165)
#9D92AF
(157,146,175)
#A99FB9
(169,159,185)
#B5ACC3
(181,172,195)
#C1B9CD
(193,185,205)
#CDC6D7
(205,198,215)
#D9D3E1
(217,211,225)
#E5E0EB
(229,224,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796B91; }

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

This text font color is #796B91.


Background Color

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

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

This div background color is #796B91.


Border color

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

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

This div border color is #796B91.


Opacity

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

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

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

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

This text has shadow with #796B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796B91 on black background.


Color preview on white background

This text has color #796B91 on white background.



Black color preview on #796B91 background

This text has black color on #796B91 background.


White color preview on #796B91 background

This text has white color on #796B91 background.