COLOR #796976

HEX: #796976
RGB: (121,105,118)

Color info

#796976 contains red, green and blue colors in about the same proportion. Web safe color of #796976 is #666666 (or #666).

RGB color model

#796976 color RGB value is (121,105,118).

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

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 118 of 255 = 46%

121
105
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 118 = 344 (100%)
R 121 of 344 ~ 35.17%
G 105 of 344 ~ 30.52%
B 118 of 344 ~ 34.3%

%35.17
%30.52
%34.3

CMYK color model

#796976 color CMYK value is (0,13,2,53).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,13,2,53)
C0M13Y2K53 
(0%,13%,2%,53%)
(0.00/0.13/0.02/0.53)	

CMYK percentages

%0
%13.22
%2.48
%52.55

Codes

Color #796976 in popluar color models

796976
RGB121105118
HSL311°7.08%44.31%
HSB/HSV311°13.22%47.45%
CMYK0.00%13.22%2.48%
52.55%

Color #796976 in popluar number systems.

HEX796976
Decimal121105118
Binary111100111010011110110
Octal171151166

Shades and tints

Shades of #796976

#796976
(121,105,118)
#6E606C
(110,96,108)
#635762
(99,87,98)
#584E58
(88,78,88)
#4D454E
(77,69,78)
#423C44
(66,60,68)
#37333A
(55,51,58)
#2C2A30
(44,42,48)
#212126
(33,33,38)
#16181C
(22,24,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #796976

#796976
(121,105,118)
#857682
(133,118,130)
#91838E
(145,131,142)
#9D909A
(157,144,154)
#A99DA6
(169,157,166)
#B5AAB2
(181,170,178)
#C1B7BE
(193,183,190)
#CDC4CA
(205,196,202)
#D9D1D6
(217,209,214)
#E5DEE2
(229,222,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796976; }

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

This text font color is #796976.


Background Color

.myBgColor { background-color: #796976; }

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

This div background color is #796976.


Border color

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

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

This div border color is #796976.


Opacity

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

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

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

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

This text has shadow with #796976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796976 on black background.


Color preview on white background

This text has color #796976 on white background.



Black color preview on #796976 background

This text has black color on #796976 background.


White color preview on #796976 background

This text has white color on #796976 background.