COLOR #796C89

HEX: #796C89
RGB: (121,108,137)

Color info

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

RGB color model

#796C89 color RGB value is (121,108,137).

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

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 137 of 255 = 54%

121
108
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 108 + 137 = 366 (100%)
R 121 of 366 ~ 33.06%
G 108 of 366 ~ 29.51%
B 137 of 366 ~ 37.43%

%33.06
%29.51
%37.43

CMYK color model

#796C89 color CMYK value is (12,21,0,46).

  • cyan value is 11.68%
  • magenta value is 21.17%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,21,0,46)
C12M21Y0K46 
(12%,21%,0%,46%)
(0.12/0.21/0.00/0.46)	

CMYK percentages

%11.68
%21.17
%0
%46.27

Codes

Color #796C89 in popluar color models

796C89
RGB121108137
HSL267°11.84%48.04%
HSB/HSV267°21.17%53.73%
CMYK11.68%21.17%0.00%
46.27%

Color #796C89 in popluar number systems.

HEX796C89
Decimal121108137
Binary1111001110110010001001
Octal171154211

Shades and tints

Shades of #796C89

#796C89
(121,108,137)
#6E637D
(110,99,125)
#635A71
(99,90,113)
#585165
(88,81,101)
#4D4859
(77,72,89)
#423F4D
(66,63,77)
#373641
(55,54,65)
#2C2D35
(44,45,53)
#212429
(33,36,41)
#161B1D
(22,27,29)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #796C89

#796C89
(121,108,137)
#857993
(133,121,147)
#91869D
(145,134,157)
#9D93A7
(157,147,167)
#A9A0B1
(169,160,177)
#B5ADBB
(181,173,187)
#C1BAC5
(193,186,197)
#CDC7CF
(205,199,207)
#D9D4D9
(217,212,217)
#E5E1E3
(229,225,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796C89; }

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

This text font color is #796C89.


Background Color

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

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

This div background color is #796C89.


Border color

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

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

This div border color is #796C89.


Opacity

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

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

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

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

This text has shadow with #796C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796C89 on black background.


Color preview on white background

This text has color #796C89 on white background.



Black color preview on #796C89 background

This text has black color on #796C89 background.


White color preview on #796C89 background

This text has white color on #796C89 background.