COLOR #796776

HEX: #796776
RGB: (121,103,118)

Color info

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

RGB color model

#796776 color RGB value is (121,103,118).

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

RGB channels and saturation

R 121 of 255 = 47%
G 103 of 255 = 40%
B 118 of 255 = 46%

121
103
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 103 + 118 = 342 (100%)
R 121 of 342 ~ 35.38%
G 103 of 342 ~ 30.12%
B 118 of 342 ~ 34.5%

%35.38
%30.12
%34.5

CMYK color model

#796776 color CMYK value is (0,15,2,53).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,15,2,53)
C0M15Y2K53 
(0%,15%,2%,53%)
(0.00/0.15/0.02/0.53)	

CMYK percentages

%0
%14.88
%2.48
%52.55

Codes

Color #796776 in popluar color models

796776
RGB121103118
HSL310°8.04%43.92%
HSB/HSV310°14.88%47.45%
CMYK0.00%14.88%2.48%
52.55%

Color #796776 in popluar number systems.

HEX796776
Decimal121103118
Binary111100111001111110110
Octal171147166

Shades and tints

Shades of #796776

#796776
(121,103,118)
#6E5E6C
(110,94,108)
#635562
(99,85,98)
#584C58
(88,76,88)
#4D434E
(77,67,78)
#423A44
(66,58,68)
#37313A
(55,49,58)
#2C2830
(44,40,48)
#211F26
(33,31,38)
#16161C
(22,22,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #796776

#796776
(121,103,118)
#857482
(133,116,130)
#91818E
(145,129,142)
#9D8E9A
(157,142,154)
#A99BA6
(169,155,166)
#B5A8B2
(181,168,178)
#C1B5BE
(193,181,190)
#CDC2CA
(205,194,202)
#D9CFD6
(217,207,214)
#E5DCE2
(229,220,226)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796776; }

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

This text font color is #796776.


Background Color

.myBgColor { background-color: #796776; }

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

This div background color is #796776.


Border color

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

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

This div border color is #796776.


Opacity

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

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

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

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

This text has shadow with #796776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796776 on black background.


Color preview on white background

This text has color #796776 on white background.



Black color preview on #796776 background

This text has black color on #796776 background.


White color preview on #796776 background

This text has white color on #796776 background.