COLOR #796E90

HEX: #796E90
RGB: (121,110,144)

Color info

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

RGB color model

#796E90 color RGB value is (121,110,144).

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

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 144 of 255 = 56%

121
110
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 144 = 375 (100%)
R 121 of 375 ~ 32.27%
G 110 of 375 ~ 29.33%
B 144 of 375 ~ 38.4%

%32.27
%29.33
%38.4

CMYK color model

#796E90 color CMYK value is (16,24,0,44).

  • cyan value is 15.97%
  • magenta value is 23.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,24,0,44)
C16M24Y0K44 
(16%,24%,0%,44%)
(0.16/0.24/0.00/0.44)	

CMYK percentages

%15.97
%23.61
%0
%43.53

Codes

Color #796E90 in popluar color models

796E90
RGB121110144
HSL259°13.39%49.80%
HSB/HSV259°23.61%56.47%
CMYK15.97%23.61%0.00%
43.53%

Color #796E90 in popluar number systems.

HEX796E90
Decimal121110144
Binary1111001110111010010000
Octal171156220

Shades and tints

Shades of #796E90

#796E90
(121,110,144)
#6E6483
(110,100,131)
#635A76
(99,90,118)
#585069
(88,80,105)
#4D465C
(77,70,92)
#423C4F
(66,60,79)
#373242
(55,50,66)
#2C2835
(44,40,53)
#211E28
(33,30,40)
#16141B
(22,20,27)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #796E90

#796E90
(121,110,144)
#857B9A
(133,123,154)
#9188A4
(145,136,164)
#9D95AE
(157,149,174)
#A9A2B8
(169,162,184)
#B5AFC2
(181,175,194)
#C1BCCC
(193,188,204)
#CDC9D6
(205,201,214)
#D9D6E0
(217,214,224)
#E5E3EA
(229,227,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E90; }

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

This text font color is #796E90.


Background Color

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

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

This div background color is #796E90.


Border color

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

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

This div border color is #796E90.


Opacity

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

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

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

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

This text has shadow with #796E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E90 on black background.


Color preview on white background

This text has color #796E90 on white background.



Black color preview on #796E90 background

This text has black color on #796E90 background.


White color preview on #796E90 background

This text has white color on #796E90 background.