COLOR #797296

HEX: #797296
RGB: (121,114,150)

Color info

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

RGB color model

#797296 color RGB value is (121,114,150).

  • red value is 121;
  • green value is 114;
  • blue value is 150.
RGB:
(121,114,150)
(47%,45%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 150 of 255 = 59%

121
114
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 150 = 385 (100%)
R 121 of 385 ~ 31.43%
G 114 of 385 ~ 29.61%
B 150 of 385 ~ 38.96%

%31.43
%29.61
%38.96

CMYK color model

#797296 color CMYK value is (19,24,0,41).

  • cyan value is 19.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,24,0,41)
C19M24Y0K41 
(19%,24%,0%,41%)
(0.19/0.24/0.00/0.41)	

CMYK percentages

%19.33
%24
%0
%41.18

Codes

Color #797296 in popluar color models

797296
RGB121114150
HSL252°14.63%51.76%
HSB/HSV252°24.00%58.82%
CMYK19.33%24.00%0.00%
41.18%

Color #797296 in popluar number systems.

HEX797296
Decimal121114150
Binary1111001111001010010110
Octal171162226

Shades and tints

Shades of #797296

#797296
(121,114,150)
#6E6889
(110,104,137)
#635E7C
(99,94,124)
#58546F
(88,84,111)
#4D4A62
(77,74,98)
#424055
(66,64,85)
#373648
(55,54,72)
#2C2C3B
(44,44,59)
#21222E
(33,34,46)
#161821
(22,24,33)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #797296

#797296
(121,114,150)
#857E9F
(133,126,159)
#918AA8
(145,138,168)
#9D96B1
(157,150,177)
#A9A2BA
(169,162,186)
#B5AEC3
(181,174,195)
#C1BACC
(193,186,204)
#CDC6D5
(205,198,213)
#D9D2DE
(217,210,222)
#E5DEE7
(229,222,231)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797296 color. Also use rgb(121,114,150) instead hex code.

Text Font Color

.myTextColor { color: #797296; }

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

This text font color is #797296.


Background Color

.myBgColor { background-color: #797296; }

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

This div background color is #797296.


Border color

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

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

This div border color is #797296.


Opacity

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

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

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

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

This text has shadow with #797296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797296 on black background.


Color preview on white background

This text has color #797296 on white background.



Black color preview on #797296 background

This text has black color on #797296 background.


White color preview on #797296 background

This text has white color on #797296 background.