COLOR #796489

HEX: #796489
RGB: (121,100,137)

Color info

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

RGB color model

#796489 color RGB value is (121,100,137).

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

RGB channels and saturation

R 121 of 255 = 47%
G 100 of 255 = 39%
B 137 of 255 = 54%

121
100
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 100 + 137 = 358 (100%)
R 121 of 358 ~ 33.8%
G 100 of 358 ~ 27.93%
B 137 of 358 ~ 38.27%

%33.8
%27.93
%38.27

CMYK color model

#796489 color CMYK value is (12,27,0,46).

  • cyan value is 11.68%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,27,0,46)
C12M27Y0K46 
(12%,27%,0%,46%)
(0.12/0.27/0.00/0.46)	

CMYK percentages

%11.68
%27.01
%0
%46.27

Codes

Color #796489 in popluar color models

796489
RGB121100137
HSL274°15.61%46.47%
HSB/HSV274°27.01%53.73%
CMYK11.68%27.01%0.00%
46.27%

Color #796489 in popluar number systems.

HEX796489
Decimal121100137
Binary1111001110010010001001
Octal171144211

Shades and tints

Shades of #796489

#796489
(121,100,137)
#6E5B7D
(110,91,125)
#635271
(99,82,113)
#584965
(88,73,101)
#4D4059
(77,64,89)
#42374D
(66,55,77)
#372E41
(55,46,65)
#2C2535
(44,37,53)
#211C29
(33,28,41)
#16131D
(22,19,29)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #796489

#796489
(121,100,137)
#857293
(133,114,147)
#91809D
(145,128,157)
#9D8EA7
(157,142,167)
#A99CB1
(169,156,177)
#B5AABB
(181,170,187)
#C1B8C5
(193,184,197)
#CDC6CF
(205,198,207)
#D9D4D9
(217,212,217)
#E5E2E3
(229,226,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796489; }

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

This text font color is #796489.


Background Color

.myBgColor { background-color: #796489; }

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

This div background color is #796489.


Border color

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

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

This div border color is #796489.


Opacity

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

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

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

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

This text has shadow with #796489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796489 on black background.


Color preview on white background

This text has color #796489 on white background.



Black color preview on #796489 background

This text has black color on #796489 background.


White color preview on #796489 background

This text has white color on #796489 background.