COLOR #796E84

HEX: #796E84
RGB: (121,110,132)

Color info

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

RGB color model

#796E84 color RGB value is (121,110,132).

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

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 132 of 255 = 52%

121
110
132

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 132 = 363 (100%)
R 121 of 363 ~ 33.33%
G 110 of 363 ~ 30.3%
B 132 of 363 ~ 36.36%

%33.33
%30.3
%36.36

CMYK color model

#796E84 color CMYK value is (8,17,0,48).

  • cyan value is 8.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(8,17,0,48)
C8M17Y0K48 
(8%,17%,0%,48%)
(0.08/0.17/0.00/0.48)	

CMYK percentages

%8.33
%16.67
%0
%48.24

Codes

Color #796E84 in popluar color models

796E84
RGB121110132
HSL270°9.09%47.45%
HSB/HSV270°16.67%51.76%
CMYK8.33%16.67%0.00%
48.24%

Color #796E84 in popluar number systems.

HEX796E84
Decimal121110132
Binary1111001110111010000100
Octal171156204

Shades and tints

Shades of #796E84

#796E84
(121,110,132)
#6E6478
(110,100,120)
#635A6C
(99,90,108)
#585060
(88,80,96)
#4D4654
(77,70,84)
#423C48
(66,60,72)
#37323C
(55,50,60)
#2C2830
(44,40,48)
#211E24
(33,30,36)
#161418
(22,20,24)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #796E84

#796E84
(121,110,132)
#857B8F
(133,123,143)
#91889A
(145,136,154)
#9D95A5
(157,149,165)
#A9A2B0
(169,162,176)
#B5AFBB
(181,175,187)
#C1BCC6
(193,188,198)
#CDC9D1
(205,201,209)
#D9D6DC
(217,214,220)
#E5E3E7
(229,227,231)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E84; }

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

This text font color is #796E84.


Background Color

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

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

This div background color is #796E84.


Border color

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

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

This div border color is #796E84.


Opacity

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

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

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

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

This text has shadow with #796E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E84 on black background.


Color preview on white background

This text has color #796E84 on white background.



Black color preview on #796E84 background

This text has black color on #796E84 background.


White color preview on #796E84 background

This text has white color on #796E84 background.