COLOR #796E8D

HEX: #796E8D
RGB: (121,110,141)

Color info

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

RGB color model

#796E8D color RGB value is (121,110,141).

  • red value is 121;
  • green value is 110;
  • blue value is 141.
RGB:
(121,110,141)
(47%,43%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 141 of 255 = 55%

121
110
141

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 141 = 372 (100%)
R 121 of 372 ~ 32.53%
G 110 of 372 ~ 29.57%
B 141 of 372 ~ 37.9%

%32.53
%29.57
%37.9

CMYK color model

#796E8D color CMYK value is (14,22,0,45).

  • cyan value is 14.18%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,22,0,45)
C14M22Y0K45 
(14%,22%,0%,45%)
(0.14/0.22/0.00/0.45)	

CMYK percentages

%14.18
%21.99
%0
%44.71

Codes

Color #796E8D in popluar color models

796E8D
RGB121110141
HSL261°12.35%49.22%
HSB/HSV261°21.99%55.29%
CMYK14.18%21.99%0.00%
44.71%

Color #796E8D in popluar number systems.

HEX796E8D
Decimal121110141
Binary1111001110111010001101
Octal171156215

Shades and tints

Shades of #796E8D

#796E8D
(121,110,141)
#6E6481
(110,100,129)
#635A75
(99,90,117)
#585069
(88,80,105)
#4D465D
(77,70,93)
#423C51
(66,60,81)
#373245
(55,50,69)
#2C2839
(44,40,57)
#211E2D
(33,30,45)
#161421
(22,20,33)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #796E8D

#796E8D
(121,110,141)
#857B97
(133,123,151)
#9188A1
(145,136,161)
#9D95AB
(157,149,171)
#A9A2B5
(169,162,181)
#B5AFBF
(181,175,191)
#C1BCC9
(193,188,201)
#CDC9D3
(205,201,211)
#D9D6DD
(217,214,221)
#E5E3E7
(229,227,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796E8D color. Also use rgb(121,110,141) instead hex code.

Text Font Color

.myTextColor { color: #796E8D; }

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

This text font color is #796E8D.


Background Color

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

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

This div background color is #796E8D.


Border color

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

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

This div border color is #796E8D.


Opacity

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

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

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

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

This text has shadow with #796E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E8D on black background.


Color preview on white background

This text has color #796E8D on white background.



Black color preview on #796E8D background

This text has black color on #796E8D background.


White color preview on #796E8D background

This text has white color on #796E8D background.