COLOR #796989

HEX: #796989
RGB: (121,105,137)

Color info

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

RGB color model

#796989 color RGB value is (121,105,137).

  • red value is 121;
  • green value is 105;
  • blue value is 137.
RGB:
(121,105,137)
(47%,41%,54%)

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 137 of 255 = 54%

121
105
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 137 = 363 (100%)
R 121 of 363 ~ 33.33%
G 105 of 363 ~ 28.93%
B 137 of 363 ~ 37.74%

%33.33
%28.93
%37.74

CMYK color model

#796989 color CMYK value is (12,23,0,46).

  • cyan value is 11.68%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,23,0,46)
C12M23Y0K46 
(12%,23%,0%,46%)
(0.12/0.23/0.00/0.46)	

CMYK percentages

%11.68
%23.36
%0
%46.27

Codes

Color #796989 in popluar color models

796989
RGB121105137
HSL270°13.22%47.45%
HSB/HSV270°23.36%53.73%
CMYK11.68%23.36%0.00%
46.27%

Color #796989 in popluar number systems.

HEX796989
Decimal121105137
Binary1111001110100110001001
Octal171151211

Shades and tints

Shades of #796989

#796989
(121,105,137)
#6E607D
(110,96,125)
#635771
(99,87,113)
#584E65
(88,78,101)
#4D4559
(77,69,89)
#423C4D
(66,60,77)
#373341
(55,51,65)
#2C2A35
(44,42,53)
#212129
(33,33,41)
#16181D
(22,24,29)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #796989

#796989
(121,105,137)
#857693
(133,118,147)
#91839D
(145,131,157)
#9D90A7
(157,144,167)
#A99DB1
(169,157,177)
#B5AABB
(181,170,187)
#C1B7C5
(193,183,197)
#CDC4CF
(205,196,207)
#D9D1D9
(217,209,217)
#E5DEE3
(229,222,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796989 color. Also use rgb(121,105,137) instead hex code.

Text Font Color

.myTextColor { color: #796989; }

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

This text font color is #796989.


Background Color

.myBgColor { background-color: #796989; }

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

This div background color is #796989.


Border color

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

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

This div border color is #796989.


Opacity

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

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

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

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

This text has shadow with #796989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796989 on black background.


Color preview on white background

This text has color #796989 on white background.



Black color preview on #796989 background

This text has black color on #796989 background.


White color preview on #796989 background

This text has white color on #796989 background.