COLOR #73796A

HEX: #73796A
RGB: (115,121,106)

Color info

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

RGB color model

#73796A color RGB value is (115,121,106).

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

RGB channels and saturation

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

115
121
106

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 106 = 342 (100%)
R 115 of 342 ~ 33.63%
G 121 of 342 ~ 35.38%
B 106 of 342 ~ 30.99%

%33.63
%35.38
%30.99

CMYK color model

#73796A color CMYK value is (5,0,12,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 52.55%
CMYK:
(5,0,12,53)
C5M0Y12K53 
(5%,0%,12%,53%)
(0.05/0.00/0.12/0.53)	

CMYK percentages

%4.96
%0
%12.4
%52.55

Codes

Color #73796A in popluar color models

73796A
RGB115121106
HSL84°6.61%44.51%
HSB/HSV84°12.40%47.45%
CMYK4.96%0.00%12.40%
52.55%

Color #73796A in popluar number systems.

HEX73796A
Decimal115121106
Binary111001111110011101010
Octal163171152

Shades and tints

Shades of #73796A

#73796A
(115,121,106)
#696E61
(105,110,97)
#5F6358
(95,99,88)
#55584F
(85,88,79)
#4B4D46
(75,77,70)
#41423D
(65,66,61)
#373734
(55,55,52)
#2D2C2B
(45,44,43)
#232122
(35,33,34)
#191619
(25,22,25)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #73796A

#73796A
(115,121,106)
#7F8577
(127,133,119)
#8B9184
(139,145,132)
#979D91
(151,157,145)
#A3A99E
(163,169,158)
#AFB5AB
(175,181,171)
#BBC1B8
(187,193,184)
#C7CDC5
(199,205,197)
#D3D9D2
(211,217,210)
#DFE5DF
(223,229,223)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73796A; }

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

This text font color is #73796A.


Background Color

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

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

This div background color is #73796A.


Border color

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

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

This div border color is #73796A.


Opacity

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

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

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

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

This text has shadow with #73796A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73796A on black background.


Color preview on white background

This text has color #73796A on white background.



Black color preview on #73796A background

This text has black color on #73796A background.


White color preview on #73796A background

This text has white color on #73796A background.