COLOR #796772

HEX: #796772
RGB: (121,103,114)

Color info

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

RGB color model

#796772 color RGB value is (121,103,114).

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

RGB channels and saturation

R 121 of 255 = 47%
G 103 of 255 = 40%
B 114 of 255 = 45%

121
103
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 103 + 114 = 338 (100%)
R 121 of 338 ~ 35.8%
G 103 of 338 ~ 30.47%
B 114 of 338 ~ 33.73%

%35.8
%30.47
%33.73

CMYK color model

#796772 color CMYK value is (0,15,6,53).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(0,15,6,53)
C0M15Y6K53 
(0%,15%,6%,53%)
(0.00/0.15/0.06/0.53)	

CMYK percentages

%0
%14.88
%5.79
%52.55

Codes

Color #796772 in popluar color models

796772
RGB121103114
HSL323°8.04%43.92%
HSB/HSV323°14.88%47.45%
CMYK0.00%14.88%5.79%
52.55%

Color #796772 in popluar number systems.

HEX796772
Decimal121103114
Binary111100111001111110010
Octal171147162

Shades and tints

Shades of #796772

#796772
(121,103,114)
#6E5E68
(110,94,104)
#63555E
(99,85,94)
#584C54
(88,76,84)
#4D434A
(77,67,74)
#423A40
(66,58,64)
#373136
(55,49,54)
#2C282C
(44,40,44)
#211F22
(33,31,34)
#161618
(22,22,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #796772

#796772
(121,103,114)
#85747E
(133,116,126)
#91818A
(145,129,138)
#9D8E96
(157,142,150)
#A99BA2
(169,155,162)
#B5A8AE
(181,168,174)
#C1B5BA
(193,181,186)
#CDC2C6
(205,194,198)
#D9CFD2
(217,207,210)
#E5DCDE
(229,220,222)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796772; }

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

This text font color is #796772.


Background Color

.myBgColor { background-color: #796772; }

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

This div background color is #796772.


Border color

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

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

This div border color is #796772.


Opacity

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

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

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

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

This text has shadow with #796772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796772 on black background.


Color preview on white background

This text has color #796772 on white background.



Black color preview on #796772 background

This text has black color on #796772 background.


White color preview on #796772 background

This text has white color on #796772 background.