COLOR #796B8F

HEX: #796B8F
RGB: (121,107,143)

Color info

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

RGB color model

#796B8F color RGB value is (121,107,143).

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

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 143 of 255 = 56%

121
107
143

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

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 143 = 371 (100%)
R 121 of 371 ~ 32.61%
G 107 of 371 ~ 28.84%
B 143 of 371 ~ 38.54%

%32.61
%28.84
%38.54

CMYK color model

#796B8F color CMYK value is (15,25,0,44).

  • cyan value is 15.38%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,25,0,44)
C15M25Y0K44 
(15%,25%,0%,44%)
(0.15/0.25/0.00/0.44)	

CMYK percentages

%15.38
%25.17
%0
%43.92

Codes

Color #796B8F in popluar color models

796B8F
RGB121107143
HSL263°14.40%49.02%
HSB/HSV263°25.17%56.08%
CMYK15.38%25.17%0.00%
43.92%

Color #796B8F in popluar number systems.

HEX796B8F
Decimal121107143
Binary1111001110101110001111
Octal171153217

Shades and tints

Shades of #796B8F

#796B8F
(121,107,143)
#6E6282
(110,98,130)
#635975
(99,89,117)
#585068
(88,80,104)
#4D475B
(77,71,91)
#423E4E
(66,62,78)
#373541
(55,53,65)
#2C2C34
(44,44,52)
#212327
(33,35,39)
#161A1A
(22,26,26)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #796B8F

#796B8F
(121,107,143)
#857899
(133,120,153)
#9185A3
(145,133,163)
#9D92AD
(157,146,173)
#A99FB7
(169,159,183)
#B5ACC1
(181,172,193)
#C1B9CB
(193,185,203)
#CDC6D5
(205,198,213)
#D9D3DF
(217,211,223)
#E5E0E9
(229,224,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796B8F; }

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

This text font color is #796B8F.


Background Color

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

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

This div background color is #796B8F.


Border color

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

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

This div border color is #796B8F.


Opacity

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

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

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

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

This text has shadow with #796B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796B8F on black background.


Color preview on white background

This text has color #796B8F on white background.



Black color preview on #796B8F background

This text has black color on #796B8F background.


White color preview on #796B8F background

This text has white color on #796B8F background.