COLOR #72796A

HEX: #72796A
RGB: (114,121,106)

Color info

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

RGB color model

#72796A color RGB value is (114,121,106).

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

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 106 of 255 = 42%

114
121
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 106 = 341 (100%)
R 114 of 341 ~ 33.43%
G 121 of 341 ~ 35.48%
B 106 of 341 ~ 31.09%

%33.43
%35.48
%31.09

CMYK color model

#72796A color CMYK value is (6,0,12,53).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 52.55%
CMYK:
(6,0,12,53)
C6M0Y12K53 
(6%,0%,12%,53%)
(0.06/0.00/0.12/0.53)	

CMYK percentages

%5.79
%0
%12.4
%52.55

Codes

Color #72796A in popluar color models

72796A
RGB114121106
HSL88°6.61%44.51%
HSB/HSV88°12.40%47.45%
CMYK5.79%0.00%12.40%
52.55%

Color #72796A in popluar number systems.

HEX72796A
Decimal114121106
Binary111001011110011101010
Octal162171152

Shades and tints

Shades of #72796A

#72796A
(114,121,106)
#686E61
(104,110,97)
#5E6358
(94,99,88)
#54584F
(84,88,79)
#4A4D46
(74,77,70)
#40423D
(64,66,61)
#363734
(54,55,52)
#2C2C2B
(44,44,43)
#222122
(34,33,34)
#181619
(24,22,25)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #72796A

#72796A
(114,121,106)
#7E8577
(126,133,119)
#8A9184
(138,145,132)
#969D91
(150,157,145)
#A2A99E
(162,169,158)
#AEB5AB
(174,181,171)
#BAC1B8
(186,193,184)
#C6CDC5
(198,205,197)
#D2D9D2
(210,217,210)
#DEE5DF
(222,229,223)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72796A; }

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

This text font color is #72796A.


Background Color

.myBgColor { background-color: #72796A; }

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

This div background color is #72796A.


Border color

.myBorderColor { border: 1px solid #72796A; }

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

This div border color is #72796A.


Opacity

.myOpacity80 { color: #72796A; opacity: 0.8; }

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

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

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

This text has shadow with #72796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72796A on black background.


Color preview on white background

This text has color #72796A on white background.



Black color preview on #72796A background

This text has black color on #72796A background.


White color preview on #72796A background

This text has white color on #72796A background.